diff --git a/manifests/a/AIDotNet/OpenCowork/1.0.1/AIDotNet.OpenCowork.installer.yaml b/manifests/a/AIDotNet/OpenCowork/1.0.1/AIDotNet.OpenCowork.installer.yaml new file mode 100644 index 0000000000000..56f026fd279d8 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.0.1/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: 1.0.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: ef264783-8179-52ad-bf3a-efd1a5ce435d +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.0.1/OpenCowork-win-amd64-setup.exe + InstallerSha256: 648ACA93D20224DA2B693701DC4CF6987E62DF659E9359A03ABAE25052D3C642 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.0.1/OpenCowork-win-amd64-setup.exe + InstallerSha256: 648ACA93D20224DA2B693701DC4CF6987E62DF659E9359A03ABAE25052D3C642 + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.0.1/OpenCowork-win-arm64-setup.exe + InstallerSha256: 7BFC37E89158F4E1152C29149D4B315A008CA6E3FA510AF2A2372595CF562D00 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/1.0.1/AIDotNet.OpenCowork.locale.en-US.yaml b/manifests/a/AIDotNet/OpenCowork/1.0.1/AIDotNet.OpenCowork.locale.en-US.yaml new file mode 100644 index 0000000000000..092bf298a9103 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.0.1/AIDotNet.OpenCowork.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 1.0.1 +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 native MessagePack sidecar transport and native worker runtime coverage for agent tools, database, file, Git, shell, SSH, terminal, sync, extension, memory, goal, task, cron, and provider execution paths. + - Added request stop support for agent runs, including shared run identifiers and stop-aware provider/runtime models. + - Added message windowing, stable long-context handling, and richer export output for chat transcripts. + - Added Luckin Coffee extension resources and bundled native worker publishing for platform-specific release artifacts. + Changed + - Improved live tool-call rendering with streaming tool argument updates, foreground/background session synchronization, and session change summaries. + - Updated release CI to publish the native worker per target runtime and include .NET setup in Windows, Linux, and macOS packaging jobs. + - Refined the user-message locator into a compact right-edge marker with hover previews for faster navigation in long conversations. + - Default command-tool live previews to the session working folder when no explicit cwd is provided. + Fixed + - Forwarded native and SSH shell output chunks through shell:output so terminal/tool cards update while commands are still running. + - Reduced stale shell-output listener buildup by using a single native worker forwarding listener. + What's Changed + - fix: UI Optimize by @Austin-Patrician in https://github.com/AIDotNet/OpenCowork/pull/113 + New Contributors + - @Austin-Patrician made their first contribution in https://github.com/AIDotNet/OpenCowork/pull/113 + Full Changelog: https://github.com/AIDotNet/OpenCowork/compare/1.0.0...1.0.1 +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/1.0.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/1.0.1/AIDotNet.OpenCowork.locale.zh-CN.yaml b/manifests/a/AIDotNet/OpenCowork/1.0.1/AIDotNet.OpenCowork.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c38fa6d5869b6 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.0.1/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: 1.0.1 +PackageLocale: zh-CN +ShortDescription: 开源桌面多智能体协作平台,为 AI 智能体赋予本地工具、并行团队协作及无缝办公集成能力。 +Description: |- + 传统的 LLM 界面往往是“环境孤岛”。开发者通常需要花费 50% 的时间在聊天窗口和 IDE 之间手动复制粘贴代码、终端日志和文件内容。 + OpenCowork 通过以下方式解决这一问题: + - 本地代理能力:智能体可以在您的许可下直接读写文件并执行 Shell 命令。 + - 上下文感知:无需再手动喂数据。智能体会自主探索您的代码库和日志。 + - 任务编排:复杂的任务(如“重构此模块并更新测试”)会被拆解并由专门的子智能体处理。 + - 人在回路:通过透明的工具调用审批系统,您始终拥有最终控制权。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/1.0.1 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/1.0.1/AIDotNet.OpenCowork.yaml b/manifests/a/AIDotNet/OpenCowork/1.0.1/AIDotNet.OpenCowork.yaml new file mode 100644 index 0000000000000..afafeb28f7209 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.0.1/AIDotNet.OpenCowork.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 1.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aircall/AircallWorkspace/1.15.13/Aircall.AircallWorkspace.installer.yaml b/manifests/a/Aircall/AircallWorkspace/1.15.13/Aircall.AircallWorkspace.installer.yaml new file mode 100644 index 0000000000000..5f023bea95da9 --- /dev/null +++ b/manifests/a/Aircall/AircallWorkspace/1.15.13/Aircall.AircallWorkspace.installer.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Aircall.AircallWorkspace +PackageVersion: 1.15.13 +UpgradeBehavior: install +Protocols: +- aircall +- callto +- tel +Installers: +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://download-electron.aircall.io/aircall-workspace/Aircall-Workspace-1.15.13-x64.exe + InstallerSha256: A67781CE50012FBAD84CD884D402A15DE6C146B6DB7DD2D73D2BDEAC3C1DFC2F + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + ProductCode: Aircall-Workspace + AppsAndFeaturesEntries: + - DisplayName: Aircall-Workspace + DisplayVersion: 1.15.13 +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://download-electron.aircall.io/aircall-workspace/Aircall-Workspace-1.15.13-x64.msi + InstallerSha256: 916886024BBCAB38E24DFA20FE6A0E1C205262CCE519B52519F248B4BD89E976 + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + ProductCode: '{33FC6EA0-09F2-489C-9169-7D5CBCA56B37}' + AppsAndFeaturesEntries: + - DisplayVersion: 1.15.13.56049 + ProductCode: '{33FC6EA0-09F2-489C-9169-7D5CBCA56B37}' + UpgradeCode: '{4267F4EE-71BB-5FAA-9A6A-70660A24E665}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aircall/AircallWorkspace/1.15.13/Aircall.AircallWorkspace.locale.en-US.yaml b/manifests/a/Aircall/AircallWorkspace/1.15.13/Aircall.AircallWorkspace.locale.en-US.yaml new file mode 100644 index 0000000000000..0ab1ca98fdbea --- /dev/null +++ b/manifests/a/Aircall/AircallWorkspace/1.15.13/Aircall.AircallWorkspace.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Aircall.AircallWorkspace +PackageVersion: 1.15.13 +PackageLocale: en-US +Publisher: Aircall +PublisherUrl: https://aircall.io/ +PrivacyUrl: https://aircall.io/privacy/ +Author: Aircall.io, Inc. +PackageName: Aircall Workspace +PackageUrl: https://aircall.io/download/ +License: Proprietary +LicenseUrl: https://legal.aircall.io/#end-user-license-agreement +Copyright: Copyright Aircall 2026 +CopyrightUrl: https://legal.aircall.io/#end-user-license-agreement +ShortDescription: Make, receive, and manage customer communications directly from your Mac or PC. +Tags: +- bussiness +- collaborate +- collaboration +- comunication +- conference +- crm +- customer +- customer-service +- enterprise +- meeting +- oa +- office +- saas +- team +PurchaseUrl: https://aircall.io/pricing/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aircall/AircallWorkspace/1.15.13/Aircall.AircallWorkspace.locale.zh-CN.yaml b/manifests/a/Aircall/AircallWorkspace/1.15.13/Aircall.AircallWorkspace.locale.zh-CN.yaml new file mode 100644 index 0000000000000..652f92c57c9b1 --- /dev/null +++ b/manifests/a/Aircall/AircallWorkspace/1.15.13/Aircall.AircallWorkspace.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Aircall.AircallWorkspace +PackageVersion: 1.15.13 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 直接从 Mac 或 PC 收发和管理客户通信。 +Tags: +- crm +- oa +- saas +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 商务 +- 团队 +- 客户 +- 客服 +- 文档 +- 沟通 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aircall/AircallWorkspace/1.15.13/Aircall.AircallWorkspace.yaml b/manifests/a/Aircall/AircallWorkspace/1.15.13/Aircall.AircallWorkspace.yaml new file mode 100644 index 0000000000000..ebf473e8bba58 --- /dev/null +++ b/manifests/a/Aircall/AircallWorkspace/1.15.13/Aircall.AircallWorkspace.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Aircall.AircallWorkspace +PackageVersion: 1.15.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.4.3/Alibaba.AlibabaCloudCLI.installer.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.3/Alibaba.AlibabaCloudCLI.installer.yaml new file mode 100644 index 0000000000000..cb3602f11c441 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.3/Alibaba.AlibabaCloudCLI.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: Alibaba.AlibabaCloudCLI +PackageVersion: 3.4.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: aliyun.exe + PortableCommandAlias: aliyun +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aliyun/aliyun-cli/releases/download/v3.4.3/aliyun-cli-windows-3.4.3-amd64.zip + InstallerSha256: 6F16D9FEA4F26499F1FFED2F32CC3C601C52DE501A513DC470254579FEAE4CF5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.4.3/Alibaba.AlibabaCloudCLI.locale.en-US.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.3/Alibaba.AlibabaCloudCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..d4fe543ae1091 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.3/Alibaba.AlibabaCloudCLI.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: Alibaba.AlibabaCloudCLI +PackageVersion: 3.4.3 +PackageLocale: en-US +Publisher: Alibaba Cloud +PublisherUrl: https://www.alibabacloud.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://www.alibabacloud.com/help/en/legal/latest/alibaba-cloud-international-website-privacy-policy +Author: Aliyun Computing Co., Ltd. +PackageName: Alibaba Cloud CLI +PackageUrl: https://www.alibabacloud.com/help/en/alibaba-cloud-cli +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2026-present, Alibaba Cloud All rights reserved. +ShortDescription: The Alibaba Cloud CLI is a tool to manage and use Alibaba Cloud resources through a command line interface. It is written in Go and built on the top of Alibaba Cloud OpenAPI. +Description: |- + Alibaba Cloud Command Line Interface (Alibaba Cloud CLI) is an open source tool built on the Alibaba Cloud SDK for Go. You can use the aliyun command to interact with other Alibaba Cloud services to manage your Alibaba Cloud resources. + Alibaba Cloud CLI can directly access the Alibaba cloud product OpenAPI. You can manage and maintain your own Alibaba Cloud resources by developing the shell script based on Alibaba Cloud CLI. Make sure that you have activated the cloud product you want to use and understand the API usage of the product. +Moniker: aliyun-cli +Tags: +- alibaba-cloud +- aliyun +ReleaseNotes: |- + What's Changed + - fix: correct valid typo in invalid command error by @yndu13 in https://github.com/aliyun/aliyun-cli/pull/1365 + - Add ALIBABA_CLOUD_DISABLE_EXTERNAL_PROCESS to disable external process by @AllyW in https://github.com/aliyun/aliyun-cli/pull/1366 + Full Changelog: https://github.com/aliyun/aliyun-cli/compare/v3.4.2...v3.4.3 +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.4.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.4.3/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.3/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..224ff744ae55a --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.3/Alibaba.AlibabaCloudCLI.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: Alibaba.AlibabaCloudCLI +PackageVersion: 3.4.3 +PackageLocale: zh-CN +Publisher: 阿里云 +PublisherUrl: https://www.aliyun.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://terms.aliyun.com/legal-agreement/terms/suit_bu1_ali_cloud/suit_bu1_ali_cloud201902141711_54837.html +Author: 阿里云计算有限公司 +PackageName: 阿里云CLI +PackageUrl: https://help.aliyun.com/product/29991.html +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2026-present, Alibaba Cloud All rights reserved. +ShortDescription: 阿里云命令行工具是用 Go 语言编写的, 基于阿里云 OpenAPI 打造的,用于管理阿里云资源的工具。通过下载和配置该工具,您可以在一个命令行方式下管理多个阿里云产品资源。 +Description: 阿里云命令行工具 CLI(Alibaba Cloud CLI)是基于阿里云开放 API 建立的管理工具。借助此工具,您可以通过调用阿里云开放 API 来管理阿里云产品。该命令行工具与阿里云开放 API 一一对应,灵活性高且易于扩展。您可基于该命令行工具对阿里云原生 API 进行封装,扩展出您想要的功能。 +Tags: +- 阿里云 +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.4.3 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.4.3/Alibaba.AlibabaCloudCLI.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.3/Alibaba.AlibabaCloudCLI.yaml new file mode 100644 index 0000000000000..2677103f6e55f --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.3/Alibaba.AlibabaCloudCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.4.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.46/Alibaba.DingTalkWorkspaceCLI.installer.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.46/Alibaba.DingTalkWorkspaceCLI.installer.yaml new file mode 100644 index 0000000000000..a152c35430617 --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.46/Alibaba.DingTalkWorkspaceCLI.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.46 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dws.exe +Commands: +- dws +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/releases/download/v1.0.46/dws-windows-amd64.zip + InstallerSha256: 7644AE70230E5CE6599B67FC6528D02387E925216A33798C1C723407653AED72 +- Architecture: arm64 + InstallerUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/releases/download/v1.0.46/dws-windows-arm64.zip + InstallerSha256: DCFD676E3D4632F23C70DE41666DEAE636940CA72A059C72A6B47623D77513BE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.46/Alibaba.DingTalkWorkspaceCLI.locale.en-US.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.46/Alibaba.DingTalkWorkspaceCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..2aa63509511e4 --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.46/Alibaba.DingTalkWorkspaceCLI.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.46 +PackageLocale: en-US +Publisher: DingTalk (Singapore) Private Limited +PublisherUrl: https://www.dingtalk.io/ +PublisherSupportUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/issues +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202102181006_34132.html +Author: DingTalk (Singapore) Private Limited +PackageName: DingTalk Workspace CLI +PackageUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli +License: Apache-2.0 +LicenseUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/blob/HEAD/LICENSE +Copyright: Copyright 2026 Alibaba Group +CopyrightUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010161503_40649.html +ShortDescription: dws — DingTalk Workspace on the command line, built for humans and AI agents. +Description: |- + dws — DingTalk Workspace on the command line, built for humans and AI agents. + Why dws? + - For humans — --help for usage, --dry-run to preview requests, -f table/json/raw for output formats. + - For AI agents — structured JSON responses + built-in Agent Skills, ready out of the box. + - For enterprise admins — zero-trust architecture: OAuth device-flow auth + domain allowlisting + least-privilege scoping. Not a single byte can bypass authentication and audit. +Moniker: dws +Tags: +- dingding +- dingtalk +ReleaseNotes: |- + Changelog + - bba94c0092acd59d6ecd72026640d8821a51e1eb docs(changelog): cut 1.0.46 (#542) + - fe4a79283c5ce18ebe6a16356b4a6cbb95289a67 fix(pat): keep agent code grants aligned (#536) +ReleaseNotesUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/releases/tag/v1.0.46 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.46/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans-CN.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.46/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans-CN.yaml new file mode 100644 index 0000000000000..e6e009c544f91 --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.46/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.46 +PackageLocale: zh-Hans-CN +Publisher: 钉钉(中国)信息技术有限公司 +PublisherUrl: https://www.dingtalk.com/ +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010070946_49604.html +Author: 钉钉(中国)信息技术有限公司 +CopyrightUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_52441.html +ShortDescription: dws — 钉钉工作台命令行工具,为人类和 AI Agent 而生。 +Description: |- + dws — 钉钉工作台命令行工具,为人类和 AI Agent 而生。 + 为什么选择 dws? + - 为人类而设计 — --help 查看用法,--dry-run 预览请求,-f table/json/raw 切换格式。 + - 为 AI Agent 而设计 — 结构化 JSON 响应 + 内置 Agent Skills,开箱即用。 + - 为企业管理员而设计 — 零信任架构:OAuth 设备流认证 + 域名白名单 + 权限最小化。没有一个字节能绕过安全鉴权和审计。 +Tags: +- 钉钉 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.46/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.46/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans.yaml new file mode 100644 index 0000000000000..970fd340981ad --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.46/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.46 +PackageLocale: zh-Hans +ShortDescription: dws — 钉钉工作台命令行工具,为人类和 AI Agent 而生。 +Description: |- + dws — 钉钉工作台命令行工具,为人类和 AI Agent 而生。 + 为什么选择 dws? + - 为人类而设计 — --help 查看用法,--dry-run 预览请求,-f table/json/raw 切换格式。 + - 为 AI Agent 而设计 — 结构化 JSON 响应 + 内置 Agent Skills,开箱即用。 + - 为企业管理员而设计 — 零信任架构:OAuth 设备流认证 + 域名白名单 + 权限最小化。没有一个字节能绕过安全鉴权和审计。 +Tags: +- 钉钉 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.46/Alibaba.DingTalkWorkspaceCLI.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.46/Alibaba.DingTalkWorkspaceCLI.yaml new file mode 100644 index 0000000000000..60f22e5570310 --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.46/Alibaba.DingTalkWorkspaceCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.46 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.7.0/Alibaba.OpenCodeReview.installer.yaml b/manifests/a/Alibaba/OpenCodeReview/1.7.0/Alibaba.OpenCodeReview.installer.yaml new file mode 100644 index 0000000000000..6f1c12cc1b921 --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.7.0/Alibaba.OpenCodeReview.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: Alibaba.OpenCodeReview +PackageVersion: 1.7.0 +InstallerType: portable +Commands: +- opencodereview +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/alibaba/open-code-review/releases/download/v1.7.0/opencodereview-windows-amd64.exe + InstallerSha256: EFC7C8A1434C6DB8EECC23F9BC21E37DFE378CC229170F317C8164A5DD29F896 +- Architecture: arm64 + InstallerUrl: https://github.com/alibaba/open-code-review/releases/download/v1.7.0/opencodereview-windows-arm64.exe + InstallerSha256: 98074689E16187EE5354FF8D954537ABDCDA9CCD4D325006A5313B7ECB66CD0F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.7.0/Alibaba.OpenCodeReview.locale.en-US.yaml b/manifests/a/Alibaba/OpenCodeReview/1.7.0/Alibaba.OpenCodeReview.locale.en-US.yaml new file mode 100644 index 0000000000000..8c99aa6ceb739 --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.7.0/Alibaba.OpenCodeReview.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: Alibaba.OpenCodeReview +PackageVersion: 1.7.0 +PackageLocale: en-US +Publisher: Alibaba +PublisherUrl: https://github.com/alibaba +PublisherSupportUrl: https://github.com/alibaba/open-code-review/issues +PackageName: Open Code Review +PackageUrl: https://github.com/alibaba/open-code-review +License: Apache-2.0 +LicenseUrl: https://github.com/alibaba/open-code-review/blob/HEAD/LICENSE +Copyright: Copyright 2026 Alibaba +ShortDescription: The open source AI code review agent. +Description: |- + Open Code Review is an AI-powered code review CLI tool. It originated as Alibaba Group's internal official AI code review assistant — over the past two years, it has served tens of thousands of developers and identified millions of code defects. After thorough validation at massive scale, we incubated it into an open source project for the community. Simply configure a model endpoint to get started. + It reads Git diffs, sends changed files to a configurable LLM via an agent with tool-use capabilities, and generates structured review comments with line-level precision. The agent can read full file contents, search the codebase, inspect other changed files for context, and produce deep reviews — not just surface-level diff feedback. +Tags: +- ai +- code +- review +ReleaseNotes: |- + 🚀 Features + - feat: add standard MCP tool support (#212) + - feat: update brand assets (#257) + - feat(pages): add install badge with shimmer effect and copy functionality (#254) + 🐛 Bug Fixes + - fix(pages): restore doc-download icon color for Docs page (#256) + - fix(i18n): improve Chinese hero title wording + 📖 Documentation + - docs(pages): deduplicate scan preview section and add review preview card (#255) + - docs(pages): add ocr scan documentation page (#251) + Other Changes + - test(diff): add tests for gitignore pattern matching and mode getters + Full Changelog: https://github.com/alibaba/open-code-review/compare/v1.6.6...v1.7.0 +ReleaseNotesUrl: https://github.com/alibaba/open-code-review/releases/tag/v1.7.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.7.0/Alibaba.OpenCodeReview.locale.zh-CN.yaml b/manifests/a/Alibaba/OpenCodeReview/1.7.0/Alibaba.OpenCodeReview.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e45597cfa2b66 --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.7.0/Alibaba.OpenCodeReview.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: Alibaba.OpenCodeReview +PackageVersion: 1.7.0 +PackageLocale: zh-CN +ShortDescription: 开源的 AI 代码审查智能体。 +Description: |- + Open Code Review 是一款 AI 驱动的代码审查 CLI 工具。它的前身是阿里集团内部官方 AI 代码审查助手,过去两年在内部服务了数万开发者,识别了数百万个代码缺陷。经过大规模充分验证后,我们将其孵化为开源项目,对社区开放。只需配置一个模型端点即可使用。 + 它读取 Git diff,通过具备工具调用能力的 Agent 将变更文件发送至可配置的 LLM,生成具有行级精度的结构化审查意见。Agent 可以读取完整文件内容、搜索代码库、检查其他变更文件以获取上下文,从而进行深度审查——而非仅停留在表面的 diff 反馈。 +Tags: +- 人工智能 +- 代码 +- 审查 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.7.0/Alibaba.OpenCodeReview.yaml b/manifests/a/Alibaba/OpenCodeReview/1.7.0/Alibaba.OpenCodeReview.yaml new file mode 100644 index 0000000000000..9e2d25c5cb101 --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.7.0/Alibaba.OpenCodeReview.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Alibaba.OpenCodeReview +PackageVersion: 1.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/Claude/1.15962.2/Anthropic.Claude.installer.yaml b/manifests/a/Anthropic/Claude/1.15962.2/Anthropic.Claude.installer.yaml new file mode 100644 index 0000000000000..4a4cb17cfd986 --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.15962.2/Anthropic.Claude.installer.yaml @@ -0,0 +1,66 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Anthropic.Claude +PackageVersion: 1.15962.2 +Protocols: +- claude +Installers: +- Platform: + - Windows.Desktop + MinimumOSVersion: 10.0.18362.0 + Architecture: x64 + InstallerType: msix + InstallerUrl: https://downloads.claude.ai/releases/win32/x64/1.15962.2/Claude-ab0f590acb2f2bfea2cdbc0d499361fa6fcd22d1.msix + InstallerSha256: A6A08D57129480B4E7FE82DBE889FC81D33E1397E9A89769AA4A39402EE4A2D2 + SignatureSha256: A3447FE400ADCF624135447074CC9EA6E80B49EDC92A007AFDC9C6C21F70FE31 + PackageFamilyName: Claude_pzs8sxrjxfjjc + Capabilities: + - internetClient + RestrictedCapabilities: + - localSystemServices + - packagedServices + - runFullTrust + - unvirtualizedResources +- Platform: + - Windows.Desktop + MinimumOSVersion: 10.0.18362.0 + Architecture: arm64 + InstallerType: msix + InstallerUrl: https://downloads.claude.ai/releases/win32/arm64/1.15962.2/Claude-ab0f590acb2f2bfea2cdbc0d499361fa6fcd22d1.msix + InstallerSha256: 6C042E2A57FE1FC3DD8C1E7CA9742D24043553A2AEC1539809A08A44B6ABFE3B + SignatureSha256: 2B160AC91FC636995E9879D2F214208A1C465A97EFDED9D26572D79C5EBEC9EF + PackageFamilyName: Claude_pzs8sxrjxfjjc + Capabilities: + - internetClient + RestrictedCapabilities: + - localSystemServices + - packagedServices + - runFullTrust + - unvirtualizedResources +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://downloads.claude.ai/releases/win32/x64/1.15962.2/Claude-ab0f590acb2f2bfea2cdbc0d499361fa6fcd22d1.exe + InstallerSha256: E87BBD8698F56D8A544FC88D0784E53EF62119D7046BB72195B2A449609E1352 + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + UpgradeBehavior: install + ProductCode: AnthropicClaude + AppsAndFeaturesEntries: + - Publisher: Anthropic PBC +- Architecture: arm64 + InstallerType: exe + Scope: user + InstallerUrl: https://downloads.claude.ai/releases/win32/arm64/1.15962.2/Claude-ab0f590acb2f2bfea2cdbc0d499361fa6fcd22d1.exe + InstallerSha256: C878916D4FAC0A771532D9EAFF882F6622277E55B943B2075B071161F9E21026 + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + UpgradeBehavior: install + ProductCode: AnthropicClaude + AppsAndFeaturesEntries: + - Publisher: Anthropic PBC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/Claude/1.15962.2/Anthropic.Claude.locale.en-US.yaml b/manifests/a/Anthropic/Claude/1.15962.2/Anthropic.Claude.locale.en-US.yaml new file mode 100644 index 0000000000000..e8e0f816c6f76 --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.15962.2/Anthropic.Claude.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Anthropic.Claude +PackageVersion: 1.15962.2 +PackageLocale: en-US +Publisher: Anthropic, PBC +PublisherSupportUrl: https://docs.google.com/document/d/11rLWQYaReoZrRaoyPU3_gbgmDgLOKBVjEa-lvPDiWXE/edit +Author: Anthropic PBC +PackageName: Claude +License: Proprietary +Copyright: © 2026 Anthropic PBC +ShortDescription: Your AI partner on desktop. Fast, focused, and designed for deep work. +Moniker: claude +Tags: +- ai +- artificial-intelligence +- artificialintelligence +- chatbot +- large-language-model +- llm +PurchaseUrl: https://www.anthropic.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/Claude/1.15962.2/Anthropic.Claude.locale.zh-CN.yaml b/manifests/a/Anthropic/Claude/1.15962.2/Anthropic.Claude.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a8c6db660b624 --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.15962.2/Anthropic.Claude.locale.zh-CN.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Anthropic.Claude +PackageVersion: 1.15962.2 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 您电脑上的 AI 伙伴。快速、专注,专为深度工作而设计。 +Tags: +- llm +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/Claude/1.15962.2/Anthropic.Claude.yaml b/manifests/a/Anthropic/Claude/1.15962.2/Anthropic.Claude.yaml new file mode 100644 index 0000000000000..b0596f35b7c08 --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.15962.2/Anthropic.Claude.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Anthropic.Claude +PackageVersion: 1.15962.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.197/Anthropic.ClaudeCode.installer.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.197/Anthropic.ClaudeCode.installer.yaml new file mode 100644 index 0000000000000..26c756db415fa --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.197/Anthropic.ClaudeCode.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.197 +InstallerType: portable +Commands: +- claude +ReleaseDate: 2026-06-29 +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.claude.ai/claude-code-releases/2.1.197/win32-x64/claude.exe + InstallerSha256: 038BD9FE90C60304601E19751269A50D62925C541DD6A2B3DA5274549E9416EE +- Architecture: arm64 + InstallerUrl: https://downloads.claude.ai/claude-code-releases/2.1.197/win32-arm64/claude.exe + InstallerSha256: 8D2BAEAF77B0E79EA33CF5CE78A37E64804C3A26D63D35355A830FDA404A4F61 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.197/Anthropic.ClaudeCode.locale.en-US.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.197/Anthropic.ClaudeCode.locale.en-US.yaml new file mode 100644 index 0000000000000..01f487382e3fc --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.197/Anthropic.ClaudeCode.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.197 +PackageLocale: en-US +Publisher: Anthropic PBC +Author: Anthropic PBC +PackageName: Claude Code +License: Proprietary +Copyright: © 2026 Anthropic PBC +ShortDescription: Unleash Claude’s raw power directly in your terminal. Search million-line codebases instantly. Turn hours-long workflows into a single command. Your tools. Your workflow. Your codebase, evolving at thought speed. +Description: |- + Claude Code is Anthropic’s agentic coding tool that lives in your terminal and helps you turn ideas into code faster than ever before. + What Claude Code does for you + - Build features from descriptions: Tell Claude what you want to build in plain English. It will make a plan, write the code, and ensure it works. + - Debug and fix issues: Describe a bug or paste an error message. Claude Code will analyze your codebase, identify the problem, and implement a fix. + - Navigate any codebase: Ask anything about your team’s codebase, and get a thoughtful answer back. Claude Code maintains awareness of your entire project structure, can find up-to-date information from the web, and with MCP can pull from external datasources like Google Drive, Figma, and Slack. + - Automate tedious tasks: Fix fiddly lint issues, resolve merge conflicts, and write release notes. Do all this in a single command from your developer machines, or automatically in CI. + Why developers love Claude Code + - Works in your terminal: Not another chat window. Not another IDE. Claude Code meets you where you already work, with the tools you already love. + - Takes action: Claude Code can directly edit files, run commands, and create commits. Need more? MCP lets Claude read your design docs in Google Drive, update your tickets in Jira, or use your custom developer tooling. + - Unix philosophy: Claude Code is composable and scriptable. tail -f app.log | claude -p "Slack me if you see any anomalies appear in this log stream" works. Your CI can run claude -p "If there are new text strings, translate them into French and raise a PR for @lang-fr-team to review". + - Enterprise-ready: Use Anthropic’s API, or host on AWS or GCP. Enterprise-grade security, privacy, and compliance is built-in. +Moniker: claudecode +Tags: +- agent +- agentic +- ai +- chatbot +- claude +- claude-code +- claudecode +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: '- Introducing Claude Sonnet 5: now the default model in Claude Code, with a native 1M-token context window and promotional pricing of $2/$10 per Mtok through August 31. Update to version 2.1.197 for access. https://www.anthropic.com/news/claude-sonnet-5' +ReleaseNotesUrl: https://github.com/anthropics/claude-code/blob/HEAD/CHANGELOG.md#21197 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.197/Anthropic.ClaudeCode.locale.zh-CN.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.197/Anthropic.ClaudeCode.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6c2103ec8dacb --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.197/Anthropic.ClaudeCode.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.197 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 在终端中直接释放 Claude 的强大功能。即时搜索数百万行代码库,将耗时数小时的工作流程浓缩为单个命令,让你的工具、你的工作流、你的代码库以思维速度演化。 +Description: |- + Claude Code 是 Anthropic 推出的一款自主智能编程工具,在你的终端中运行,并以前所未有的速度帮助你将想法转化为代码。 + Claude Code 能为你做什么 + - 根据描述构建功能:用简单的英文告诉 Claude 你想要实现什么功能。它会制定计划、编写代码,并确保其正常运行。 + - 调试并修复问题:描述一个 Bug 或粘贴错误信息,Claude Code 会分析你的代码库,定位问题并自动实施修复。 + - 快速浏览任意代码库:针对团队的代码库提出任何问题,都能获得深入准确的回答。Claude Code 能理解整个项目的结构,可从网络获取最新信息,并通过 MCP 从 Google Drive、Figma、Slack 等外部数据源获取内容。 + - 自动化繁琐任务:修复棘手的代码格式问题、解决合并冲突、撰写发布说明。这些都可以通过开发者机器上的单条命令完成,也可以在 CI 中自动执行。 + 开发者为何喜爱 Claude Code + - 在终端中运行:无需打开新的聊天窗口,也不用切换 IDE。Claude Code 就在你熟悉的工作环境,配合你钟爱的工具使用。 + - 主动执行操作:Claude Code 可直接编辑文件、运行命令、创建提交。需要更多功能?MCP 让 Claude 能读取 Google Drive 中的设计文档、更新 Jira 工单,或集成你自定义的开发工具。 + - 遵循 Unix 哲学:Claude Code 可组合、可脚本化。例如,执行 tail -f app.log | claude -p "如果日志流中出现异常,通过 Slack 通知我" 即可生效。你的 CI 系统也可以运行 claude -p "如有新的文本字符串,将其翻译成法语并为 @lang-fr-team 创建 PR 审阅"。 + - 企业级就绪:支持使用 Anthropic 的 API,或部署在 AWS 与 GCP 上。内置企业级的安全性、隐私保护和合规能力。 +Tags: +- claude +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.197/Anthropic.ClaudeCode.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.197/Anthropic.ClaudeCode.yaml new file mode 100644 index 0000000000000..413ee94dc791c --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.197/Anthropic.ClaudeCode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.197 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Avanquestpdfforge/PDFCreator-Free/6.3.0/Avanquestpdfforge.PDFCreator-Free.installer.yaml b/manifests/a/Avanquestpdfforge/PDFCreator-Free/6.3.0/Avanquestpdfforge.PDFCreator-Free.installer.yaml new file mode 100644 index 0000000000000..73f113e7444b6 --- /dev/null +++ b/manifests/a/Avanquestpdfforge/PDFCreator-Free/6.3.0/Avanquestpdfforge.PDFCreator-Free.installer.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Avanquestpdfforge.PDFCreator-Free +PackageVersion: 6.3.0 +InstallerType: burn +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /COMPONENTS="MAINPROGRAM,IMAGES2PDF" /SILENT + SilentWithProgress: /COMPONENTS="MAINPROGRAM,IMAGES2PDF" /SILENT +UpgradeBehavior: install +ReleaseDate: 2026-06-29 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://download.pdfforge.org/download/pdfcreator/6.3.0/PDFCreator-6_3_0-Setup.exe?file=PDFCreator-6_3_0-Setup.exe&download + InstallerSha256: 7dd7b27c8706e5470ebe120eb6707773d149c48e79d5c85be87ef4e8805453ff +- Architecture: arm64 + InstallerUrl: https://download.pdfforge.org/download/pdfcreator/6.3.0/PDFCreator-6_3_0-Setup.exe?file=PDFCreator-6_3_0-Setup.exe&download + InstallerSha256: 7dd7b27c8706e5470ebe120eb6707773d149c48e79d5c85be87ef4e8805453ff +ManifestType: installer +ManifestVersion: 1.9.0 + diff --git a/manifests/a/Avanquestpdfforge/PDFCreator-Free/6.3.0/Avanquestpdfforge.PDFCreator-Free.locale.en-US.yaml b/manifests/a/Avanquestpdfforge/PDFCreator-Free/6.3.0/Avanquestpdfforge.PDFCreator-Free.locale.en-US.yaml new file mode 100644 index 0000000000000..101e036fd6efe --- /dev/null +++ b/manifests/a/Avanquestpdfforge/PDFCreator-Free/6.3.0/Avanquestpdfforge.PDFCreator-Free.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Avanquestpdfforge.PDFCreator-Free +PackageVersion: 6.3.0 +PackageLocale: en-US +Publisher: Avanquest pdfforge GmbH +PublisherSupportUrl: https://www.pdfforge.org/pdfcreator/support +PackageName: PDFCreator Free +PackageUrl: https://www.pdfforge.org/pdfcreator/editions +License: GNU AGPL (and others) +LicenseUrl: https://docs.pdfforge.org/pdfcreator/en/pdfcreator/license/ +Copyright: Copyright (c) 2026 Avanquest pdfforge GmbH. All rights reserved. +CopyrightUrl: https://docs.pdfforge.org/pdfcreator/en/pdfcreator/license/ +ShortDescription: PDFCreator is the easy way of creating PDFs. +Moniker: PDFCreator-Free +Tags: +- automation +- file-compression +- file-conversion +- pdf +- pdfcreator +- tool +- utility +ManifestType: defaultLocale +ManifestVersion: 1.9.0 + diff --git a/manifests/a/Avanquestpdfforge/PDFCreator-Free/6.3.0/Avanquestpdfforge.PDFCreator-Free.yaml b/manifests/a/Avanquestpdfforge/PDFCreator-Free/6.3.0/Avanquestpdfforge.PDFCreator-Free.yaml new file mode 100644 index 0000000000000..58ed7c46cb001 --- /dev/null +++ b/manifests/a/Avanquestpdfforge/PDFCreator-Free/6.3.0/Avanquestpdfforge.PDFCreator-Free.yaml @@ -0,0 +1,9 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Avanquestpdfforge.PDFCreator-Free +PackageVersion: 6.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 + diff --git a/manifests/a/Avanquestpdfforge/PDFCreator-Professional/6.3.0/Avanquestpdfforge.PDFCreator-Professional.installer.yaml b/manifests/a/Avanquestpdfforge/PDFCreator-Professional/6.3.0/Avanquestpdfforge.PDFCreator-Professional.installer.yaml new file mode 100644 index 0000000000000..a6a733bdb382b --- /dev/null +++ b/manifests/a/Avanquestpdfforge/PDFCreator-Professional/6.3.0/Avanquestpdfforge.PDFCreator-Professional.installer.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Avanquestpdfforge.PDFCreator-Professional +PackageVersion: 6.3.0 +InstallerType: burn +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /COMPONENTS="MAINPROGRAM,IMAGES2PDF" /SILENT /DEFERLICENSECHECK + SilentWithProgress: /COMPONENTS="MAINPROGRAM,IMAGES2PDF" /SILENT /DEFERLICENSECHECK +UpgradeBehavior: install +ReleaseDate: 2026-06-29 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://download.pdfforge.org/download/pdfcreator-professional/6.3.0/PDFCreator-Professional-6_3_0-Setup.exe?file=PDFCreator-Professional-6_3_0-Setup.exe&download + InstallerSha256: e9fe45b3f3fa1d3096206d552f411b4da3d61d3113163db3b13ba70503719d31 +- Architecture: arm64 + InstallerUrl: https://download.pdfforge.org/download/pdfcreator-professional/6.3.0/PDFCreator-Professional-6_3_0-Setup.exe?file=PDFCreator-Professional-6_3_0-Setup.exe&download + InstallerSha256: e9fe45b3f3fa1d3096206d552f411b4da3d61d3113163db3b13ba70503719d31 +ManifestType: installer +ManifestVersion: 1.9.0 + diff --git a/manifests/a/Avanquestpdfforge/PDFCreator-Professional/6.3.0/Avanquestpdfforge.PDFCreator-Professional.locale.en-US.yaml b/manifests/a/Avanquestpdfforge/PDFCreator-Professional/6.3.0/Avanquestpdfforge.PDFCreator-Professional.locale.en-US.yaml new file mode 100644 index 0000000000000..db72bc0726751 --- /dev/null +++ b/manifests/a/Avanquestpdfforge/PDFCreator-Professional/6.3.0/Avanquestpdfforge.PDFCreator-Professional.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Avanquestpdfforge.PDFCreator-Professional +PackageVersion: 6.3.0 +PackageLocale: en-US +Publisher: Avanquest pdfforge GmbH +PublisherSupportUrl: https://www.pdfforge.org/pdfcreator/support +PackageName: PDFCreator Professional +PackageUrl: https://www.pdfforge.org/pdfcreator/editions +License: GNU AGPL (and others) +LicenseUrl: https://docs.pdfforge.org/pdfcreator/en/pdfcreator/license/ +Copyright: Copyright (c) 2026 Avanquest pdfforge GmbH. All rights reserved. +CopyrightUrl: https://docs.pdfforge.org/pdfcreator/en/pdfcreator/license/ +ShortDescription: PDFCreator is the easy way of creating PDFs. +Moniker: PDFCreator-Professional +Tags: +- automation +- file-compression +- file-conversion +- pdf +- pdfcreator +- tool +- utility +ManifestType: defaultLocale +ManifestVersion: 1.9.0 + diff --git a/manifests/a/Avanquestpdfforge/PDFCreator-Professional/6.3.0/Avanquestpdfforge.PDFCreator-Professional.yaml b/manifests/a/Avanquestpdfforge/PDFCreator-Professional/6.3.0/Avanquestpdfforge.PDFCreator-Professional.yaml new file mode 100644 index 0000000000000..b68d4b7539415 --- /dev/null +++ b/manifests/a/Avanquestpdfforge/PDFCreator-Professional/6.3.0/Avanquestpdfforge.PDFCreator-Professional.yaml @@ -0,0 +1,9 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Avanquestpdfforge.PDFCreator-Professional +PackageVersion: 6.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 + diff --git a/manifests/a/alegauss/ClaudeCodeTray/1.3.16/alegauss.ClaudeCodeTray.installer.yaml b/manifests/a/alegauss/ClaudeCodeTray/1.3.16/alegauss.ClaudeCodeTray.installer.yaml new file mode 100644 index 0000000000000..d805deb3835cb --- /dev/null +++ b/manifests/a/alegauss/ClaudeCodeTray/1.3.16/alegauss.ClaudeCodeTray.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: alegauss.ClaudeCodeTray +PackageVersion: 1.3.16 +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/alegauss/claude-tray/releases/download/v1.3.16/ClaudeTray-Setup.exe + InstallerSha256: 5D14F385EEC4C8F3E82156DE0169AE445A600344C1D478F96F5EC95811A94902 + AppsAndFeaturesEntries: + - DisplayName: Claude Code Tray + Publisher: Alexandre Oliveira + DisplayVersion: 1.3.16 + ProductCode: '{8F3C2A14-7B6D-4E9A-9C21-CLAUDETRAY001}_is1' + InstallerType: inno +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2026-06-30 diff --git a/manifests/a/alegauss/ClaudeCodeTray/1.3.16/alegauss.ClaudeCodeTray.locale.en-US.yaml b/manifests/a/alegauss/ClaudeCodeTray/1.3.16/alegauss.ClaudeCodeTray.locale.en-US.yaml new file mode 100644 index 0000000000000..bbe08085c7500 --- /dev/null +++ b/manifests/a/alegauss/ClaudeCodeTray/1.3.16/alegauss.ClaudeCodeTray.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: alegauss.ClaudeCodeTray +PackageVersion: 1.3.16 +PackageLocale: en-US +Publisher: Alexandre Oliveira +PublisherUrl: https://github.com/alegauss +PublisherSupportUrl: https://github.com/alegauss/claude-tray/issues +Author: Alexandre Oliveira +PackageName: Claude Code Tray (unofficial) +PackageUrl: https://github.com/alegauss/claude-tray +License: Apache-2.0 +LicenseUrl: https://github.com/alegauss/claude-tray/blob/main/LICENSE +Copyright: Copyright (c) 2026 Alexandre Oliveira +ShortDescription: Unofficial native Windows tray monitor for Claude Code usage — a crisp DPI-aware icon shows your rate-limit %, projects when you'll run out, turns red before the limit, and celebrates quota resets with on-brand toasts. +Description: "Claude Code Tray is an unofficial, community-built Windows system-tray monitor for your Claude Code rate-limit usage. It draws a crisp, DPI-aware vector icon showing the current usage percentage with a Task Manager-style fill bar, and projects when you'll hit 100% — a proportional pace line for the weekly window and a burn-rate regression for the 5h session and extra windows — turning the bar vivid red when you're on track to run out before the window resets. Switch which window the icon tracks (session 5h, week 7d, or extra) from the right-click menu. When a window hands your quota back, a bespoke color-coded toast slides up to announce it: Surprise! (early weekly reset), Bonus! (mid-window credit), New week!, and Fresh session! — each toggleable in Settings. A Usage insights (24h) submenu shows a local, price-weighted breakdown of your usage (from subagents, large-context share, and a by-model split) computed from your own Claude Code session transcripts — no extra API calls and never reading message content. The app reuses the OAuth token Claude Code already stores, so there is nothing to configure, and it self-updates from GitHub Releases." +Moniker: claude-tray +Tags: +- anthropic +- claude +- claude-code +- developer-tools +- dotnet +- system-tray +- usage-monitor +- windows +ReleaseNotesUrl: https://github.com/alegauss/claude-tray/releases/tag/v1.3.16 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/alegauss/ClaudeCodeTray/1.3.16/alegauss.ClaudeCodeTray.locale.pt-BR.yaml b/manifests/a/alegauss/ClaudeCodeTray/1.3.16/alegauss.ClaudeCodeTray.locale.pt-BR.yaml new file mode 100644 index 0000000000000..9a262350c72f1 --- /dev/null +++ b/manifests/a/alegauss/ClaudeCodeTray/1.3.16/alegauss.ClaudeCodeTray.locale.pt-BR.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: alegauss.ClaudeCodeTray +PackageVersion: 1.3.16 +PackageLocale: pt-BR +Publisher: Alexandre Oliveira +PublisherUrl: https://github.com/alegauss +PublisherSupportUrl: https://github.com/alegauss/claude-tray/issues +Author: Alexandre Oliveira +PackageName: Claude Code Tray (não oficial) +PackageUrl: https://github.com/alegauss/claude-tray +License: Apache-2.0 +LicenseUrl: https://github.com/alegauss/claude-tray/blob/main/LICENSE +Copyright: Copyright (c) 2026 Alexandre Oliveira +ShortDescription: Monitor não oficial de uso do Claude Code na bandeja do Windows — um ícone nítido e com reconhecimento de DPI mostra seu % de uso, projeta quando vai esgotar, fica vermelho antes do limite e comemora os resets de cota com toasts temáticos. +Description: 'O Claude Code Tray é um monitor não oficial, feito pela comunidade, do seu uso de cota do Claude Code, que fica na bandeja do sistema do Windows. Ele desenha um ícone vetorial nítido e com reconhecimento de DPI mostrando a porcentagem de uso atual com uma barra de preenchimento no estilo do Gerenciador de Tarefas, e projeta quando você vai atingir 100% — uma linha de ritmo proporcional para a janela semanal e uma regressão por taxa de consumo para as janelas de sessão de 5h e extra — deixando a barra vermelha quando você está no ritmo de esgotar antes da janela ser renovada. Troque qual janela o ícone acompanha (sessão 5h, semana 7d ou extra) pelo menu do botão direito. Quando uma janela devolve sua cota, um toast colorido e exclusivo desliza na tela para avisar: Surpresa! (reset semanal antecipado), Bônus! (crédito no meio da janela), Nova semana! e Sessão renovada! — cada um pode ser ativado ou desativado nas Configurações. O submenu Insights de uso (24h) mostra um detalhamento local, ponderado por preço, do seu uso (de subagentes, fatia de contexto grande e divisão por modelo) calculado a partir das suas próprias transcrições de sessão do Claude Code — sem chamadas extras à API e sem nunca ler o conteúdo das mensagens. O app reaproveita o token OAuth que o Claude Code já guarda, então não há nada para configurar, e ele se atualiza sozinho a partir das Releases do GitHub.' +Tags: +- anthropic +- bandeja-do-sistema +- claude +- claude-code +- dotnet +- ferramentas-de-desenvolvimento +- monitor-de-uso +- windows +ReleaseNotesUrl: https://github.com/alegauss/claude-tray/releases/tag/v1.3.16 +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/a/alegauss/ClaudeCodeTray/1.3.16/alegauss.ClaudeCodeTray.yaml b/manifests/a/alegauss/ClaudeCodeTray/1.3.16/alegauss.ClaudeCodeTray.yaml new file mode 100644 index 0000000000000..99147196189db --- /dev/null +++ b/manifests/a/alegauss/ClaudeCodeTray/1.3.16/alegauss.ClaudeCodeTray.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: alegauss.ClaudeCodeTray +PackageVersion: 1.3.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/astral-sh/uv/0.11.26/astral-sh.uv.installer.yaml b/manifests/a/astral-sh/uv/0.11.26/astral-sh.uv.installer.yaml new file mode 100644 index 0000000000000..a7fdec1e80428 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.11.26/astral-sh.uv.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.11.26 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uvx.exe + PortableCommandAlias: uvx +- RelativeFilePath: uv.exe + PortableCommandAlias: uv +- RelativeFilePath: uvw.exe + PortableCommandAlias: uvw +Commands: +- uv +- uvw +- uvx +ReleaseDate: 2026-06-30 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.11.26/uv-i686-pc-windows-msvc.zip + InstallerSha256: 6E19E7EF0CCACFEEA7EDEB0A7BE951D31148B49F5170C1770C58DB312FE443F8 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.11.26/uv-x86_64-pc-windows-msvc.zip + InstallerSha256: 4E1278EDE866BE6C0BF32D2F466CC6DE7A9FB399ECF20C9CE2D186E52424BE47 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.11.26/uv-aarch64-pc-windows-msvc.zip + InstallerSha256: 98246149741F558E25E45ECF2B0B20F34DE0634269F2BF0DCB4012D4B6BA289A + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/uv/0.11.26/astral-sh.uv.locale.en-US.yaml b/manifests/a/astral-sh/uv/0.11.26/astral-sh.uv.locale.en-US.yaml new file mode 100644 index 0000000000000..1ce3acfc8d1c3 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.11.26/astral-sh.uv.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: astral-sh.uv +PackageVersion: 0.11.26 +PackageLocale: en-US +Publisher: Astral Software Inc. +PublisherUrl: https://astral.sh/ +PublisherSupportUrl: https://github.com/astral-sh/uv/issues +Author: Astral Software Inc. +PackageName: uv +PackageUrl: https://github.com/astral-sh/uv +License: Apache-2.0 or MIT +LicenseUrl: https://github.com/astral-sh/uv/blob/HEAD/README.md#license +Copyright: Copyright (c) 2026 Astral Software Inc. +ShortDescription: An extremely fast Python package and project manager, written in Rust. +Description: An extremely fast Python package and project manager, written in Rust. Designed as a single tool to replace pip, pip-tools, pipx, poetry, pyenv, twine, virtualenv workflows, and more. +Moniker: uv +Tags: +- python +ReleaseNotes: |- + Released on 2026-06-30. + Performance + - Adapt uv to IDs-only PubGrub dependencies (#20048) + - Avoid allocations in ForkMap::contains (#20023) + - Reuse resolver work across PubGrub iterations (#20020) + - Speed up candidate selection for disjoint ranges (#20026) + Bug fixes + - Warn when the build cache is inside the source directory (#20056) +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.11.26 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.astral.sh/uv/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/uv/0.11.26/astral-sh.uv.locale.zh-CN.yaml b/manifests/a/astral-sh/uv/0.11.26/astral-sh.uv.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b1b92fcc8842a --- /dev/null +++ b/manifests/a/astral-sh/uv/0.11.26/astral-sh.uv.locale.zh-CN.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.11.26 +PackageLocale: zh-CN +License: Apache-2.0 或 MIT +ShortDescription: 用 Rust 编写的极速 Python 软件包和项目管理器 +Description: 用 Rust 编写的极速 Python 软件包和项目管理器。可作为单一工具替代 pip、pip-tools、pipx、poles、pyenv、twine、virtualenv 工作流等。 +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.11.26 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.astral.sh/uv/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/uv/0.11.26/astral-sh.uv.yaml b/manifests/a/astral-sh/uv/0.11.26/astral-sh.uv.yaml new file mode 100644 index 0000000000000..2e97fd4004488 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.11.26/astral-sh.uv.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.11.26 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.13.13/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.13.13/Baidu.BaiduPinyin.installer.yaml new file mode 100644 index 0000000000000..00c79c1047280 --- /dev/null +++ b/manifests/b/Baidu/BaiduPinyin/6.1.13.13/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin +PackageVersion: 6.1.13.13 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +FileExtensions: +- bcd +- bdict +- bps +ProductCode: BaiduPinyin +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x86 + InstallerUrl: https://imeres.baidu.com/imeres/imeres/ime-res/guanwang/dl/online/BaiduPinyinSetup_6.1.13.13.exe + InstallerSha256: B0F41E399DC7D339C9A320EF362DD29AC4F52A7A2A449325FACAF8BAD93BB649 +- Architecture: x64 + InstallerUrl: https://imeres.baidu.com/imeres/imeres/ime-res/guanwang/dl/online/BaiduPinyinSetup_6.1.13.13.exe + InstallerSha256: B0F41E399DC7D339C9A320EF362DD29AC4F52A7A2A449325FACAF8BAD93BB649 +- Architecture: arm64 + InstallerUrl: https://imeres.baidu.com/imeres/imeres/ime-res/guanwang/dl/online/BaiduPinyinSetup_6.1.13.13.exe + InstallerSha256: B0F41E399DC7D339C9A320EF362DD29AC4F52A7A2A449325FACAF8BAD93BB649 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.13.13/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.13.13/Baidu.BaiduPinyin.locale.en-US.yaml new file mode 100644 index 0000000000000..b6a3f41b1e0fa --- /dev/null +++ b/manifests/b/Baidu/BaiduPinyin/6.1.13.13/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin +PackageVersion: 6.1.13.13 +PackageLocale: en-US +Publisher: 百度在线网络技术(北京)有限公司 +PublisherUrl: https://www.baidu.com/ +PublisherSupportUrl: https://help.baidu.com/question?prod_id=41 +PrivacyUrl: https://shurufa.baidu.com/privacy +Author: Baidu Online Network Technology (Beijing) Co., Ltd. +PackageName: 百度输入法 +PackageUrl: https://shurufa.baidu.com/ +License: Freeware +LicenseUrl: https://shurufa.baidu.com/license_agreement +Copyright: Copyright (C) 2026 Baidu Inc. All rights reserved. +CopyrightUrl: https://www.baidu.com/duty/copyright.html +ShortDescription: Intelligent input method based on Baidu's powerful data mining and Chinese word separation technology +Description: Baidu Method is a free input method by Baidu based on Baidu search and cloud technology, supporting Pinyin, strokes, speech, handwriting and intelligent English input, and featuring accurate thesaurus, smooth input, beautiful skin and convenient operation. +Tags: +- chinese +- handwriting +- ime +- input-method +- pinyin +- speech +- voice +ReleaseNotesUrl: https://shurufa.baidu.com/update +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.13.13/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.13.13/Baidu.BaiduPinyin.locale.zh-CN.yaml new file mode 100644 index 0000000000000..dece9409d6b56 --- /dev/null +++ b/manifests/b/Baidu/BaiduPinyin/6.1.13.13/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin +PackageVersion: 6.1.13.13 +PackageLocale: zh-CN +Publisher: 百度在线网络技术(北京)有限公司 +PublisherUrl: https://www.baidu.com/ +PublisherSupportUrl: https://help.baidu.com/question?prod_id=41 +PrivacyUrl: https://shurufa.baidu.com/privacy +Author: 百度在线网络技术(北京)有限公司 +PackageName: 百度输入法 +PackageUrl: https://shurufa.baidu.com/ +License: 免费软件 +LicenseUrl: https://shurufa.baidu.com/license_agreement +Copyright: Copyright (C) 2026 Baidu Inc. All rights reserved. +CopyrightUrl: https://www.baidu.com/duty/copyright.html +ShortDescription: 基于百度强大的数据挖掘和中文分词技术的智能输入法 +Description: 百度输入法是百度公司免费提供的输入法,基于百度搜索和云端技术,支持拼音、笔画、语音、手写和智能英文输入,词库精准,输入流畅,皮肤精美、操作便捷。 +Tags: +- 中文 +- 手写 +- 拼音 +- 汉语 +- 语音 +- 输入法 +ReleaseNotes: 1. 修复已知问题 +ReleaseNotesUrl: https://shurufa.baidu.com/update +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.13.13/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.13.13/Baidu.BaiduPinyin.yaml new file mode 100644 index 0000000000000..c9063233255c3 --- /dev/null +++ b/manifests/b/Baidu/BaiduPinyin/6.1.13.13/Baidu.BaiduPinyin.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Baidu.BaiduPinyin +PackageVersion: 6.1.13.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/2.4.1/Baidu.Comate.installer.yaml b/manifests/b/Baidu/Comate/2.4.1/Baidu.Comate.installer.yaml new file mode 100644 index 0000000000000..3d64531058801 --- /dev/null +++ b/manifests/b/Baidu/Comate/2.4.1/Baidu.Comate.installer.yaml @@ -0,0 +1,154 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Baidu.Comate +PackageVersion: 2.4.1 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- comate +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- psgi +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- shtml +- sql +- t +- tex +- toml +- ts +- tsx +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- xhtml +- xml +- yaml +- yml +- zsh +ProductCode: '{E1BCCBB0-0C31-40C1-AB8D-2AE2E6C3C2F2}}_is1' +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x64 + InstallerUrl: https://comate-ide.cdn.bcebos.com/download/stable/99425de0446db55a066960f45637fa149c882130-259597303/Comate-win32-x64-user-setup.exe + InstallerSha256: 164B4248FE709D86F06761FFF24E83130495852DEAD56149F973A9F5E3F9CB08 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/2.4.1/Baidu.Comate.locale.en-US.yaml b/manifests/b/Baidu/Comate/2.4.1/Baidu.Comate.locale.en-US.yaml new file mode 100644 index 0000000000000..ad07ef3c6e653 --- /dev/null +++ b/manifests/b/Baidu/Comate/2.4.1/Baidu.Comate.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Baidu.Comate +PackageVersion: 2.4.1 +PackageLocale: en-US +PublisherUrl: https://comate.baidu.com/en +License: Proprietary +ShortDescription: Intelligent coding capabilities throughout the entire development process along with enhanced multimodal abilities. Install now to start a seamless and natural intelligent development experience. +PurchaseUrl: https://comate.baidu.com/en/pricing +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://cloud.baidu.com/doc/COMATE/s/9lnvs245z +- DocumentLabel: Tutorials + DocumentUrl: https://comate.baidu.com/zh/curriculums/1 +- DocumentLabel: FAQ + DocumentUrl: https://cloud.baidu.com/doc/COMATE/s/Dlnvqzquu +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/2.4.1/Baidu.Comate.locale.zh-CN.yaml b/manifests/b/Baidu/Comate/2.4.1/Baidu.Comate.locale.zh-CN.yaml new file mode 100644 index 0000000000000..859d9f719c19c --- /dev/null +++ b/manifests/b/Baidu/Comate/2.4.1/Baidu.Comate.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Baidu.Comate +PackageVersion: 2.4.1 +PackageLocale: zh-CN +Publisher: Microsoft Corporation +PublisherUrl: https://comate.baidu.com/ +PublisherSupportUrl: https://developer.baidu.com/singleTagPage.html?tagId=326 +PrivacyUrl: https://cloud.baidu.com/doc/COMATE/s/2lxiygl2z +Author: 北京百度网讯科技有限公司 +PackageName: Comate +PackageUrl: https://comate.baidu.com/download +License: 专有软件 +LicenseUrl: https://cloud.baidu.com/doc/COMATE/s/glxiygwdx +Copyright: © 2026 Baidu +CopyrightUrl: https://cloud.baidu.com/doc/COMATE/s/glxiygwdx +ShortDescription: 智能编码能力深度融入开发全流程,多模态能力全面增强,一键安装、畅享自然流畅的智能开发体验。 +Tags: +- 代码 +- 开发 +- 编程 +- 编辑 +- 编辑器 +PurchaseUrl: https://comate.baidu.com/pricing +Documentations: +- DocumentLabel: 使用手册 + DocumentUrl: https://cloud.baidu.com/doc/COMATE/s/9lnvs245z +- DocumentLabel: 教学课程 + DocumentUrl: https://comate.baidu.com/zh/curriculums/1 +- DocumentLabel: 常见问题 + DocumentUrl: https://cloud.baidu.com/doc/COMATE/s/Dlnvqzquu +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/2.4.1/Baidu.Comate.yaml b/manifests/b/Baidu/Comate/2.4.1/Baidu.Comate.yaml new file mode 100644 index 0000000000000..e6ba0b9ab6f61 --- /dev/null +++ b/manifests/b/Baidu/Comate/2.4.1/Baidu.Comate.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Baidu.Comate +PackageVersion: 2.4.1 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/BrickLink/Studio/2.26.6_1/BrickLink.Studio.installer.yaml b/manifests/b/BrickLink/Studio/2.26.6_1/BrickLink.Studio.installer.yaml new file mode 100644 index 0000000000000..470d126f09576 --- /dev/null +++ b/manifests/b/BrickLink/Studio/2.26.6_1/BrickLink.Studio.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: BrickLink.Studio +PackageVersion: 2.26.6_1 +InstallerType: inno +Scope: machine +ProductCode: '{BC38679A-F04A-4A76-BE97-F75C890A7429}_is1' +ReleaseDate: 2026-06-30 +Installers: +- Architecture: x86 + InstallerUrl: https://studio.download.bricklink.info/Studio2.0/Archive/2.26.6_1/Studio+2.0_32.exe + InstallerSha256: B6149A20DCE0A482FD513DA0DC23E71E1384A61050C9611DEDD647EE471E4858 +- Architecture: x64 + InstallerUrl: https://studio.download.bricklink.info/Studio2.0/Archive/2.26.6_1/Studio+2.0.exe + InstallerSha256: C491ABF494AECB6781FAF66CCFCB9297F0E84F67E0212DCF267941966C874499 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/BrickLink/Studio/2.26.6_1/BrickLink.Studio.locale.en-US.yaml b/manifests/b/BrickLink/Studio/2.26.6_1/BrickLink.Studio.locale.en-US.yaml new file mode 100644 index 0000000000000..a4d126b6b58a6 --- /dev/null +++ b/manifests/b/BrickLink/Studio/2.26.6_1/BrickLink.Studio.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: BrickLink.Studio +PackageVersion: 2.26.6_1 +PackageLocale: en-US +Publisher: BrickLink Corporation +PublisherUrl: https://www.bricklink.com/ +PublisherSupportUrl: https://studiohelp.bricklink.com/ +PrivacyUrl: https://www.bricklink.com/v3/privacy_policy.page +Author: LEGO BrickLink, Inc. +PackageName: Studio +PackageUrl: https://www.bricklink.com/v3/studio/download.page +License: Proprietary +LicenseUrl: https://www.bricklink.com/v3/terms_of_service.page +Copyright: © 2026 The LEGO Group +CopyrightUrl: https://www.bricklink.com/v3/terms_of_service.page +ShortDescription: Build with virtual parts, render designs and create instructions. +Description: |- + Studio is an all-in-one desktop app for Windows and Mac that lets you build with virtual parts, render designs and create instructions. + + What can I do with Studio? + Build + You can build your own virtual creations! Start a project from scratch, import a saved LEGO® Digital Designer file, upload a picture to make a mosaic, or just use your imagination and see what happens when you put the pieces together. + Test a design + By testing your design, you can find out if it can be built with real LEGO bricks. + Create or browse instructions + Use Instruction Maker to create step-by-step instructions for your designs + Render designs + Generate photorealistic images and short videos of your designs + Share on the Studio Gallery + Upload your designs on My Studio and publish them on Studio Gallery + Use the BrickLink catalog + Check if the parts in your design are available and how much they cost. +Tags: +- brick +- design +- lego +- stud.io +ReleaseNotes: |- + 973pb2341c01 and 973pb3165c01 had rendering issues in POV-Ray + Hinge rotation values were inaccurate in certain situations. + Part 98127 had erroneous white ridges + Minifigure helmet 115329pb01 and 115329pb02 did not render properly in POV-Ray + Pose tool on minifigure torsos would cause connectivity nodes to be lost. + Buffer exchange arrows were not appearing within the submodel callout window in Instruction Maker. + Buffer exchange on a 1x2 layout would cause the arrow to go off to the side of the layout. + The first time a part was replaced using the replace feature, connectivity data would be lost. + Part 751 flex hose would cause issues when rendering in some edge cases + Added a Sub-Assembly palette that contains pre-built submodels. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BrickLink/Studio/2.26.6_1/BrickLink.Studio.locale.zh-CN.yaml b/manifests/b/BrickLink/Studio/2.26.6_1/BrickLink.Studio.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8e83e4a272a15 --- /dev/null +++ b/manifests/b/BrickLink/Studio/2.26.6_1/BrickLink.Studio.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: BrickLink.Studio +PackageVersion: 2.26.6_1 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 使用虚拟零件进行构建、渲染设计以及创建说明。 +Description: |- + Studio 是一款适用于 Windows 和 Mac 的一体化桌面应用程序,可让您使用虚拟零件进行搭建、渲染设计以及创建说明。 + + 使用 Studio 我能做什么? + 搭建 + 您可以创建属于自己的虚拟作品!可以从零开始一个新项目,导入已保存的 LEGO® Digital Designer 文件,上传图片制作马赛克图案,或者仅凭想象力,看看把零件组合在一起会发生什么。 + 测试设计 + 通过测试您的设计,您可以了解它是否能用真实的 LEGO 积木搭建出来。 + 创建或浏览说明 + 使用说明书制作工具为您的设计创建分步搭建说明。 + 渲染设计 + 生成您设计作品的逼真图像和短视频。 + 在 Studio 画廊分享 + 将您的设计上传到“我的 Studio”,并发布到 Studio 画廊。 + 使用 BrickLink 目录 + 查看您的设计中所用零件是否有货以及它们的价格。 +Tags: +- stud.io +- 乐高 +- 积木 +- 设计 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BrickLink/Studio/2.26.6_1/BrickLink.Studio.yaml b/manifests/b/BrickLink/Studio/2.26.6_1/BrickLink.Studio.yaml new file mode 100644 index 0000000000000..2c25c5fa46835 --- /dev/null +++ b/manifests/b/BrickLink/Studio/2.26.6_1/BrickLink.Studio.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: BrickLink.Studio +PackageVersion: 2.26.6_1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CleverCloud/CleverTools/4.11.0/CleverCloud.CleverTools.installer.yaml b/manifests/c/CleverCloud/CleverTools/4.11.0/CleverCloud.CleverTools.installer.yaml new file mode 100644 index 0000000000000..b5a593fb615d3 --- /dev/null +++ b/manifests/c/CleverCloud/CleverTools/4.11.0/CleverCloud.CleverTools.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CleverCloud.CleverTools +PackageVersion: 4.11.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: clever-tools-4.11.0_win\clever.exe + PortableCommandAlias: clever +Installers: +- Architecture: x64 + InstallerUrl: https://clever-tools.clever-cloud.com/releases/4.11.0/clever-tools-4.11.0_win.zip + InstallerSha256: 98DED7B59D9781612E9131B414B4A2DC93041E4CB3E2BC7AA974CD36B72D34D0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CleverCloud/CleverTools/4.11.0/CleverCloud.CleverTools.locale.en-US.yaml b/manifests/c/CleverCloud/CleverTools/4.11.0/CleverCloud.CleverTools.locale.en-US.yaml new file mode 100644 index 0000000000000..b64476ea23722 --- /dev/null +++ b/manifests/c/CleverCloud/CleverTools/4.11.0/CleverCloud.CleverTools.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CleverCloud.CleverTools +PackageVersion: 4.11.0 +PackageLocale: en-US +Publisher: CleverCloud +PackageName: CleverTools +License: Apache-2.0 +ShortDescription: The official command line interface for Clever Cloud +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CleverCloud/CleverTools/4.11.0/CleverCloud.CleverTools.yaml b/manifests/c/CleverCloud/CleverTools/4.11.0/CleverCloud.CleverTools.yaml new file mode 100644 index 0000000000000..702068f9ebdb4 --- /dev/null +++ b/manifests/c/CleverCloud/CleverTools/4.11.0/CleverCloud.CleverTools.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: CleverCloud.CleverTools +PackageVersion: 4.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CodeSector/TeraCopy/4.0.0.28/CodeSector.TeraCopy.installer.yaml b/manifests/c/CodeSector/TeraCopy/4.0.0.28/CodeSector.TeraCopy.installer.yaml index 4eee31c2a9f93..01ab37f8ab698 100644 --- a/manifests/c/CodeSector/TeraCopy/4.0.0.28/CodeSector.TeraCopy.installer.yaml +++ b/manifests/c/CodeSector/TeraCopy/4.0.0.28/CodeSector.TeraCopy.installer.yaml @@ -1,96 +1,92 @@ -# Automatically updated by the winget bot at 2026/Jun/29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: CodeSector.TeraCopy -PackageVersion: 4.0.0.28 -InstallerType: exe -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -InstallerSwitches: - Silent: /exenoupdates /exenoui /quiet /norestart - SilentWithProgress: /exenoupdates /passive /norestart - InstallLocation: APPDIR="" - Log: /log "" -ExpectedReturnCodes: -- InstallerReturnCode: -1 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 1 - ReturnResponse: invalidParameter -- InstallerReturnCode: 87 - ReturnResponse: invalidParameter -- InstallerReturnCode: 1601 - ReturnResponse: contactSupport -- InstallerReturnCode: 1602 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 1618 - ReturnResponse: installInProgress -- InstallerReturnCode: 1623 - ReturnResponse: systemNotSupported -- InstallerReturnCode: 1625 - ReturnResponse: blockedByPolicy -- InstallerReturnCode: 1628 - ReturnResponse: invalidParameter -- InstallerReturnCode: 1633 - ReturnResponse: systemNotSupported -- InstallerReturnCode: 1638 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 1639 - ReturnResponse: invalidParameter -- InstallerReturnCode: 1641 - ReturnResponse: rebootInitiated -- InstallerReturnCode: 1640 - ReturnResponse: blockedByPolicy -- InstallerReturnCode: 1643 - ReturnResponse: blockedByPolicy -- InstallerReturnCode: 1644 - ReturnResponse: blockedByPolicy -- InstallerReturnCode: 1649 - ReturnResponse: blockedByPolicy -- InstallerReturnCode: 1650 - ReturnResponse: invalidParameter -- InstallerReturnCode: 1654 - ReturnResponse: systemNotSupported -- InstallerReturnCode: 3010 - ReturnResponse: rebootRequiredToFinish -UpgradeBehavior: install -FileExtensions: -- b3 -- b3sum -- bk3 -- blake2sp -- blake3 -- exf -- hash -- md2 -- md4 -- md5 -- sfv -- sha -- sha1 -- sha256 -- sha256sum -- sha3 -- sha384 -- sha512 -- xxh -- xxh3 -- xxh32 -- xxh64 -ProductCode: '{DF5325DF-1F43-4282-85D5-1CA3353E6B13}' -AppsAndFeaturesEntries: -- ProductCode: '{DF5325DF-1F43-4282-85D5-1CA3353E6B13}' - UpgradeCode: '{591EBD44-A7B6-491E-BE02-6A863257EFE1}' - InstallerType: msi -Installers: -- Architecture: x64 - InstallerUrl: https://codesector.com/files/teracopy4.exe - InstallerSha256: F9933EABE4CB1D2C6DC6A60CC16C3E1169472A09B52B8B660C0BCF45E16F431C -- Architecture: arm64 - InstallerUrl: https://codesector.com/files/teracopy4.exe - InstallerSha256: F9933EABE4CB1D2C6DC6A60CC16C3E1169472A09B52B8B660C0BCF45E16F431C -ManifestType: installer -ManifestVersion: 1.12.0 -ReleaseDate: 2026-06-20 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CodeSector.TeraCopy +PackageVersion: 4.0.0.28 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /exenoupdates /exenoui /quiet /norestart + SilentWithProgress: /exenoupdates /passive /norestart + InstallLocation: APPDIR="" + Log: /log "" +ExpectedReturnCodes: +- InstallerReturnCode: -1 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1 + ReturnResponse: invalidParameter +- InstallerReturnCode: 87 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1601 + ReturnResponse: contactSupport +- InstallerReturnCode: 1602 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress +- InstallerReturnCode: 1623 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1625 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1628 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1633 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 1639 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 1640 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1643 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1644 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1649 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1650 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1654 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish +UpgradeBehavior: install +FileExtensions: +- b3 +- b3sum +- bk3 +- blake2sp +- blake3 +- exf +- hash +- md2 +- md4 +- md5 +- sfv +- sha +- sha1 +- sha256 +- sha256sum +- sha3 +- sha384 +- sha512 +- xxh +- xxh3 +- xxh32 +- xxh64 +ProductCode: '{0D88F0CE-8D2A-4732-AAFF-373E992F06D5}' +ReleaseDate: 2026-06-29 +AppsAndFeaturesEntries: +- UpgradeCode: '{591EBD44-A7B6-491E-BE02-6A863257EFE1}' + InstallerType: msi +Installers: +- Architecture: x64 + InstallerUrl: https://codesector.nyc3.cdn.digitaloceanspaces.com/teracopy4.0.0.28.exe + InstallerSha256: 7C46F86AFE55C6AE81C92A079B7DF2C632CA7B46C914A84E7BDF39B5F5774BF9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CodeSector/TeraCopy/4.0.0.28/CodeSector.TeraCopy.locale.en-US.yaml b/manifests/c/CodeSector/TeraCopy/4.0.0.28/CodeSector.TeraCopy.locale.en-US.yaml index 4771f15988454..9894455ede04b 100644 --- a/manifests/c/CodeSector/TeraCopy/4.0.0.28/CodeSector.TeraCopy.locale.en-US.yaml +++ b/manifests/c/CodeSector/TeraCopy/4.0.0.28/CodeSector.TeraCopy.locale.en-US.yaml @@ -1,35 +1,45 @@ -# Automatically updated by the winget bot at 2026/Jun/29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: CodeSector.TeraCopy -PackageVersion: 4.0.0.28 -PackageLocale: en-US -Publisher: Code Sector -PublisherUrl: https://codesector.com/ -PublisherSupportUrl: https://support.codesector.com/ -PrivacyUrl: https://codesector.com/privacy -PackageName: TeraCopy -PackageUrl: https://codesector.com/teracopy -License: Proprietary -LicenseUrl: https://support.codesector.com/articles/8789959-end-user-license-agreement -Copyright: © 2007-2026 Code Sector -ShortDescription: Copy your files faster and more securely. -Description: TeraCopy is a utility designed to copy files faster and more secure. It can verify copied files to ensure they are identical. It skips bad files during copy, not terminating the entire transfer. Seamless integration with Windows Explorer. -Moniker: teracopy -Tags: -- backup -- clone -- copy -- file -ReleaseNotes: |- - - New multi-threaded copy engine. - - Support for copying to multiple targets. - - Queue system for managing multiple copy operations. - - Support for receiving files via the LocalSend protocol. - - TeraCopy entry in the modern Windows Explorer context menu. - - Integrated toolbar in the title bar. - - Enhanced speed graph. -ReleaseNotesUrl: https://blog.codesector.com/2026/06/20/teracopy-4/ -PurchaseUrl: https://codesector.com/purchase -ManifestType: defaultLocale -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CodeSector.TeraCopy +PackageVersion: 4.0.0.28 +PackageLocale: en-US +Publisher: Code Sector +PublisherUrl: https://codesector.com/ +PublisherSupportUrl: https://support.codesector.com/ +PrivacyUrl: https://codesector.com/privacy +PackageName: TeraCopy +PackageUrl: https://codesector.com/teracopy +License: Proprietary +LicenseUrl: https://support.codesector.com/articles/8789959-end-user-license-agreement +Copyright: © 2007-2026 Code Sector +ShortDescription: Copy your files faster and more securely. +Description: TeraCopy is a utility designed to copy files faster and more secure. It can verify copied files to ensure they are identical. It skips bad files during copy, not terminating the entire transfer. Seamless integration with Windows Explorer. +Moniker: teracopy +Tags: +- backup +- clone +- copy +- file +ReleaseNotes: |- + New Features + - New multi-threaded copy engine. + - Enhanced speed graph. + - New multi-threaded copy engine. + - Support for copying to multiple targets. + - Queue system for managing multiple copy operations. + - Support for receiving files via the LocalSend protocol. + + Enhancements + - TeraCopy entry in the modern Windows Explorer context menu. + - Integrated toolbar in the title bar. + - Improved exception handling and automated bug report upload. + + Fixed Bugs + - Resolved an issue importing file lists from text files containing UNC paths. + - Fixed a bug where Overwrite behaved as Overwrite All during same-drive move operations. + - AdvancedInstaller fixed the installer's security vulnerability: EXE Bootstrapper resolved the %appdata% location incorrectly for the System account. +ReleaseNotesUrl: https://blog.codesector.com/2026/06/20/teracopy-4/ +PurchaseUrl: https://codesector.com/purchase +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CodeSector/TeraCopy/4.0.0.28/CodeSector.TeraCopy.locale.zh-CN.yaml b/manifests/c/CodeSector/TeraCopy/4.0.0.28/CodeSector.TeraCopy.locale.zh-CN.yaml index 77f82e99227e1..1d7f53b5c0c2f 100644 --- a/manifests/c/CodeSector/TeraCopy/4.0.0.28/CodeSector.TeraCopy.locale.zh-CN.yaml +++ b/manifests/c/CodeSector/TeraCopy/4.0.0.28/CodeSector.TeraCopy.locale.zh-CN.yaml @@ -1,34 +1,26 @@ -# Automatically updated by the winget bot at 2026/Jun/29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: CodeSector.TeraCopy -PackageVersion: 4.0.0.28 -PackageLocale: zh-CN -Publisher: Code Sector -PublisherUrl: https://codesector.com/ -PublisherSupportUrl: https://support.codesector.com/ -PrivacyUrl: https://codesector.com/privacy -PackageName: TeraCopy -PackageUrl: https://codesector.com/teracopy -License: 专有软件 -LicenseUrl: https://support.codesector.com/articles/8789959-end-user-license-agreement -Copyright: © 2007-2026 Code Sector -ShortDescription: 更快、更安全地复制文件。 -Description: TeraCopy 是一款旨在更快、更安全地复制文件的实用程序。它能验证复制的文件,确保它们完全相同;它能在复制过程中跳过错误文件,而不是终止整个传输过程;并与 Windows 资源管理器无缝集成。 -Tags: -- 克隆 -- 备份 -- 复制 -- 拷贝 -ReleaseNotes: |- - - 全新多线程复制引擎。 - - 支持同时复制到多个目标。 - - 队列系统,用于管理多个复制操作。 - - 支持通过 LocalSend 协议接收文件。 - - 在现代 Windows 资源管理器右键菜单中添加 TeraCopy 入口。 - - 标题栏内置工具栏。 - - 增强的速度图表。 -ReleaseNotesUrl: https://blog.codesector.com/2026/06/20/teracopy-4/ -PurchaseUrl: https://codesector.com/purchase -ManifestType: locale -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CodeSector.TeraCopy +PackageVersion: 4.0.0.28 +PackageLocale: zh-CN +Publisher: Code Sector +PublisherUrl: https://codesector.com/ +PublisherSupportUrl: https://support.codesector.com/ +PrivacyUrl: https://codesector.com/privacy +PackageName: TeraCopy +PackageUrl: https://codesector.com/teracopy +License: 专有软件 +LicenseUrl: https://support.codesector.com/articles/8789959-end-user-license-agreement +Copyright: © 2007-2026 Code Sector +ShortDescription: 更快、更安全地复制文件。 +Description: TeraCopy 是一款旨在更快、更安全地复制文件的实用程序。它能验证复制的文件,确保它们完全相同;它能在复制过程中跳过错误文件,而不是终止整个传输过程;并与 Windows 资源管理器无缝集成。 +Tags: +- 克隆 +- 备份 +- 复制 +- 拷贝 +ReleaseNotesUrl: https://blog.codesector.com/2026/06/20/teracopy-4/ +PurchaseUrl: https://codesector.com/purchase +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CodeSector/TeraCopy/4.0.0.28/CodeSector.TeraCopy.yaml b/manifests/c/CodeSector/TeraCopy/4.0.0.28/CodeSector.TeraCopy.yaml index cb822da2963cc..56b6aa9997dad 100644 --- a/manifests/c/CodeSector/TeraCopy/4.0.0.28/CodeSector.TeraCopy.yaml +++ b/manifests/c/CodeSector/TeraCopy/4.0.0.28/CodeSector.TeraCopy.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/Jun/29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: CodeSector.TeraCopy -PackageVersion: 4.0.0.28 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CodeSector.TeraCopy +PackageVersion: 4.0.0.28 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/cst8t/gitmun/0.8.1/cst8t.gitmun.installer.yaml b/manifests/c/cst8t/gitmun/0.8.1/cst8t.gitmun.installer.yaml new file mode 100644 index 0000000000000..2a45cb87fec44 --- /dev/null +++ b/manifests/c/cst8t/gitmun/0.8.1/cst8t.gitmun.installer.yaml @@ -0,0 +1,40 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: cst8t.gitmun +PackageVersion: 0.8.1 +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Git.Git +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/cst8t/gitmun/releases/download/v0.8.1/Gitmun_0.8.1_x64-setup.exe + InstallerSha256: C19246E33FFF58AA778B565A604874F7C92CE0C44152012817DDE847C8B924FF + InstallerSwitches: + Custom: /SkipGitCheck + ProductCode: Gitmun + AppsAndFeaturesEntries: + - ProductCode: Gitmun + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Gitmun' +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/cst8t/gitmun/releases/download/v0.8.1/Gitmun_0.8.1_x64.msi + InstallerSha256: A638EA21966364A2F496AC3A8DF4930E85253080EBC2C044D3A9FA5E427D95DF + ProductCode: '{C09EB3BB-1958-4377-95C7-55F7EF62DBB9}' + AppsAndFeaturesEntries: + - ProductCode: '{C09EB3BB-1958-4377-95C7-55F7EF62DBB9}' + UpgradeCode: '{CFD38D6F-06D8-500B-8162-2815A511EBAF}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Gitmun' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/cst8t/gitmun/0.8.1/cst8t.gitmun.locale.en-GB.yaml b/manifests/c/cst8t/gitmun/0.8.1/cst8t.gitmun.locale.en-GB.yaml new file mode 100644 index 0000000000000..cbf743408556a --- /dev/null +++ b/manifests/c/cst8t/gitmun/0.8.1/cst8t.gitmun.locale.en-GB.yaml @@ -0,0 +1,93 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: cst8t.gitmun +PackageVersion: 0.8.1 +PackageLocale: en-GB +Publisher: cst8t +PublisherUrl: https://github.com/cst8t +PublisherSupportUrl: https://github.com/cst8t/gitmun/issues +Author: cst8t +PackageName: Gitmun +PackageUrl: https://github.com/cst8t/gitmun +License: GPL-3.0 +LicenseUrl: https://github.com/cst8t/gitmun/blob/HEAD/LICENSE +ShortDescription: A cross-platform Git GUI client +Description: Gitmun is a crossplatform desktop Git client built with Tauri +Moniker: gitmun +ReleaseNotes: |- + What's New + Repository Display Names + - New command get_repo_display_name to read repository description as display name + - Displays custom project names in the titlebar when configured + - Falls back to repository folder name when no custom description is set + - Automatically fetches display names for recently used repositories + - Supports Git submodule .git file format with gitdir: references + Titlebar Enhancements + - New disclosure tooltips for truncated repository and branch names + - Interactive tooltips showing full details when labels overflow + - Branch name tooltip displays full branch name when truncated + - Repository tooltip displays both custom display name and full path when truncated + - Better visual feedback for copy affordance with "Click to copy path" hint + - Improved layout with cleaner repository name display + Commit Message Processing + - New commit_message.rs module for parsing and processing commit bodies + - Separates commit prose body from metadata trailers + - Trailers are properly identified as contiguous Key: value pairs at message end + - Empty lines between prose and trailers are handled correctly + - Message body is now returned in CommitDetails for display in the UI + - Both CLI and gix backends return identical body and trailer parsing + File Tree Compaction + - Uninterrupted single-directory chains are now compacted in the file tree + - Reduces visual depth for deeply nested single-folder paths + - Shows full compacted path in folder labels (e.g., game/assets/graphics/100/en/symbols) + - Only compacts when a directory contains only one subdirectory + - Maintains proper layout and selection semantics + Repository State Monitoring Improvements + - Better handling of Git lock files (.lock) - now ignored in file watch events + - .git/objects/ directory writes are filtered out from state refreshes + - Uses GIT_OPTIONAL_LOCKS=0 environment variable for status and numstat operations + - More precise path filtering logic for relevant Git state changes + - Reduces unnecessary refreshes during fetch operations + UI Improvements + - File striping calculations now account for visible rows only + - Striping restarts independently for staged and unstaged sections + - Folder rows are no longer striped to maintain visual hierarchy + - Commit details popover properly scrolls when content exceeds viewport height + - Better handling of popover positioning near screen edges + - Popover stays within viewport bounds with minimum 8px margin + Build and Dependencies + - Updated esbuild from 0.28.0 to 0.28.1 + - Updated Vite from 8.0.8 to 8.1.0 + - Updated Rolldown from 1.0.0-rc.15 to 1.1.3 + - Updated postcss from 8.5.13 to 8.5.16 + - Updated nanoid from 3.3.11 to 3.3.15 + - Updated undici from 7.24.6 to 7.28.0 + - Updated tinyglobby from 0.2.15 to 0.2.17 + - Updated @napi-rs/wasm-runtime from 1.1.3 to 1.1.6 + - Updated @oxc-project/types from 0.124.0 to 0.137.0 + Permissions and API Updates + - Updated Tauri permissions schema to include new Opener plugin capabilities + - New App permission allow-supports-multiple-windows + - New Window permissions allow-activity-name and allow-scene-identifier + - New Tray permission allow-set-icon-with-as-template + - Dialog deprecated permissions allow-ask and allow-confirm marked as deprecated + - Full Opener plugin scope support with URL and path configurations + TypeScript and API Additions + - Added CommitDetails.body field to represent prose message content + - New TypeScript utils for repository display name handling + - Enhanced titlebar component tests for disclosure functionality + - New diff panel tests for commit details display + Package Configuration + - Added allowScripts configuration for esbuild + Fixes + - Fixed commit trailers parsing to properly separate prose from metadata + - Fixed file striping to not apply to folder rows + - Fixed popover positioning to avoid going off-screen + - Fixed file tree rendering to preserve striping consistency across sections + - Improved Git lock file filtering for more reliable state monitoring + - Better handling of concurrent Git operations with optional lock control + Full Changelog: v0.8.0...v0.8.1 +ReleaseNotesUrl: https://github.com/cst8t/gitmun/releases/tag/v0.8.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/cst8t/gitmun/0.8.1/cst8t.gitmun.yaml b/manifests/c/cst8t/gitmun/0.8.1/cst8t.gitmun.yaml new file mode 100644 index 0000000000000..79d475b803393 --- /dev/null +++ b/manifests/c/cst8t/gitmun/0.8.1/cst8t.gitmun.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: cst8t.gitmun +PackageVersion: 0.8.1 +DefaultLocale: en-GB +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DYMO/DYMOConnect/1.6.1.7/DYMO.DYMOConnect.installer.yaml b/manifests/d/DYMO/DYMOConnect/1.6.1.7/DYMO.DYMOConnect.installer.yaml index 0d03caa864131..6e82309abe024 100644 --- a/manifests/d/DYMO/DYMOConnect/1.6.1.7/DYMO.DYMOConnect.installer.yaml +++ b/manifests/d/DYMO/DYMOConnect/1.6.1.7/DYMO.DYMOConnect.installer.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: DYMO.DYMOConnect @@ -43,10 +43,10 @@ ExpectedReturnCodes: ReturnResponse: alreadyInstalled - InstallerReturnCode: 1639 ReturnResponse: invalidParameter -- InstallerReturnCode: 1641 - ReturnResponse: rebootInitiated - InstallerReturnCode: 1640 ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated - InstallerReturnCode: 1643 ReturnResponse: blockedByPolicy - InstallerReturnCode: 1644 @@ -65,12 +65,13 @@ FileExtensions: - label - labelx ProductCode: '{bf9d3b00-c615-4322-9af6-c35b9338b60c}' +ReleaseDate: 2026-06-18 AppsAndFeaturesEntries: - UpgradeCode: '{041F9580-8584-4987-9564-F76786B755BB}' InstallerType: msi Installers: - Architecture: x64 - InstallerUrl: https://dymoreleasecontent.blob.core.windows.net/dymo-release/DCDWIN/DCDSetup1.6.1.7-Arm64.exe + InstallerUrl: https://dymoreleasecontent.blob.core.windows.net/dymo-release/DCDWIN/DCDSetup1.6.1.7-X64.exe InstallerSha256: BD87261ED01A18FFCDE6B47E5556372F546A95EE3D997AFCEB07C0094E3D6E50 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/d/DYMO/DYMOConnect/1.6.1.7/DYMO.DYMOConnect.locale.en-US.yaml b/manifests/d/DYMO/DYMOConnect/1.6.1.7/DYMO.DYMOConnect.locale.en-US.yaml index 2e2b616365535..1cad146193449 100644 --- a/manifests/d/DYMO/DYMOConnect/1.6.1.7/DYMO.DYMOConnect.locale.en-US.yaml +++ b/manifests/d/DYMO/DYMOConnect/1.6.1.7/DYMO.DYMOConnect.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: DYMO.DYMOConnect @@ -13,7 +13,9 @@ License: Proprietary LicenseUrl: https://www.newellbrands.com/terms-of-use/ Copyright: © 2026 DYMO, Inc. All rights reserved. CopyrightUrl: https://www.newellbrands.com/terms-of-use/ -ShortDescription: DYMO Connect for Desktop enables the creation and printing of labels for LabelWriter 450 series/4XL and LabelManager printers. +ShortDescription: > + DYMO Connect for Desktop enables the creation and printing of labels for LabelWriter 450 + series/4XL and LabelManager printers. Moniker: dymoconnect Tags: - labelmanager-280 diff --git a/manifests/d/DYMO/DYMOConnect/1.6.1.7/DYMO.DYMOConnect.locale.zh-CN.yaml b/manifests/d/DYMO/DYMOConnect/1.6.1.7/DYMO.DYMOConnect.locale.zh-CN.yaml index 1e6d86069b8df..47ed6695b9227 100644 --- a/manifests/d/DYMO/DYMOConnect/1.6.1.7/DYMO.DYMOConnect.locale.zh-CN.yaml +++ b/manifests/d/DYMO/DYMOConnect/1.6.1.7/DYMO.DYMOConnect.locale.zh-CN.yaml @@ -1,10 +1,11 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: DYMO.DYMOConnect PackageVersion: 1.6.1.7 PackageLocale: zh-CN License: 专有软件 -ShortDescription: DYMO Connect 桌面版支持为 LabelWriter 450 系列/4XL 和 LabelManager 标签打印机创建并打印标签。 +ShortDescription: > + DYMO Connect 桌面版支持为 LabelWriter 450 系列/4XL 和 LabelManager 标签打印机创建并打印标签。 ManifestType: locale ManifestVersion: 1.12.0 diff --git a/manifests/d/DYMO/DYMOConnect/1.6.1.7/DYMO.DYMOConnect.yaml b/manifests/d/DYMO/DYMOConnect/1.6.1.7/DYMO.DYMOConnect.yaml index 6d7562645c5b4..d83e68b8a6d10 100644 --- a/manifests/d/DYMO/DYMOConnect/1.6.1.7/DYMO.DYMOConnect.yaml +++ b/manifests/d/DYMO/DYMOConnect/1.6.1.7/DYMO.DYMOConnect.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 Dumplings Mod +# Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: DYMO.DYMOConnect diff --git a/manifests/d/Dataflare/Dataflare/3.1.3/Dataflare.Dataflare.installer.yaml b/manifests/d/Dataflare/Dataflare/3.1.3/Dataflare.Dataflare.installer.yaml new file mode 100644 index 0000000000000..d78746d03e3a4 --- /dev/null +++ b/manifests/d/Dataflare/Dataflare/3.1.3/Dataflare.Dataflare.installer.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Dataflare.Dataflare +PackageVersion: 3.1.3 +InstallerType: nullsoft +Scope: user +ProductCode: Dataflare +ReleaseDate: 2026-07-01 +AppsAndFeaturesEntries: +- Publisher: dataflare + ProductCode: Dataflare +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Dataflare' +Installers: +- Architecture: x64 + InstallerUrl: https://assets.dataflare.app/release/windows/x86_64/Dataflare-Setup-3.1.3.exe + InstallerSha256: D62504AF3CCA3C427B34D0D4480D19BAA747806986A19919C9C80DBD6EC1F3B1 +- Architecture: arm64 + InstallerUrl: https://assets.dataflare.app/release/windows/aarch64/Dataflare-Setup-3.1.3.exe + InstallerSha256: 631FC9D92BA114869AEA564A726703A011CBA1BEBE066AB363E24E0E9FA6A538 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dataflare/Dataflare/3.1.3/Dataflare.Dataflare.locale.en-US.yaml b/manifests/d/Dataflare/Dataflare/3.1.3/Dataflare.Dataflare.locale.en-US.yaml new file mode 100644 index 0000000000000..e0115e0df4ed2 --- /dev/null +++ b/manifests/d/Dataflare/Dataflare/3.1.3/Dataflare.Dataflare.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Dataflare.Dataflare +PackageVersion: 3.1.3 +PackageLocale: en-US +Publisher: Dataflare +PublisherUrl: https://dataflare.app/ +PublisherSupportUrl: https://github.com/DataflareApp/Dataflare/issues +PrivacyUrl: https://dataflare.app/privacy +Author: Dataflare +PackageName: Dataflare +PackageUrl: https://dataflare.app/ +License: Proprietary +Copyright: Copyright © 2026 Dataflare. All Rights Reserved. +ShortDescription: Dataflare is a simple, easy-to-use database manager. Connect to your databases, manage tables, view data, write SQL and run queries easily. +PurchaseUrl: https://dataflare.app/#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dataflare/Dataflare/3.1.3/Dataflare.Dataflare.yaml b/manifests/d/Dataflare/Dataflare/3.1.3/Dataflare.Dataflare.yaml new file mode 100644 index 0000000000000..a68d1e680d789 --- /dev/null +++ b/manifests/d/Dataflare/Dataflare/3.1.3/Dataflare.Dataflare.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: Dataflare.Dataflare +PackageVersion: 3.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Daum/PotPlayer/26.07.01.0/Daum.PotPlayer.installer.yaml b/manifests/d/Daum/PotPlayer/26.07.01.0/Daum.PotPlayer.installer.yaml new file mode 100644 index 0000000000000..0c5b533eb8d23 --- /dev/null +++ b/manifests/d/Daum/PotPlayer/26.07.01.0/Daum.PotPlayer.installer.yaml @@ -0,0 +1,145 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Daum.PotPlayer +PackageVersion: 26.07.01.0 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- 3g2 +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aiff +- amr +- amv +- ape +- asf +- ass +- asx +- avi +- cda +- cue +- divx +- dmskm +- dpg +- dpl +- dsf +- dts +- dtshd +- dvr-ms +- eac3 +- evo +- f4v +- flac +- flv +- idx +- ifo +- k3g +- lmp4 +- m1a +- m1v +- m2a +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4p +- m4v +- mka +- mkv +- mod +- mov +- mp2 +- mp2v +- mp3 +- mp4 +- mpa +- mpc +- mpd +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mqv +- mts +- mxf +- nsr +- nsv +- ogg +- ogm +- ogv +- opus +- pls +- psb +- qt +- ra +- ram +- rmvb +- rpm +- rt +- sbv +- skm +- smi +- srt +- ssa +- ssf +- sub +- sup +- tak +- tp +- tpr +- trp +- ts +- tta +- ttml +- usf +- vob +- vtt +- wav +- webm +- wm +- wma +- wmp +- wmv +- wmx +- wtv +- wv +- wvx +- xspf +- xss +ReleaseDate: 2026-07-01 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://t1.daumcdn.net/potplayer/PotPlayer/Version/Latest/PotPlayerSetup.exe + InstallerSha256: B7F0DBBAB64D1D95C16A07711A14CB006BB70F8A02E7D0D875312C40FBDD6144 + ProductCode: PotPlayer + AppsAndFeaturesEntries: + - ProductCode: PotPlayer + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\DAUM\PotPlayer' +- Architecture: x64 + InstallerUrl: https://t1.daumcdn.net/potplayer/PotPlayer/Version/Latest/PotPlayerSetup64.exe + InstallerSha256: 7E70DE32CFB6B3F9E02BA95E74ED782D3927A5A0B5F8BB2AC744E623A903621A + ProductCode: PotPlayer64 + AppsAndFeaturesEntries: + - DisplayName: PotPlayer-64 bit + ProductCode: PotPlayer64 + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\DAUM\PotPlayer' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Daum/PotPlayer/26.07.01.0/Daum.PotPlayer.locale.en-US.yaml b/manifests/d/Daum/PotPlayer/26.07.01.0/Daum.PotPlayer.locale.en-US.yaml new file mode 100644 index 0000000000000..f52c5d5412fed --- /dev/null +++ b/manifests/d/Daum/PotPlayer/26.07.01.0/Daum.PotPlayer.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Daum.PotPlayer +PackageVersion: 26.07.01.0 +PackageLocale: en-US +Publisher: Kakao Corp. +PublisherUrl: https://potplayer.tv/ +PackageName: PotPlayer +PackageUrl: https://potplayer.tv/ +License: Freeware +LicenseUrl: https://potplayer.tv/publicRelation +Copyright: Copyright © Daum Communications. All rights reserved. +CopyrightUrl: https://potplayer.tv/publicRelation +ShortDescription: Powerful multimedia player that supports a variety of different video codecs and formats. +Moniker: potplayer +Tags: +- audio +- hdr +- media-player +- subtitle +- video +- video-player +ReleaseNotesUrl: https://t1.daumcdn.net/potplayer/PotPlayer/v4/Update2/UpdateEng.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Daum/PotPlayer/26.07.01.0/Daum.PotPlayer.locale.zh-CN.yaml b/manifests/d/Daum/PotPlayer/26.07.01.0/Daum.PotPlayer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1a81477c49c98 --- /dev/null +++ b/manifests/d/Daum/PotPlayer/26.07.01.0/Daum.PotPlayer.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Daum.PotPlayer +PackageVersion: 26.07.01.0 +PackageLocale: zh-CN +Publisher: Kakao Corp. +PublisherUrl: https://potplayer.tv/ +PackageName: PotPlayer +PackageUrl: https://potplayer.tv/ +License: Freeware +LicenseUrl: https://potplayer.tv/publicRelation +Copyright: Copyright © Daum Communications. All rights reserved. +CopyrightUrl: https://potplayer.tv/publicRelation +ShortDescription: PotPlayer是一款多功能网络播放器,可播放多种格式的视频或音频。 +Tags: +- 媒体 +- 播放器 +- 自由软件 +- 视频 +ReleaseNotesUrl: https://t1.daumcdn.net/potplayer/PotPlayer/v4/Update2/UpdateEng.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Daum/PotPlayer/26.07.01.0/Daum.PotPlayer.yaml b/manifests/d/Daum/PotPlayer/26.07.01.0/Daum.PotPlayer.yaml new file mode 100644 index 0000000000000..105c16628dd67 --- /dev/null +++ b/manifests/d/Daum/PotPlayer/26.07.01.0/Daum.PotPlayer.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: Daum.PotPlayer +PackageVersion: 26.07.01.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/Agent/v1.92.0/Docker.Agent.installer.yaml b/manifests/d/Docker/Agent/v1.92.0/Docker.Agent.installer.yaml new file mode 100644 index 0000000000000..e20217542f813 --- /dev/null +++ b/manifests/d/Docker/Agent/v1.92.0/Docker.Agent.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Docker.Agent +PackageVersion: v1.92.0 +InstallerType: portable +Commands: +- docker-agent +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/docker/docker-agent/releases/download/v1.92.0/docker-agent-windows-amd64.exe + InstallerSha256: AC576B14AAE7DC8A818ED36CF03E51B71F6421FBC6B5FE787233A9A632F16F91 +- Architecture: arm64 + InstallerUrl: https://github.com/docker/docker-agent/releases/download/v1.92.0/docker-agent-windows-arm64.exe + InstallerSha256: 1C394E090379D10AFC2F46D5570A0B3848D5C53EE158422EC615207D8757B553 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-30 diff --git a/manifests/d/Docker/Agent/v1.92.0/Docker.Agent.locale.en-US.yaml b/manifests/d/Docker/Agent/v1.92.0/Docker.Agent.locale.en-US.yaml new file mode 100644 index 0000000000000..eb73beb259133 --- /dev/null +++ b/manifests/d/Docker/Agent/v1.92.0/Docker.Agent.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Docker.Agent +PackageVersion: v1.92.0 +PackageLocale: en-US +Publisher: Docker +PublisherUrl: https://github.com/docker +PublisherSupportUrl: https://github.com/docker/cagent/issues +PackageName: Agent +PackageUrl: https://github.com/docker/cagent +License: Apache-2.0 +ShortDescription: Agent Builder and Runtime by Docker Engineering. +Tags: +- docker-agent +- dockeragent +- agents +- artificial-intelligence +- artificialintelligence +- ai +ReleaseNotesUrl: https://github.com/docker/docker-agent/releases/tag/v1.92.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/Agent/v1.92.0/Docker.Agent.yaml b/manifests/d/Docker/Agent/v1.92.0/Docker.Agent.yaml new file mode 100644 index 0000000000000..123bd28db7dc5 --- /dev/null +++ b/manifests/d/Docker/Agent/v1.92.0/Docker.Agent.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Docker.Agent +PackageVersion: v1.92.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DrizzleTime/Skiff/1.0.0/DrizzleTime.Skiff.installer.yaml b/manifests/d/DrizzleTime/Skiff/1.0.0/DrizzleTime.Skiff.installer.yaml index 37c93251bd02c..ef0a3964578e5 100644 --- a/manifests/d/DrizzleTime/Skiff/1.0.0/DrizzleTime.Skiff.installer.yaml +++ b/manifests/d/DrizzleTime/Skiff/1.0.0/DrizzleTime.Skiff.installer.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 v2.7.2 $debug=NVS1.CRLF.7-6-2.Win32NT +# Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: DrizzleTime.Skiff @@ -7,10 +7,10 @@ InstallerType: nullsoft Scope: user UpgradeBehavior: install ProductCode: skiff -ReleaseDate: 2026-06-13 +ReleaseDate: 2026-06-27 Installers: - Architecture: x64 - InstallerUrl: https://github.com/DrizzleTime/Skiff/releases/download/v1.0.0.beta/skiff_1.0.0_x64-setup.exe - InstallerSha256: D4D23A072AAE3B772D3021D1EF540808EDAE2CC1ED01AAFA05F5B7BDDD6C1598 + InstallerUrl: https://github.com/DrizzleTime/Skiff/releases/download/v1.0.0.beta.2/skiff_1.0.0_x64-setup.exe + InstallerSha256: 22600DC54A96069CCD7ACB250894ADA16F97C3C830BE2EA69053113ABF4F6BB4 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/d/DrizzleTime/Skiff/1.0.0/DrizzleTime.Skiff.locale.en-US.yaml b/manifests/d/DrizzleTime/Skiff/1.0.0/DrizzleTime.Skiff.locale.en-US.yaml index cdae6d15ff4d3..8c6a7fc8cea4d 100644 --- a/manifests/d/DrizzleTime/Skiff/1.0.0/DrizzleTime.Skiff.locale.en-US.yaml +++ b/manifests/d/DrizzleTime/Skiff/1.0.0/DrizzleTime.Skiff.locale.en-US.yaml @@ -1,20 +1,10 @@ -# Created with YamlCreate.ps1 v2.7.2 $debug=NVS1.CRLF.7-6-2.Win32NT +# Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: DrizzleTime.Skiff PackageVersion: 1.0.0 PackageLocale: en-US -# Publisher: -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -# PackageName: -# PackageUrl: License: Freeware -# LicenseUrl: -# Copyright: -# CopyrightUrl: ShortDescription: Skiff is a local cross-platform disk cleanup tool for inspecting caches, applications, duplicate files, and large files before removal. Description: |- Skiff is a local cross-platform disk cleanup tool for inspecting caches, applications, duplicate files, and large files before removal. @@ -44,7 +34,6 @@ Description: |- - Flatpak application data cleanup is high risk because it removes app configuration, login state, local databases, and other local app data. - CLI deletion, cleanup, and uninstall commands require an explicit --yes. - The macOS and Windows local builds in this repository are not configured for code signing, Apple notarization, or Windows signing. -# Moniker: Tags: - accelerate - application @@ -56,10 +45,5 @@ Tags: - program - software - uninstall -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: ManifestType: locale ManifestVersion: 1.12.0 diff --git a/manifests/d/DrizzleTime/Skiff/1.0.0/DrizzleTime.Skiff.locale.zh-CN.yaml b/manifests/d/DrizzleTime/Skiff/1.0.0/DrizzleTime.Skiff.locale.zh-CN.yaml index 1f4f2569cf4c4..8a3b23533cbda 100644 --- a/manifests/d/DrizzleTime/Skiff/1.0.0/DrizzleTime.Skiff.locale.zh-CN.yaml +++ b/manifests/d/DrizzleTime/Skiff/1.0.0/DrizzleTime.Skiff.locale.zh-CN.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 v2.7.2 $debug=NVS1.CRLF.7-6-2.Win32NT +# Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: DrizzleTime.Skiff @@ -7,14 +7,9 @@ PackageLocale: zh-CN Publisher: shiyu PublisherUrl: https://github.com/DrizzleTime PublisherSupportUrl: https://github.com/DrizzleTime/Skiff/issues -# PrivacyUrl: -# Author: PackageName: skiff PackageUrl: https://github.com/DrizzleTime/Skiff License: 免费软件 -# LicenseUrl: -# Copyright: -# CopyrightUrl: ShortDescription: Skiff 是一个本地跨平台磁盘清理工具,用于在删除前检查缓存、应用、重复文件和大文件。 Description: |- Skiff 是一个本地跨平台磁盘清理工具,用于在删除前检查缓存、应用、重复文件和大文件。 @@ -44,7 +39,6 @@ Description: |- - Flatpak 应用数据清理属于高风险操作,会删除应用配置、登录状态、本地数据库和其他本地应用数据。 - CLI 中的删除、清理和卸载命令必须显式传入 --yes,否则不会执行。 - 当前仓库中的 macOS 和 Windows 本地构建没有配置代码签名、Apple 公证或 Windows 签名。 -# Moniker: Tags: - 优化 - 加速 @@ -56,12 +50,8 @@ Tags: - 程序 - 软件 ReleaseNotes: |- - Skiff 是一款本地运行的跨平台磁盘清理工具。它的核心设计理念是拒绝盲目清理,通过构建“扫描 ➔ 检查 ➔ 选择 ➔ 确认 ➔ 执行”的完整工作流,在清理缓存、应用、大文件/重复文件以及 Agent 会话数据时,确保用户对即将发生的操作完全知情可控。 - 版本说明 - 这是 Skiff 的第一版公开发布,欢迎下载体验并反馈问题。 -ReleaseNotesUrl: https://github.com/DrizzleTime/Skiff/releases/tag/v1.0.0.beta -# PurchaseUrl: -# InstallationNotes: -# Documentations: + 修复 windows 保存设置失败的问题 + 优化 AI 空间分析体验 +ReleaseNotesUrl: https://github.com/DrizzleTime/Skiff/releases/tag/v1.0.0.beta.2 ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/d/DrizzleTime/Skiff/1.0.0/DrizzleTime.Skiff.yaml b/manifests/d/DrizzleTime/Skiff/1.0.0/DrizzleTime.Skiff.yaml index f264c5deeae93..8c5cf8cf9c189 100644 --- a/manifests/d/DrizzleTime/Skiff/1.0.0/DrizzleTime.Skiff.yaml +++ b/manifests/d/DrizzleTime/Skiff/1.0.0/DrizzleTime.Skiff.yaml @@ -1,4 +1,4 @@ -# Created with YamlCreate.ps1 v2.7.2 $debug=NVS1.CRLF.7-6-2.Win32NT +# Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: DrizzleTime.Skiff diff --git a/manifests/d/Druva/inSync/8.1.3/Druva.inSync.installer.yaml b/manifests/d/Druva/inSync/8.1.3/Druva.inSync.installer.yaml new file mode 100644 index 0000000000000..0a756aace3dc2 --- /dev/null +++ b/manifests/d/Druva/inSync/8.1.3/Druva.inSync.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: Druva.inSync +PackageVersion: 8.1.3 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +Protocols: +- insync +- insyncnewauthkey +FileExtensions: +- idk +- isk1 +- iurl +ProductCode: '{87C841E7-B266-4C0D-8A56-138C0C847D48}' +AppsAndFeaturesEntries: +- UpgradeCode: '{99ADCB07-6ABD-4A1D-AFF6-03649753BAFF}' +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.druva.com/downloads/inSync/Windows/8.1.3/inSync8.1.3r111021.msi + InstallerSha256: F4EC7F458762A76B758DE4DAA68B5F697C1DAB0A38D64D20297EC4826F985AC4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Druva/inSync/8.1.3/Druva.inSync.locale.en-US.yaml b/manifests/d/Druva/inSync/8.1.3/Druva.inSync.locale.en-US.yaml new file mode 100644 index 0000000000000..6afa077f281b9 --- /dev/null +++ b/manifests/d/Druva/inSync/8.1.3/Druva.inSync.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Druva.inSync +PackageVersion: 8.1.3 +PackageLocale: en-US +Publisher: Druva Technologies Pte. Ltd. +PublisherUrl: https://www.druva.com/ +PublisherSupportUrl: https://www.druva.com/support +PrivacyUrl: https://www.druva.com/privacy-policy +Author: Druva Inc. +PackageName: Druva inSync +PackageUrl: https://downloads.druva.com/insync/ +License: Proprietary +LicenseUrl: https://www.druva.com/terms-of-use +Copyright: © 2026 Druva Inc. and/or its affiliates. All rights reserved. +CopyrightUrl: https://www.druva.com/terms-of-use +ShortDescription: A lightweight and easy-to-use application that runs silently in the background on your device without interrupting your regular work and protects your important files, emails, photos, and videos by backing them up securely to inSync Cloud. +ReleaseNotesUrl: https://help.druva.com/articles/8829600 +PurchaseUrl: https://www.druva.com/products/pricing-plans +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Druva/inSync/8.1.3/Druva.inSync.locale.zh-CN.yaml b/manifests/d/Druva/inSync/8.1.3/Druva.inSync.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7c78f4689ae82 --- /dev/null +++ b/manifests/d/Druva/inSync/8.1.3/Druva.inSync.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: Druva.inSync +PackageVersion: 8.1.3 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 一款轻量易用的应用程序,在设备后台静默运行,不干扰日常工作,同时通过安全备份至 inSync 云,保护您的重要文件、邮件、照片和视频。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Druva/inSync/8.1.3/Druva.inSync.yaml b/manifests/d/Druva/inSync/8.1.3/Druva.inSync.yaml new file mode 100644 index 0000000000000..23e1be97ce3e6 --- /dev/null +++ b/manifests/d/Druva/inSync/8.1.3/Druva.inSync.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Druva.inSync +PackageVersion: 8.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/dRofus/dRofus/2.18.8.0/dRofus.dRofus.installer.yaml b/manifests/d/dRofus/dRofus/2.18.8.0/dRofus.dRofus.installer.yaml new file mode 100644 index 0000000000000..2d67aa315943f --- /dev/null +++ b/manifests/d/dRofus/dRofus/2.18.8.0/dRofus.dRofus.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: dRofus.dRofus +PackageVersion: 2.18.8.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +Protocols: +- drofus +ProductCode: '{4CDEEE35-10BD-45FF-AEA7-A974313F8517}' +AppsAndFeaturesEntries: +- UpgradeCode: '{937B2BBC-8903-4F61-91F2-11D4F445CE7C}' +Installers: +- Architecture: x64 + InstallerUrl: https://deploy.drofus.com/stable/drofus-setup-2.18.8.msi + InstallerSha256: 5016668DA42F74258E0C4C7B8E4A5782655970916D1B5FA6577F144776652BA2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/dRofus/dRofus/2.18.8.0/dRofus.dRofus.locale.en-US.yaml b/manifests/d/dRofus/dRofus/2.18.8.0/dRofus.dRofus.locale.en-US.yaml new file mode 100644 index 0000000000000..0f6f7da1710ba --- /dev/null +++ b/manifests/d/dRofus/dRofus/2.18.8.0/dRofus.dRofus.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: dRofus.dRofus +PackageVersion: 2.18.8.0 +PackageLocale: en-US +Publisher: dRofus AS +PublisherUrl: https://www.drofus.com/ +PublisherSupportUrl: https://support.drofus.com/support/home +PrivacyUrl: https://www.drofus.com/privacy-policy +Author: dRofus AS +PackageName: dRofus +PackageUrl: https://www.drofus.com/download +License: Proprietary +ShortDescription: The leading planning and data management tool for the global building industry +Description: |- + dRofus is a unique planning, data management and BIM collaboration tool that provides all stakeholders with extensive workflow support and access to building information throughout the building lifecycle. + Unlike any other planning tool on the market, dRofus was developed directly on behalf of public building owners. Capturing client requirements (EIR), validating design solutions (BIM) against client requirements, management of public standards and equipment planning are core features in the software. + dRofus has strong ArchiCAD, Revit and IFC integration with bi-directional data sync capabilities. + Model data from each discipline is captured, together with planning data, non-geometric data and documents, in a centralized database accessible to all project stakeholders via the dRofus desktop client and dRofus Web. + Typically, stakeholders produce data using different software programs that have different data schemas, with different filetypes, distributed across multiple servers, located in multiple different locations - and often this data is not re-usable by others. + This is why dRofus has become an essential tool for BIM projects - we consolidate disparate data sets and convert them into project information, insight and intelligence accessible to all project stakeholders. +Tags: +- bim +ReleaseNotesUrl: https://www.drofus.com/release-notes +Documentations: +- DocumentLabel: User Guides + DocumentUrl: https://help.drofus.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dRofus/dRofus/2.18.8.0/dRofus.dRofus.locale.zh-CN.yaml b/manifests/d/dRofus/dRofus/2.18.8.0/dRofus.dRofus.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a67e41ad73e65 --- /dev/null +++ b/manifests/d/dRofus/dRofus/2.18.8.0/dRofus.dRofus.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: dRofus.dRofus +PackageVersion: 2.18.8.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 全球建筑行业领先的规划与数据管理工具 +Description: |- + dRofus 是一款独特的规划、数据管理与 BIM 协作工具,为所有利益相关方提供贯穿建筑全生命周期的工作流支持及建筑信息访问。 + 与其他市面规划工具不同,dRofus 直接受公共建筑业主委托开发。其核心功能包括:客户需求采集(EIR)、基于客户需求的设计方案验证(BIM)、公共标准管理以及设备规划。 + dRofus 与 ArchiCAD、Revit 和 IFC 深度集成,支持双向数据同步。各专业模型数据、规划数据、非几何数据及文档均存储于中央数据库,所有项目成员可通过 dRofus 桌面客户端和 Web 端实时访问。 + 传统工作模式中,利益相关方使用不同软件生成异构数据——这些数据遵循不同架构、存储为不同格式、分散于多台服务器、位于不同地理位置,且往往无法被他人复用。 + 正因如此,dRofus 已成为 BIM 项目不可或缺的工具:我们将碎片化数据集整合转化为可共享的项目信息、洞察与智能,赋能所有项目参与者。 +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://help.drofus.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dRofus/dRofus/2.18.8.0/dRofus.dRofus.yaml b/manifests/d/dRofus/dRofus/2.18.8.0/dRofus.dRofus.yaml new file mode 100644 index 0000000000000..c811059257c5d --- /dev/null +++ b/manifests/d/dRofus/dRofus/2.18.8.0/dRofus.dRofus.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: dRofus.dRofus +PackageVersion: 2.18.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/dRofus/dRofus/EXE/2.18.7/dRofus.dRofus.EXE.installer.yaml b/manifests/d/dRofus/dRofus/EXE/2.18.8/dRofus.dRofus.EXE.installer.yaml similarity index 82% rename from manifests/d/dRofus/dRofus/EXE/2.18.7/dRofus.dRofus.EXE.installer.yaml rename to manifests/d/dRofus/dRofus/EXE/2.18.8/dRofus.dRofus.EXE.installer.yaml index 38a8dd77aedb3..eda00fff4226b 100644 --- a/manifests/d/dRofus/dRofus/EXE/2.18.7/dRofus.dRofus.EXE.installer.yaml +++ b/manifests/d/dRofus/dRofus/EXE/2.18.8/dRofus.dRofus.EXE.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: dRofus.dRofus.EXE -PackageVersion: 2.18.7 +PackageVersion: 2.18.8 InstallerType: exe Scope: user InstallModes: @@ -17,6 +17,6 @@ Protocols: Installers: - Architecture: x86 InstallerUrl: https://deploy.drofus.com/stable/setup.exe - InstallerSha256: 34BBA34FE50A6B973DD9E001D5D04A0AD21473854A97F152614F9E3BA1D093F5 + InstallerSha256: B9FB2EFD1E43007B00796B867B87F40F7803FCE8FA801583AC84F6A426DD95F3 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/d/dRofus/dRofus/EXE/2.18.7/dRofus.dRofus.EXE.locale.en-US.yaml b/manifests/d/dRofus/dRofus/EXE/2.18.8/dRofus.dRofus.EXE.locale.en-US.yaml similarity index 98% rename from manifests/d/dRofus/dRofus/EXE/2.18.7/dRofus.dRofus.EXE.locale.en-US.yaml rename to manifests/d/dRofus/dRofus/EXE/2.18.8/dRofus.dRofus.EXE.locale.en-US.yaml index 3826f60394f4f..447981847081f 100644 --- a/manifests/d/dRofus/dRofus/EXE/2.18.7/dRofus.dRofus.EXE.locale.en-US.yaml +++ b/manifests/d/dRofus/dRofus/EXE/2.18.8/dRofus.dRofus.EXE.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: dRofus.dRofus.EXE -PackageVersion: 2.18.7 +PackageVersion: 2.18.8 PackageLocale: en-US Publisher: dRofus AS PublisherUrl: https://www.drofus.com/ diff --git a/manifests/d/dRofus/dRofus/EXE/2.18.7/dRofus.dRofus.EXE.locale.zh-CN.yaml b/manifests/d/dRofus/dRofus/EXE/2.18.8/dRofus.dRofus.EXE.locale.zh-CN.yaml similarity index 98% rename from manifests/d/dRofus/dRofus/EXE/2.18.7/dRofus.dRofus.EXE.locale.zh-CN.yaml rename to manifests/d/dRofus/dRofus/EXE/2.18.8/dRofus.dRofus.EXE.locale.zh-CN.yaml index fa97e0cc9d106..a1d57d2731444 100644 --- a/manifests/d/dRofus/dRofus/EXE/2.18.7/dRofus.dRofus.EXE.locale.zh-CN.yaml +++ b/manifests/d/dRofus/dRofus/EXE/2.18.8/dRofus.dRofus.EXE.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: dRofus.dRofus.EXE -PackageVersion: 2.18.7 +PackageVersion: 2.18.8 PackageLocale: zh-CN License: 专有软件 ShortDescription: 全球建筑行业领先的规划与数据管理工具 diff --git a/manifests/d/dRofus/dRofus/EXE/2.18.7/dRofus.dRofus.EXE.yaml b/manifests/d/dRofus/dRofus/EXE/2.18.8/dRofus.dRofus.EXE.yaml similarity index 91% rename from manifests/d/dRofus/dRofus/EXE/2.18.7/dRofus.dRofus.EXE.yaml rename to manifests/d/dRofus/dRofus/EXE/2.18.8/dRofus.dRofus.EXE.yaml index 8da7a0e9ed30f..4b3d7148612d5 100644 --- a/manifests/d/dRofus/dRofus/EXE/2.18.7/dRofus.dRofus.EXE.yaml +++ b/manifests/d/dRofus/dRofus/EXE/2.18.8/dRofus.dRofus.EXE.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: dRofus.dRofus.EXE -PackageVersion: 2.18.7 +PackageVersion: 2.18.8 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Winlogbeat/9.4.3/Elastic.Winlogbeat.installer.yaml b/manifests/e/Elastic/Winlogbeat/9.4.3/Elastic.Winlogbeat.installer.yaml new file mode 100644 index 0000000000000..79210d5dd5280 --- /dev/null +++ b/manifests/e/Elastic/Winlogbeat/9.4.3/Elastic.Winlogbeat.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Elastic.Winlogbeat +PackageVersion: 9.4.3 +Commands: +- winlogbeat +ReleaseDate: 2026-06-30 +Installers: +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: winlogbeat-9.4.3-windows-x86_64\winlogbeat.exe + PortableCommandAlias: winlogbeat + InstallerUrl: https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-9.4.3-windows-x86_64.zip + InstallerSha256: DC27C383E1892740BEDF96DD74C7E8D4E160F6F81F5A17B7896D59107C842822 + ArchiveBinariesDependOnPath: true +- InstallerLocale: en-US + Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-9.4.3-windows-x86_64.msi + InstallerSha256: 8027EF46ABFCF32FB2C074FBB1E081151A0E1E93D468C58DA642A99F58030C78 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + UpgradeBehavior: install + ProductCode: '{2DE7C165-4793-5EE1-9DF0-372082756E2B}' + AppsAndFeaturesEntries: + - DisplayName: Beats winlogbeat 9.4.3 (x86_64) + ProductCode: '{2DE7C165-4793-5EE1-9DF0-372082756E2B}' + UpgradeCode: '{2DE7C165-4793-5EE1-9DF0-3720F2352E2B}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Elastic\Beats\9.1.2\winlogbeat' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Winlogbeat/9.4.3/Elastic.Winlogbeat.locale.en-US.yaml b/manifests/e/Elastic/Winlogbeat/9.4.3/Elastic.Winlogbeat.locale.en-US.yaml new file mode 100644 index 0000000000000..a562594b96a0b --- /dev/null +++ b/manifests/e/Elastic/Winlogbeat/9.4.3/Elastic.Winlogbeat.locale.en-US.yaml @@ -0,0 +1,59 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Elastic.Winlogbeat +PackageVersion: 9.4.3 +PackageLocale: en-US +Publisher: Elastic +PublisherUrl: https://www.elastic.co/ +PublisherSupportUrl: https://github.com/elastic/beats/issues +PrivacyUrl: https://www.elastic.co/legal/privacy-statement +Author: Elasticsearch B.V. +PackageName: Beats winlogbeat +PackageUrl: https://www.elastic.co/downloads/beats/winlogbeat +License: Elastic-2.0 +LicenseUrl: https://github.com/elastic/beats/blob/HEAD/LICENSE.txt +Copyright: © 2026. Elasticsearch B.V. All Rights Reserved +ShortDescription: Fetches and ships Windows Event logs +Description: Winlogbeat is an open-source log collector that ships Windows Event Logs to Elasticsearch or Logstash. It installs and runs as a Windows service. +ReleaseNotes: |- + This release also includes: Deprecations. + Features and enhancements + All + - Migrate from the deprecated github.com/docker/docker module to the github.com/moby/moby split modules. #50300 + Beats + - Allow TLS certificate and CA hot-reload without restarting. #50444 + Metricbeat + - Add data_stream field alongside aliases in cat_shards for the Metricbeat autoops_es module. + Fixes + All + - Upgrade Go to v1.26.4. + Beats + - Disable TLS certificate hot-reload by default on patch branches. #51104 + - Fix panic in the Elastic Agent V2 manager when reloading with no output unit. + Elastic agent + - Fix Beat receivers adding .0 to whole floating point numbers when encoding to JSON. #14610 + Filebeat + - Fix request tracer path validation for the cel, httpjson, http_endpoint, and entityanalytics inputs when Filebeat runs as an OTel receiver. #50581 + - Fix goroutine leak in filestream task group. #50839 #50824 + - Fix Okta entity analytics OAuth2 jwk_json token refresh failure. #50949 + - Cache Okta OAuth2 token in cel and httpjson to avoid unnecessary JWT regeneration. + - Fix WebSocket reconnect loop ignoring context cancellation with infinite retries. + - Fix filestream registry leak on file renames. + - Fix WebSocket input hanging on shutdown when server stalls and keep_alive is disabled. + - Fix handling of User-Agent header when using OAuth 2.0 authentication. + - Guard event.original rename in Azure module ingest pipelines to prevent a "field already exists" error when the field is pre-populated. #51271 + Libbeat + - Fix bulk indexing failures that could occur when using the Elasticsearch output with some non-Elastic backends. #49557 + - Fix a data race in the add_cloud_metadata processor when fetching metadata from multiple providers concurrently. + Metricbeat + - Clamp autoops_es *_latency_in_millis metrics to the sampling interval so a single-sample latency can never exceed the wall-clock time between samples. #50688 + Osquerybeat + - Respect Osquery pack query platform filters for Live Query actions. #50585 + Winlogbeat + - Treat RPC_S_UNKNOWN_IF (1717) as a recoverable error so Winlogbeat reopens the event log session instead of exiting on this transient RPC error. + - Fix Winlogbeat record ID gap retries reopening from stale checkpoints. + - Fix winlog XML rendering on Windows arm64. +ReleaseNotesUrl: https://www.elastic.co/docs/release-notes/beats#beats-release-notes-9.4.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Winlogbeat/9.4.3/Elastic.Winlogbeat.locale.zh-CN.yaml b/manifests/e/Elastic/Winlogbeat/9.4.3/Elastic.Winlogbeat.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5c14e726bf0b3 --- /dev/null +++ b/manifests/e/Elastic/Winlogbeat/9.4.3/Elastic.Winlogbeat.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: Elastic.Winlogbeat +PackageVersion: 9.4.3 +PackageLocale: zh-CN +ShortDescription: 收集和传输 Windows 事件日志 +Description: Winlogbeat 是一款开源日志采集器,专用于将 Windows 事件日志传输至 Elasticsearch 或 Logstash。它以 Windows 服务的形式安装并运行。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elastic/Winlogbeat/9.4.3/Elastic.Winlogbeat.yaml b/manifests/e/Elastic/Winlogbeat/9.4.3/Elastic.Winlogbeat.yaml new file mode 100644 index 0000000000000..f98cdc50bd08e --- /dev/null +++ b/manifests/e/Elastic/Winlogbeat/9.4.3/Elastic.Winlogbeat.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Elastic.Winlogbeat +PackageVersion: 9.4.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/FactoryAI/Factory/0.119.0/FactoryAI.Factory.installer.yaml b/manifests/f/FactoryAI/Factory/0.119.0/FactoryAI.Factory.installer.yaml new file mode 100644 index 0000000000000..1057b21796a78 --- /dev/null +++ b/manifests/f/FactoryAI/Factory/0.119.0/FactoryAI.Factory.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FactoryAI.Factory +PackageVersion: 0.119.0 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- factory-desktop +ProductCode: Factory +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.factory.ai/factory-desktop/releases/0.119.0/win32/x64/Factory-0.119.0%20Setup.exe + InstallerSha256: 73637908C6239933B014AD2AAC9B61864FD37DBD1AC93255E2EFB1464AB56500 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FactoryAI/Factory/0.119.0/FactoryAI.Factory.locale.en-US.yaml b/manifests/f/FactoryAI/Factory/0.119.0/FactoryAI.Factory.locale.en-US.yaml new file mode 100644 index 0000000000000..f429f55de9a02 --- /dev/null +++ b/manifests/f/FactoryAI/Factory/0.119.0/FactoryAI.Factory.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FactoryAI.Factory +PackageVersion: 0.119.0 +PackageLocale: en-US +Publisher: Factory AI +PublisherUrl: https://factory.ai/ +PrivacyUrl: https://factory.ai/privacy-policy +Author: The San Francisco AI Factory Inc. +PackageName: Factory +PackageUrl: https://factory.ai/ +License: Propeietary +LicenseUrl: https://factory.ai/legal/terms-individual +Copyright: '@Factory 2026. All rights reserved.' +CopyrightUrl: https://factory.ai/legal/terms-individual +ShortDescription: Agent-Native Software Development +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- develop +- development +- large-language-model +- llm +- programming +PurchaseUrl: https://factory.ai/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.factory.ai/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FactoryAI/Factory/0.119.0/FactoryAI.Factory.locale.zh-CN.yaml b/manifests/f/FactoryAI/Factory/0.119.0/FactoryAI.Factory.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f330efff38fff --- /dev/null +++ b/manifests/f/FactoryAI/Factory/0.119.0/FactoryAI.Factory.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: FactoryAI.Factory +PackageVersion: 0.119.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: Agent 原生软件开发 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.factory.ai/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FactoryAI/Factory/0.119.0/FactoryAI.Factory.yaml b/manifests/f/FactoryAI/Factory/0.119.0/FactoryAI.Factory.yaml new file mode 100644 index 0000000000000..ff4dea33ec871 --- /dev/null +++ b/manifests/f/FactoryAI/Factory/0.119.0/FactoryAI.Factory.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: FactoryAI.Factory +PackageVersion: 0.119.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/FlorianHeidenreich/Mp3tag/3.35/FlorianHeidenreich.Mp3tag.installer.yaml b/manifests/f/FlorianHeidenreich/Mp3tag/3.35.1/FlorianHeidenreich.Mp3tag.installer.yaml similarity index 53% rename from manifests/f/FlorianHeidenreich/Mp3tag/3.35/FlorianHeidenreich.Mp3tag.installer.yaml rename to manifests/f/FlorianHeidenreich/Mp3tag/3.35.1/FlorianHeidenreich.Mp3tag.installer.yaml index 38b9b49a36aee..ff5b84ef09f04 100644 --- a/manifests/f/FlorianHeidenreich/Mp3tag/3.35/FlorianHeidenreich.Mp3tag.installer.yaml +++ b/manifests/f/FlorianHeidenreich/Mp3tag/3.35.1/FlorianHeidenreich.Mp3tag.installer.yaml @@ -2,19 +2,19 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: FlorianHeidenreich.Mp3tag -PackageVersion: "3.35" +PackageVersion: 3.35.1 InstallerType: nullsoft Scope: machine UpgradeBehavior: install ProductCode: Mp3tag -ReleaseDate: 2026-06-19 +ReleaseDate: 2026-07-01 ElevationRequirement: elevationRequired Installers: - Architecture: x86 - InstallerUrl: https://download.mp3tag.de/mp3tag-v3.35-setup.exe - InstallerSha256: AB77A0F6DCC07C27F911C58A02C335E47F2E370845887B27F78D61930A778345 + InstallerUrl: https://download.mp3tag.de/mp3tag-v3.35.1-setup.exe + InstallerSha256: 4505957B2072F0CD8AD9C4E7B6723EB3AB0563307E560A8723ACE2E0ED9FF949 - Architecture: x64 - InstallerUrl: https://download.mp3tag.de/mp3tag-v3.35-x64-setup.exe - InstallerSha256: CA3D34377B2948CEE52EB2CDBAC1071E206B100B5C75CD92AAAE043C4DD59066 + InstallerUrl: https://download.mp3tag.de/mp3tag-v3.35.1-x64-setup.exe + InstallerSha256: 5BE51F75691FB3556BB069BF5800BA5872CD3E38FB0BBEC35715E5CDE5F2D9AD ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/f/FlorianHeidenreich/Mp3tag/3.35.1/FlorianHeidenreich.Mp3tag.locale.en-US.yaml b/manifests/f/FlorianHeidenreich/Mp3tag/3.35.1/FlorianHeidenreich.Mp3tag.locale.en-US.yaml new file mode 100644 index 0000000000000..43e53e56aef70 --- /dev/null +++ b/manifests/f/FlorianHeidenreich/Mp3tag/3.35.1/FlorianHeidenreich.Mp3tag.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: FlorianHeidenreich.Mp3tag +PackageVersion: 3.35.1 +PackageLocale: en-US +Publisher: Florian Heidenreich +PublisherUrl: https://www.mp3tag.de/en +PublisherSupportUrl: https://www.mp3tag.de/en/support.html +PrivacyUrl: https://www.mp3tag.de/en/privacy.html +Author: Florian Heidenreich +PackageName: Mp3tag +PackageUrl: https://www.mp3tag.de/en/ +License: Freeware +Copyright: © 1999—2026 Florian Heidenreich. All rights reserved. +ShortDescription: The universal tag editor and more... +Description: |- + Mp3tag is a powerful and easy-to-use tool to edit metadata of audio files. + It supports batch tag-editing of ID3v1, ID3v2.3, ID3v2.4, iTunes MP4, WMA, Vorbis Comments and APE Tags for multiple files at once covering a variety of audio formats. + Furthermore, it supports online database lookups from, e.g., Discogs, MusicBrainz or freedb, allowing you to automatically gather proper tags and download cover art for your music library. + You can rename files based on the tag information, replace characters or words in tags and filenames, import/export tag information, create playlists and more. +Moniker: mp3tag +Tags: +- audio +- id3 +- mp3 +- music +- tag +ReleaseNotes: |- + FIX: regression where the width of dockable UI elements (e.g., the Filter) wasn't restored correctly in some cases (since v3.35-beta.1). (#71518) + FIX: regression where a runtime error occurs on startup when the Tag Panel is undocked and in floating state (since v3.35-beta.1). + FIX: regression where the header text of the Action Groups dialog shows a incorrect number of enabled action groups (since v3.34-beta.6). (#71471, #71472) + LNG: updated French, Hungarian, and Turkish translations. +ReleaseNotesUrl: https://www.mp3tag.de/en/changelog.html +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.mp3tag.de/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FlorianHeidenreich/Mp3tag/3.35/FlorianHeidenreich.Mp3tag.locale.zh-CN.yaml b/manifests/f/FlorianHeidenreich/Mp3tag/3.35.1/FlorianHeidenreich.Mp3tag.locale.zh-CN.yaml similarity index 98% rename from manifests/f/FlorianHeidenreich/Mp3tag/3.35/FlorianHeidenreich.Mp3tag.locale.zh-CN.yaml rename to manifests/f/FlorianHeidenreich/Mp3tag/3.35.1/FlorianHeidenreich.Mp3tag.locale.zh-CN.yaml index 63e1062c66140..2579037d36989 100644 --- a/manifests/f/FlorianHeidenreich/Mp3tag/3.35/FlorianHeidenreich.Mp3tag.locale.zh-CN.yaml +++ b/manifests/f/FlorianHeidenreich/Mp3tag/3.35.1/FlorianHeidenreich.Mp3tag.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: FlorianHeidenreich.Mp3tag -PackageVersion: "3.35" +PackageVersion: 3.35.1 PackageLocale: zh-CN Publisher: Florian Heidenreich PublisherUrl: https://www.mp3tag.de/en diff --git a/manifests/f/FlorianHeidenreich/Mp3tag/3.35/FlorianHeidenreich.Mp3tag.yaml b/manifests/f/FlorianHeidenreich/Mp3tag/3.35.1/FlorianHeidenreich.Mp3tag.yaml similarity index 91% rename from manifests/f/FlorianHeidenreich/Mp3tag/3.35/FlorianHeidenreich.Mp3tag.yaml rename to manifests/f/FlorianHeidenreich/Mp3tag/3.35.1/FlorianHeidenreich.Mp3tag.yaml index b8ddab8edef5c..921cc60189037 100644 --- a/manifests/f/FlorianHeidenreich/Mp3tag/3.35/FlorianHeidenreich.Mp3tag.yaml +++ b/manifests/f/FlorianHeidenreich/Mp3tag/3.35.1/FlorianHeidenreich.Mp3tag.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: FlorianHeidenreich.Mp3tag -PackageVersion: "3.35" +PackageVersion: 3.35.1 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/f/FlorianHeidenreich/Mp3tag/3.35/FlorianHeidenreich.Mp3tag.locale.en-US.yaml b/manifests/f/FlorianHeidenreich/Mp3tag/3.35/FlorianHeidenreich.Mp3tag.locale.en-US.yaml deleted file mode 100644 index ce231d5280502..0000000000000 --- a/manifests/f/FlorianHeidenreich/Mp3tag/3.35/FlorianHeidenreich.Mp3tag.locale.en-US.yaml +++ /dev/null @@ -1,61 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: FlorianHeidenreich.Mp3tag -PackageVersion: "3.35" -PackageLocale: en-US -Publisher: Florian Heidenreich -PublisherUrl: https://www.mp3tag.de/en -PublisherSupportUrl: https://www.mp3tag.de/en/support.html -PrivacyUrl: https://www.mp3tag.de/en/privacy.html -Author: Florian Heidenreich -PackageName: Mp3tag -PackageUrl: https://www.mp3tag.de/en/ -License: Freeware -Copyright: © 1999—2026 Florian Heidenreich. All rights reserved. -ShortDescription: The universal tag editor and more... -Description: |- - Mp3tag is a powerful and easy-to-use tool to edit metadata of audio files. - It supports batch tag-editing of ID3v1, ID3v2.3, ID3v2.4, iTunes MP4, WMA, Vorbis Comments and APE Tags for multiple files at once covering a variety of audio formats. - Furthermore, it supports online database lookups from, e.g., Discogs, MusicBrainz or freedb, allowing you to automatically gather proper tags and download cover art for your music library. - You can rename files based on the tag information, replace characters or words in tags and filenames, import/export tag information, create playlists and more. -Moniker: mp3tag -Tags: -- audio -- id3 -- mp3 -- music -- tag -ReleaseNotes: |- - FIX: renaming folders using `_DIRECTORY` at 'Convert > Tag - Tag' or action 'Format value' when running under Wine could silently overwrite duplicate files. (#71358) - NEW: added support for RF64 WAV files > 4GB. - FIX: added a confirmation prompt when selecting an item from the Find window results list if there are unsaved tag changes and auto-save is disabled. (#71402) - FIX: lists for tracks and files at Tag Sources result dialog did not always display their selection under Wine. (#71370) - FIX: customize menu item from Tag Panel context menu opened wrong options dialog page (since v3.35-beta.2). (#71371) - FIX: regression where decimal `BPM` values were no longer truncated to integers when writing MP4 tags, which resulted in a user-defined `TEMPO` field being written. (#71360) - FIX: renaming folders using `_DIRECTORY` at 'Convert > Tag - Tag' or action 'Format value' was not supported when running under Wine. (#71358) - CHG: disabled smart hiding of consecutive toolbar separators or leading and trailing spacers. (#71187) - CHG: moved selected file-related configuration options to 'Options > Files'. - FIX: MP4 atoms with empty content could not be modified or removed. (#71325) - NEW: added configuration option for replacement of folder separator used when renaming files from tags (see 'Options > Files'). (#71287) - FIX: writing and removing tags failed with error message if path name could not be determined by file handle (since v3.34.1). (#71348) - CHG: prevent creation of subfolders at 'Convert > Tag - Filename' if field value contains backslash character `\`. (#6166, #71287) - FIX: field `TITLE` was always imported as `Title` from Tag Sources. (#69700) - CHG: MusicBrainz Tag Source: prefer `ALBUMARTIST` over `ARTIST` for search field. - FIX: Discogs Tag Sources: prevent composer metadata from being carried over from the previous standard track into subtracks. - CHG: Discogs Tag Sources: automatically remove disambiguation numbers from `ALBUMARTISTSORT`. - CHG: Discogs Tag Sources: use Discogs convention of "Various" for various artists. - CHG: minor adjustments to drawing of File List column header text. (#69015) - FIX: after deleting the current directory from the Tag Panel directory field, navigating backward or forward via Alt+Left arrow and Alt+Right arrow still remembered the deleted directory. (#71282) - NEW: added support for spacer items when configuring toolbars. (#71187) - NEW: added format string helper button and menu to import cover and export cover action dialogs. (#71268) - FIX: icons for helper buttons in various dialogs were too small and are drawn with artifacts in some resolutions when dark mode was enabled. - FIX: menu items in the Utils context menu were incorrectly enabled while an operation was in progress. - NEW: added support for docking Filter left and right of toolbars. (#71187) - LNG: updated Brazilian Portuguese, Bulgarian, Catalan, Corsican, Italian, Norwegian, Polish, Simplified Chinese, Slovak, Spanish, Ukrainian, and Vietnamese translations. -ReleaseNotesUrl: https://www.mp3tag.de/en/changelog.html -Documentations: -- DocumentLabel: Documentation - DocumentUrl: https://docs.mp3tag.de/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/f/Floweb/Floweb/1.7.4/Floweb.Floweb.installer.yaml b/manifests/f/Floweb/Floweb/1.7.6/Floweb.Floweb.installer.yaml similarity index 63% rename from manifests/f/Floweb/Floweb/1.7.4/Floweb.Floweb.installer.yaml rename to manifests/f/Floweb/Floweb/1.7.6/Floweb.Floweb.installer.yaml index b12ff21b5572c..eb454c0589cbb 100644 --- a/manifests/f/Floweb/Floweb/1.7.4/Floweb.Floweb.installer.yaml +++ b/manifests/f/Floweb/Floweb/1.7.6/Floweb.Floweb.installer.yaml @@ -1,16 +1,16 @@ -# Automatically updated by the winget bot at 2026/Jun/20 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Floweb.Floweb -PackageVersion: 1.7.4 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -ProductCode: Floweb -ReleaseDate: 2026-06-19 -Installers: -- Architecture: x64 - InstallerUrl: https://download.once.work/Floweb_latest_x64-setup.exe - InstallerSha256: 759C036AC9EB2DC0A72E83EC6E4301EDC76E74BFF0272DC7FC05030011F732C4 -ManifestType: installer -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Floweb.Floweb +PackageVersion: 1.7.6 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: Floweb +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x64 + InstallerUrl: https://download.once.work/Floweb_latest_x64-setup.exe + InstallerSha256: 18A69E7D60AD4054E4AD66FB8DDCF825CE9435F005EB96E9B35E40A26CF27F00 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Floweb/Floweb/1.7.4/Floweb.Floweb.locale.en-US.yaml b/manifests/f/Floweb/Floweb/1.7.6/Floweb.Floweb.locale.en-US.yaml similarity index 59% rename from manifests/f/Floweb/Floweb/1.7.4/Floweb.Floweb.locale.en-US.yaml rename to manifests/f/Floweb/Floweb/1.7.6/Floweb.Floweb.locale.en-US.yaml index 1788719e432ee..a82c2ecc6a858 100644 --- a/manifests/f/Floweb/Floweb/1.7.4/Floweb.Floweb.locale.en-US.yaml +++ b/manifests/f/Floweb/Floweb/1.7.6/Floweb.Floweb.locale.en-US.yaml @@ -1,25 +1,25 @@ -# Automatically updated by the winget bot at 2026/Jun/20 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Floweb.Floweb -PackageVersion: 1.7.4 -PackageLocale: en-US -Publisher: floweb -PublisherUrl: https://www.floweb.cn/en -PackageName: Floweb -PackageUrl: https://www.floweb.cn/en -License: Proprietary -Copyright: © 2013-2026 Floweb -ShortDescription: A powerful ultra-lightweight floating browser. -Description: One of the core functions of Floweb is to convert any web page into a WebApp, allowing you to start and run web pages just like using local applications. Now you can quickly add the most commonly used websites or services, such as email, social media, online documents, etc., to your desktop for one-click access. -Tags: -- browser -- china -- internet -- prc -- web -- webpage -ReleaseNotes: "\U0001F31F Enhanced home group experience: cross-group drag-and-drop sorting, empty-group hover hints with quick add entry, group context menu, and bottom add-group button; Added anonymous analytics toggle (can be disabled in Settings); Improved app startup flow and WebApp form prefill logic; Auto-close windows and clear cache when deleting groups or websites; Fixed UUID group drag issues, accidental search group deletion, and Windows local wallpaper path detection." -PurchaseUrl: https://www.floweb.cn/en -ManifestType: defaultLocale -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Floweb.Floweb +PackageVersion: 1.7.6 +PackageLocale: en-US +Publisher: floweb +PublisherUrl: https://www.floweb.cn/en +PackageName: Floweb +PackageUrl: https://www.floweb.cn/en +License: Proprietary +Copyright: © 2013-2026 Floweb +ShortDescription: A powerful ultra-lightweight floating browser. +Description: One of the core functions of Floweb is to convert any web page into a WebApp, allowing you to start and run web pages just like using local applications. Now you can quickly add the most commonly used websites or services, such as email, social media, online documents, etc., to your desktop for one-click access. +Tags: +- browser +- china +- internet +- prc +- web +- webpage +ReleaseNotes: "\U0001F31F Enhanced WebApp toolbar: optimized macOS traffic light alignment with click-to-minimize/maximize; Refactored Windows toolbar layout with smoother blend, mute, and pin controls; Account multi-cache can reveal folders in Finder/Explorer, with scrollable cache table in Settings; WebDAV menu positioning adapts to each platform; Scrollbar opacity syncs with window transparency; Improved Settings sidebar and account multi-open page layout." +PurchaseUrl: https://www.floweb.cn/en +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Floweb/Floweb/1.7.4/Floweb.Floweb.locale.zh-CN.yaml b/manifests/f/Floweb/Floweb/1.7.6/Floweb.Floweb.locale.zh-CN.yaml similarity index 58% rename from manifests/f/Floweb/Floweb/1.7.4/Floweb.Floweb.locale.zh-CN.yaml rename to manifests/f/Floweb/Floweb/1.7.6/Floweb.Floweb.locale.zh-CN.yaml index 522c6a126e54f..fb9536d77ab10 100644 --- a/manifests/f/Floweb/Floweb/1.7.4/Floweb.Floweb.locale.zh-CN.yaml +++ b/manifests/f/Floweb/Floweb/1.7.6/Floweb.Floweb.locale.zh-CN.yaml @@ -1,22 +1,22 @@ -# Automatically updated by the winget bot at 2026/Jun/20 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Floweb.Floweb -PackageVersion: 1.7.4 -PackageLocale: zh-CN -Publisher: floweb -PublisherUrl: https://www.floweb.cn/ -PackageName: Floweb -PackageUrl: https://www.floweb.cn/ -License: 专有软件 -Copyright: © Copyright 2013-2026 Floweb -ShortDescription: 强大的超轻量浮动浏览器 -Description: Floweb 的核心功能之一是将其转换为 WebApp,使您可以像使用本地应用程序一样启动和运行网页。现在您可以快速将最常用的网站或服务(如电子邮件、社交媒体、在线文档等)添加到桌面,并进行一键访问。 -Tags: -- 互联网 -- 浏览器 -- 网页 -ReleaseNotes: "\U0001F31F 首页分组体验升级:支持跨分组拖拽排序、空分组 hover 提示与快捷添加入口、分组右键菜单及底部添加分组按钮;新增匿名数据分析开关(可在设置中关闭);优化应用启动流程与 WebApp 表单预填逻辑;删除分组/网站时自动关闭窗口并清理缓存;修复 UUID 分组拖拽异常、搜索分组误删及 Windows 本地壁纸路径识别等问题。" -PurchaseUrl: https://www.floweb.cn/ -ManifestType: locale -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Floweb.Floweb +PackageVersion: 1.7.6 +PackageLocale: zh-CN +Publisher: floweb +PublisherUrl: https://www.floweb.cn/ +PackageName: Floweb +PackageUrl: https://www.floweb.cn/ +License: 专有软件 +Copyright: © Copyright 2013-2026 Floweb +ShortDescription: 强大的超轻量浮动浏览器 +Description: Floweb 的核心功能之一是将其转换为 WebApp,使您可以像使用本地应用程序一样启动和运行网页。现在您可以快速将最常用的网站或服务(如电子邮件、社交媒体、在线文档等)添加到桌面,并进行一键访问。 +Tags: +- 互联网 +- 浏览器 +- 网页 +ReleaseNotes: "\U0001F31F WebApp 工具栏体验升级:macOS 交通灯对齐优化,支持点击区域最小化/最大化;Windows 工具栏布局重构,混合/静音/置顶按钮更顺手;账号多开缓存支持在访达/资源管理器中定位文件夹,设置页表格可滚动;WebDAV 菜单按平台智能定位;滚动条透明度随窗口透明度联动;设置侧栏与账号多开页面布局优化。" +PurchaseUrl: https://www.floweb.cn/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Floweb/Floweb/1.7.4/Floweb.Floweb.yaml b/manifests/f/Floweb/Floweb/1.7.6/Floweb.Floweb.yaml similarity index 68% rename from manifests/f/Floweb/Floweb/1.7.4/Floweb.Floweb.yaml rename to manifests/f/Floweb/Floweb/1.7.6/Floweb.Floweb.yaml index 02c94efa7cd10..09d871f513aa5 100644 --- a/manifests/f/Floweb/Floweb/1.7.4/Floweb.Floweb.yaml +++ b/manifests/f/Floweb/Floweb/1.7.6/Floweb.Floweb.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/Jun/20 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Floweb.Floweb -PackageVersion: 1.7.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Floweb.Floweb +PackageVersion: 1.7.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/FrancisBanyikwa/MediaDownloader/5.6.2/FrancisBanyikwa.MediaDownloader.installer.yaml b/manifests/f/FrancisBanyikwa/MediaDownloader/5.6.2/FrancisBanyikwa.MediaDownloader.installer.yaml new file mode 100644 index 0000000000000..e213903fee0a2 --- /dev/null +++ b/manifests/f/FrancisBanyikwa/MediaDownloader/5.6.2/FrancisBanyikwa.MediaDownloader.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FrancisBanyikwa.MediaDownloader +PackageVersion: 5.6.2 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{6DD595EF-ECA2-481B-B008-CB7302603A0D}_is1' +ReleaseDate: 2026-07-01 +AppsAndFeaturesEntries: +- ProductCode: '{6DD595EF-ECA2-481B-B008-CB7302603A0D}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Media Downloader' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/mhogomchungu/media-downloader/releases/download/5.6.2/MediaDownloaderQt5-5.6.2.setup.exe + InstallerSha256: CE3D43F07A47602F0F6F5D0DC8679876ADBAB9D1884E9D30EEA0061026D357F2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FrancisBanyikwa/MediaDownloader/5.6.2/FrancisBanyikwa.MediaDownloader.locale.en-US.yaml b/manifests/f/FrancisBanyikwa/MediaDownloader/5.6.2/FrancisBanyikwa.MediaDownloader.locale.en-US.yaml new file mode 100644 index 0000000000000..197f5397d7df3 --- /dev/null +++ b/manifests/f/FrancisBanyikwa/MediaDownloader/5.6.2/FrancisBanyikwa.MediaDownloader.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FrancisBanyikwa.MediaDownloader +PackageVersion: 5.6.2 +PackageLocale: en-US +Publisher: Francis Banyikwa +PublisherUrl: https://github.com/mhogomchungu +PublisherSupportUrl: https://github.com/mhogomchungu/media-downloader/issues +PackageName: Media Downloader +PackageUrl: https://github.com/mhogomchungu/media-downloader +License: GPL-2.0 +LicenseUrl: https://github.com/mhogomchungu/media-downloader/blob/HEAD/LICENSE +Copyright: 2021-2024, Francis Banyikwa +ShortDescription: This project is a Qt/C++ based GUI frontend to CLI multiple CLI-based tools that deal with downloading online media. +Description: Media Downloader is a Qt/C++ front end to yt-dlp, youtube-dl, gallery-dl, lux, you-get, svtplay-dl, aria2c, wget and safari books. +Tags: +- download +- media +- youtube-dl +ReleaseNotes: |- + The signing key can be retrieved with below command: + gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242 + Note on Windows builds: + MediaDownloaderQt6 builds for Windows are 64 bit/Qt6 and have minimum requirement of windows 10. + MediaDownloaderQt5 builds for Windows are 32 bit/Qt5 and have minimum requirement of windows 7. + Changelog + [WINDOWS 7] + - Use quickjs-ng instead of quickjs as yt-dlp javascript runtime. + [FLATPAK] + - Use quickjs-ng instead of quickjs as yt-dlp javascript runtime. + [ALL] + - Add "MediaDownloaderAppDataPath" environment variable to make it + possible to change the default location of application data folder. + - Various changes and improvements. +ReleaseNotesUrl: https://github.com/mhogomchungu/media-downloader/releases/tag/5.6.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FrancisBanyikwa/MediaDownloader/5.6.2/FrancisBanyikwa.MediaDownloader.yaml b/manifests/f/FrancisBanyikwa/MediaDownloader/5.6.2/FrancisBanyikwa.MediaDownloader.yaml new file mode 100644 index 0000000000000..41970fa4def01 --- /dev/null +++ b/manifests/f/FrancisBanyikwa/MediaDownloader/5.6.2/FrancisBanyikwa.MediaDownloader.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: FrancisBanyikwa.MediaDownloader +PackageVersion: 5.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.3.2607011039/FunRoutine.WorkFlowy.installer.yaml b/manifests/f/FunRoutine/WorkFlowy/4.3.2607011039/FunRoutine.WorkFlowy.installer.yaml new file mode 100644 index 0000000000000..cab306c07fe81 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.3.2607011039/FunRoutine.WorkFlowy.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.3.2607011039 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- workflowy +ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.3.2607011039/WorkFlowy-Installer-4.3.2607011039.exe + InstallerSha256: A983722DBF7506AFD8A94737BB156DB0ED41BE090A14729151897EFA1E73376E +- Architecture: x64 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.3.2607011039/WorkFlowy-Installer-4.3.2607011039.exe + InstallerSha256: A983722DBF7506AFD8A94737BB156DB0ED41BE090A14729151897EFA1E73376E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.3.2607011039/FunRoutine.WorkFlowy.locale.en-US.yaml b/manifests/f/FunRoutine/WorkFlowy/4.3.2607011039/FunRoutine.WorkFlowy.locale.en-US.yaml new file mode 100644 index 0000000000000..694c939b2a50d --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.3.2607011039/FunRoutine.WorkFlowy.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.3.2607011039 +PackageLocale: en-US +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: Proprietary +Copyright: Copyright © 2026 WorkFlowy +ShortDescription: Collect your ideas, develop them, share them, and turn them into reality. +Tags: +- agenda +- calendar +- checklist +- gtd +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.3.2607011039 +PurchaseUrl: https://workflowy.com/pricing/ +Documentations: +- DocumentLabel: Guides + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: Knowledge Base + DocumentUrl: https://workflowy.com/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.3.2607011039/FunRoutine.WorkFlowy.locale.zh-CN.yaml b/manifests/f/FunRoutine/WorkFlowy/4.3.2607011039/FunRoutine.WorkFlowy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d013f1f5acd14 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.3.2607011039/FunRoutine.WorkFlowy.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.3.2607011039 +PackageLocale: zh-CN +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: 专有软件 +Copyright: Copyright © 2026 WorkFlowy +ShortDescription: 收集你的想法,开发、分享它们,并将其变为现实。 +Tags: +- 任务 +- 列表 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.3.2607011039 +PurchaseUrl: https://workflowy.com/pricing/ +Documentations: +- DocumentLabel: 指南 + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: 知识库 + DocumentUrl: https://workflowy.com/learn/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.3.2607011039/FunRoutine.WorkFlowy.yaml b/manifests/f/FunRoutine/WorkFlowy/4.3.2607011039/FunRoutine.WorkFlowy.yaml new file mode 100644 index 0000000000000..2be12a69ada26 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.3.2607011039/FunRoutine.WorkFlowy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.3.2607011039 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GamePP/GamePP/5.6.99.701/GamePP.GamePP.installer.yaml b/manifests/g/GamePP/GamePP/5.6.99.701/GamePP.GamePP.installer.yaml new file mode 100644 index 0000000000000..9e6678f06d4c3 --- /dev/null +++ b/manifests/g/GamePP/GamePP/5.6.99.701/GamePP.GamePP.installer.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GamePP.GamePP +PackageVersion: 5.6.99.701 +InstallerType: exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /silent + SilentWithProgress: /silent +UpgradeBehavior: install +ProductCode: GamePP3 +ReleaseDate: 2026-07-01 +AppsAndFeaturesEntries: +- Publisher: Game Plus Plus Technology Co. Ltd. + ProductCode: GamePP3 +Installers: +- Architecture: x86 + InstallerUrl: https://dl-update.gamepp.com/global/update/Setup_5.6.99.701.exe + InstallerSha256: FDD10C055F7DDF9B7986747C86D494C3D4522DF14FF7E9395AB3925554DBBAE5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GamePP/GamePP/5.6.99.701/GamePP.GamePP.locale.zh-CN.yaml b/manifests/g/GamePP/GamePP/5.6.99.701/GamePP.GamePP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e74c9ea17eba6 --- /dev/null +++ b/manifests/g/GamePP/GamePP/5.6.99.701/GamePP.GamePP.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GamePP.GamePP +PackageVersion: 5.6.99.701 +PackageLocale: zh-CN +Publisher: 成都游加佳科技有限公司 +PublisherUrl: https://gamepp.com/about.html +PublisherSupportUrl: https://gamepp.com/support.html +Author: 成都格姆皮皮科技有限公司 +PackageName: 游戏加加 +PackageUrl: https://gamepp.com/download.html +License: Proprietary +LicenseUrl: https://gamepp.com/terms-of-use.html +Copyright: Copyright(c) GamePP.com. All rights reserved +ShortDescription: 游戏加加为您提供实时硬件监控、深度性能评测与AI智能游戏画质,带给您全新电脑性能和游戏体验 +Tags: +- 硬件监控 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GamePP/GamePP/5.6.99.701/GamePP.GamePP.yaml b/manifests/g/GamePP/GamePP/5.6.99.701/GamePP.GamePP.yaml new file mode 100644 index 0000000000000..068973f8773de --- /dev/null +++ b/manifests/g/GamePP/GamePP/5.6.99.701/GamePP.GamePP.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GamePP.GamePP +PackageVersion: 5.6.99.701 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GeminiLight/MindOS/0.4.15/GeminiLight.MindOS.installer.yaml b/manifests/g/GeminiLight/MindOS/0.4.15/GeminiLight.MindOS.installer.yaml new file mode 100644 index 0000000000000..d0fde272184fc --- /dev/null +++ b/manifests/g/GeminiLight/MindOS/0.4.15/GeminiLight.MindOS.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: GeminiLight.MindOS +PackageVersion: 0.4.15 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 15ac2c33-c2d1-5a44-9a65-f7cea47859e3 +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/GeminiLight/MindOS/releases/download/desktop-v0.4.15/MindOS-Setup-0.4.15-arm64.exe + InstallerSha256: 755D79E67FBC48D17BB81F98DCDE1E593E0EA297B65DEF48A0DB5AC17C743B19 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/GeminiLight/MindOS/releases/download/desktop-v0.4.15/MindOS-Setup-0.4.15-arm64.exe + InstallerSha256: 755D79E67FBC48D17BB81F98DCDE1E593E0EA297B65DEF48A0DB5AC17C743B19 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GeminiLight/MindOS/0.4.15/GeminiLight.MindOS.locale.en-US.yaml b/manifests/g/GeminiLight/MindOS/0.4.15/GeminiLight.MindOS.locale.en-US.yaml new file mode 100644 index 0000000000000..d1d099e67e647 --- /dev/null +++ b/manifests/g/GeminiLight/MindOS/0.4.15/GeminiLight.MindOS.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GeminiLight.MindOS +PackageVersion: 0.4.15 +PackageLocale: en-US +Publisher: MindOS Team +PublisherUrl: https://mindos.you/ +PublisherSupportUrl: https://github.com/GeminiLight/MindOS/issues +PackageName: MindOS +PackageUrl: https://mindos.you/ +License: MIT +LicenseUrl: https://github.com/GeminiLight/MindOS/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 GeminiLight +ShortDescription: MindOS is where you think, and where your AI agents act — a local-first knowledge base shared between you and every AI you use. Share your brain with every AI — every thought grows. +Tags: +- ai +- artificial-intelligence +- artificialintelligence +- chatbot +- large-language-model +- llm +ReleaseNotes: |- + Downloads + Platform Device / CPU Recommended file Download + macOS Apple Silicon (M1/M2/M3/M4) MindOS-0.4.15-arm64.dmg Download DMG + macOS Intel MindOS-0.4.15.dmg Download DMG + Windows x64 MindOS-Setup-0.4.15.exe Download EXE + Windows ARM64 MindOS-Setup-0.4.15-arm64.exe Download EXE + Linux x64 AppImage MindOS-0.4.15.AppImage Download AppImage + Linux Debian / Ubuntu x64 mindos-desktop_0.4.15_amd64.deb Download DEB + What's included + Component Version + MindOS Desktop v0.4.15 + Bundled MindOS Core v1.1.57 + Notes + The .zip, .yml, .yaml, and .blockmap files are used by the auto-updater. Most users should download one of the installers above. + Changelog + Full changelog: https://github.com/GeminiLight/MindOS/compare/desktop-v0.4.14...desktop-v0.4.15 +ReleaseNotesUrl: https://github.com/GeminiLight/MindOS/releases/tag/desktop-v0.4.15 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GeminiLight/MindOS/0.4.15/GeminiLight.MindOS.locale.zh-CN.yaml b/manifests/g/GeminiLight/MindOS/0.4.15/GeminiLight.MindOS.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cbb8a1ee2d0cc --- /dev/null +++ b/manifests/g/GeminiLight/MindOS/0.4.15/GeminiLight.MindOS.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: GeminiLight.MindOS +PackageVersion: 0.4.15 +PackageLocale: zh-CN +ShortDescription: MindOS 是你思考的地方,也是 AI Agent 行动的起点——一个你和所有 AI 共享的本地知识库。每次思考,都在生长。 +Tags: +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GeminiLight/MindOS/0.4.15/GeminiLight.MindOS.yaml b/manifests/g/GeminiLight/MindOS/0.4.15/GeminiLight.MindOS.yaml new file mode 100644 index 0000000000000..e069b5e6e899e --- /dev/null +++ b/manifests/g/GeminiLight/MindOS/0.4.15/GeminiLight.MindOS.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GeminiLight.MindOS +PackageVersion: 0.4.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Ghisler/TotalCommander/11.58/Ghisler.TotalCommander.installer.yaml b/manifests/g/Ghisler/TotalCommander/11.58/Ghisler.TotalCommander.installer.yaml new file mode 100644 index 0000000000000..5b59dfc083367 --- /dev/null +++ b/manifests/g/Ghisler/TotalCommander/11.58/Ghisler.TotalCommander.installer.yaml @@ -0,0 +1,39 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Ghisler.TotalCommander +PackageVersion: '11.58' +InstallerType: exe +UpgradeBehavior: install +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://totalcommander.ch/1158/tcmd1158x32.exe + InstallerSha256: 801D4B7E5E2FEA6FCC24B5E853C9E9EA3CA99D41D473DD57A1FE4C46C207F319 + InstallerSwitches: + Silent: /AH + SilentWithProgress: /AH +- Architecture: x86 + Scope: machine + InstallerUrl: https://totalcommander.ch/1158/tcmd1158x32.exe + InstallerSha256: 801D4B7E5E2FEA6FCC24B5E853C9E9EA3CA99D41D473DD57A1FE4C46C207F319 + InstallerSwitches: + Silent: /AHN* + SilentWithProgress: /AHN* +- Architecture: x64 + Scope: user + InstallerUrl: https://totalcommander.ch/1158/tcmd1158x64.exe + InstallerSha256: 2281F3827A8746A597A75287F521690F1291BDB535D7E1269768DBE077A13ED4 + InstallerSwitches: + Silent: /AH + SilentWithProgress: /AH +- Architecture: x64 + Scope: machine + InstallerUrl: https://totalcommander.ch/1158/tcmd1158x64.exe + InstallerSha256: 2281F3827A8746A597A75287F521690F1291BDB535D7E1269768DBE077A13ED4 + InstallerSwitches: + Silent: /AHN* + SilentWithProgress: /AHN* +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Ghisler/TotalCommander/11.58/Ghisler.TotalCommander.locale.de-DE.yaml b/manifests/g/Ghisler/TotalCommander/11.58/Ghisler.TotalCommander.locale.de-DE.yaml new file mode 100644 index 0000000000000..80618fde3b0eb --- /dev/null +++ b/manifests/g/Ghisler/TotalCommander/11.58/Ghisler.TotalCommander.locale.de-DE.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Ghisler.TotalCommander +PackageVersion: '11.58' +PackageLocale: de-DE +Publisher: Ghisler Software GmbH +PublisherUrl: https://www.ghisler.com/deutsch.htm +PublisherSupportUrl: https://www.ghisler.com/dfaq.htm +PrivacyUrl: https://www.ghisler.com/datenschutzerklaerung.htm +Author: Christian Ghisler +PackageName: Total Commander +PackageUrl: https://www.ghisler.com/deutsch.htm +License: Shareware +LicenseUrl: https://www.ghisler.com/dorder.htm +Copyright: Copyright (c) Christian Ghisler +ShortDescription: Total Commander ist ein moderner Filemanager mit Plugin-Unterstützung im klassischen 2-Fenster-Stil der DOS-Ära. +Tags: +- file-manager +- filemanager +PurchaseUrl: https://www.ghisler.com/dorder.htm +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Ghisler/TotalCommander/11.58/Ghisler.TotalCommander.locale.en-US.yaml b/manifests/g/Ghisler/TotalCommander/11.58/Ghisler.TotalCommander.locale.en-US.yaml new file mode 100644 index 0000000000000..300ad87780b1b --- /dev/null +++ b/manifests/g/Ghisler/TotalCommander/11.58/Ghisler.TotalCommander.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: Ghisler.TotalCommander +PackageVersion: '11.58' +PackageLocale: en-US +Publisher: Ghisler Software GmbH +PublisherUrl: https://www.ghisler.com/ +PublisherSupportUrl: https://www.ghisler.com/faq.htm +PrivacyUrl: https://www.ghisler.com/privacypolicy.htm +Author: Christian Ghisler +PackageName: Total Commander +PackageUrl: https://www.ghisler.com/ +License: Shareware +LicenseUrl: https://www.ghisler.com/order.htm +Copyright: Copyright (c) Christian Ghisler +ShortDescription: Total Commander is a modern file manager with plugin support in the classic 2-window style of the DOS era. +Moniker: tcmd +Tags: +- file-manager +- filemanager +PurchaseUrl: https://www.ghisler.com/order.htm +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Ghisler/TotalCommander/11.58/Ghisler.TotalCommander.yaml b/manifests/g/Ghisler/TotalCommander/11.58/Ghisler.TotalCommander.yaml new file mode 100644 index 0000000000000..c3e2dfae00727 --- /dev/null +++ b/manifests/g/Ghisler/TotalCommander/11.58/Ghisler.TotalCommander.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: Ghisler.TotalCommander +PackageVersion: '11.58' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitKraken/cli/3.1.67/GitKraken.cli.installer.yaml b/manifests/g/GitKraken/cli/3.1.67/GitKraken.cli.installer.yaml new file mode 100644 index 0000000000000..407e582f93c41 --- /dev/null +++ b/manifests/g/GitKraken/cli/3.1.67/GitKraken.cli.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: GitKraken.cli +PackageVersion: 3.1.67 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: gk.exe + PortableCommandAlias: gk +UpgradeBehavior: uninstallPrevious +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/gitkraken/gk-cli/releases/download/v3.1.67/gk_3.1.67_windows_386.zip + InstallerSha256: 41769F66AA3D0D301578493FB9701B8734CBB752010484B557101F42E6EFEDC5 +- Architecture: arm64 + InstallerUrl: https://github.com/gitkraken/gk-cli/releases/download/v3.1.67/gk_3.1.67_windows_arm64.zip + InstallerSha256: D9A73FCF94BE6AE983054A999EC6BABCDDC63D4FB30396C971D4291825A4EC4A +- Architecture: x64 + InstallerUrl: https://github.com/gitkraken/gk-cli/releases/download/v3.1.67/gk_3.1.67_windows_amd64.zip + InstallerSha256: D315954D58140D3A785730B7D9BE920C3E78DD2E3CA2976CEBA408D25B5A4CF4 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-03 diff --git a/manifests/g/GitKraken/cli/3.1.67/GitKraken.cli.locale.en-US.yaml b/manifests/g/GitKraken/cli/3.1.67/GitKraken.cli.locale.en-US.yaml new file mode 100644 index 0000000000000..fe986579065da --- /dev/null +++ b/manifests/g/GitKraken/cli/3.1.67/GitKraken.cli.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GitKraken.cli +PackageVersion: 3.1.67 +PackageLocale: en-US +Publisher: Axosoft, LLC DBA GitKraken +PublisherUrl: https://www.gitkraken.com/ +PublisherSupportUrl: https://gitkraken.github.io/gk-cli/docs/gk.html +PrivacyUrl: https://www.gitkraken.com/privacy +Author: Axosoft, LLC DBA GitKraken +PackageName: GitKraken CLI +PackageUrl: https://github.com/gitkraken/gk-cli +License: CC-BY-3.0-US +LicenseUrl: https://github.com/gitkraken/gk-cli/blob/HEAD/LICENSE +Copyright: Copyright (c) Axosoft, LLC dba GitKraken +CopyrightUrl: https://github.com/gitkraken/gk-cli/blob/HEAD/LICENSE +ShortDescription: GitKraken official command-line tool. +Description: |- + gk is GitKraken on the command line. + It makes working across multiple repos easier with Workspaces, provides access to pull requests and issues from multiple services (GitHub, GitLab, Bitbucket, etc.), and seamlessly connects with GitKraken Client and GitLens in VS Code to visualize git information when you need it. +Moniker: gkcli +Tags: +- cli +- command-line +- efficiency +- git-tool +- productivity +- repository-management +- tool +- utility +- version-control +- mcp +- gitkraken +ReleaseNotesUrl: https://github.com/gitkraken/gk-cli/releases/tag/v3.1.67 +InstallationNotes: https://github.com/gitkraken/gk-cli/blob/main/README.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitKraken/cli/3.1.67/GitKraken.cli.yaml b/manifests/g/GitKraken/cli/3.1.67/GitKraken.cli.yaml new file mode 100644 index 0000000000000..a0b895a6d188f --- /dev/null +++ b/manifests/g/GitKraken/cli/3.1.67/GitKraken.cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GitKraken.cli +PackageVersion: 3.1.67 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Canary/151.0.7922.5/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/152.0.7923.0/Google.Chrome.Canary.installer.yaml similarity index 57% rename from manifests/g/Google/Chrome/Canary/151.0.7922.5/Google.Chrome.Canary.installer.yaml rename to manifests/g/Google/Chrome/Canary/152.0.7923.0/Google.Chrome.Canary.installer.yaml index da77f7bd9e56b..474d86ff9cf9b 100644 --- a/manifests/g/Google/Chrome/Canary/151.0.7922.5/Google.Chrome.Canary.installer.yaml +++ b/manifests/g/Google/Chrome/Canary/152.0.7923.0/Google.Chrome.Canary.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 151.0.7922.5 +PackageVersion: 152.0.7923.0 InstallerType: exe Scope: user InstallModes: @@ -37,13 +37,13 @@ FileExtensions: ProductCode: Google Chrome SxS Installers: - Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/adzo3ogehqljaxr7xlj43x7azrda_151.0.7922.5/151.0.7922.5_chrome_installer_uncompressed.exe - InstallerSha256: B4744BDB8672CE7AB05130DD25BC14063534C9A35F9866FC7DE1E3872F48E2A2 + InstallerUrl: https://dl.google.com/release2/chrome/mu3ngo4pdrj253gv24iuhppnpe_152.0.7923.0/152.0.7923.0_chrome_installer_uncompressed.exe + InstallerSha256: D6080565DC59B96D775529C398C924E326FFB606C356DE529F9A4B66E04B0148 - Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adtcprbp5akg3fzilzsjtkgy7eqq_151.0.7922.5/151.0.7922.5_chrome_installer_uncompressed.exe - InstallerSha256: F7C80D376C1FFA1AF7F31A02C9074C95E9D153FA8710A2D6A7257337859337D8 + InstallerUrl: https://dl.google.com/release2/chrome/ad4t6kyo3yq5qyy27btiznz7kwlq_152.0.7923.0/152.0.7923.0_chrome_installer_uncompressed.exe + InstallerSha256: 86CE491BED990F04F9CFB7ABDFF732D240A8685382D2533DAEF8FFD79832494E - Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adopwpnkcl7o7evpzdr6esfprqrq_151.0.7922.5/151.0.7922.5_chrome_installer_uncompressed.exe - InstallerSha256: D80B129EB5D03496D215E3E6C3B395262DE33A6C4BE22E2C8FA2399B6E273713 + InstallerUrl: https://dl.google.com/release2/chrome/acv4y32caaqcc7d3jajvi5nt2avq_152.0.7923.0/152.0.7923.0_chrome_installer_uncompressed.exe + InstallerSha256: 80BBE16B58838DAA01BA04761F44283F8207DF96DAEDD99B8F3166EB7753B854 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Canary/151.0.7922.5/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/152.0.7923.0/Google.Chrome.Canary.locale.en-US.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/151.0.7922.5/Google.Chrome.Canary.locale.en-US.yaml rename to manifests/g/Google/Chrome/Canary/152.0.7923.0/Google.Chrome.Canary.locale.en-US.yaml index 211173a74580d..159d6280b403c 100644 --- a/manifests/g/Google/Chrome/Canary/151.0.7922.5/Google.Chrome.Canary.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/Canary/152.0.7923.0/Google.Chrome.Canary.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 151.0.7922.5 +PackageVersion: 152.0.7923.0 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/151.0.7922.5/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/152.0.7923.0/Google.Chrome.Canary.locale.nb-NO.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/151.0.7922.5/Google.Chrome.Canary.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/Canary/152.0.7923.0/Google.Chrome.Canary.locale.nb-NO.yaml index aceb2b57e8571..bde130dde5162 100644 --- a/manifests/g/Google/Chrome/Canary/151.0.7922.5/Google.Chrome.Canary.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/Canary/152.0.7923.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 151.0.7922.5 +PackageVersion: 152.0.7923.0 PackageLocale: nb-NO Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/151.0.7922.5/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/152.0.7923.0/Google.Chrome.Canary.locale.zh-CN.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/151.0.7922.5/Google.Chrome.Canary.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/Canary/152.0.7923.0/Google.Chrome.Canary.locale.zh-CN.yaml index eb84b6412ff07..9e6d6102d68a0 100644 --- a/manifests/g/Google/Chrome/Canary/151.0.7922.5/Google.Chrome.Canary.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/Canary/152.0.7923.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 151.0.7922.5 +PackageVersion: 152.0.7923.0 PackageLocale: zh-CN Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/151.0.7922.5/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/152.0.7923.0/Google.Chrome.Canary.yaml similarity index 89% rename from manifests/g/Google/Chrome/Canary/151.0.7922.5/Google.Chrome.Canary.yaml rename to manifests/g/Google/Chrome/Canary/152.0.7923.0/Google.Chrome.Canary.yaml index e67fccdd1d3aa..32ae74fbbcf1e 100644 --- a/manifests/g/Google/Chrome/Canary/151.0.7922.5/Google.Chrome.Canary.yaml +++ b/manifests/g/Google/Chrome/Canary/152.0.7923.0/Google.Chrome.Canary.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 151.0.7922.5 +PackageVersion: 152.0.7923.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.373.2/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/7.373.2/Granola.Granola.installer.yaml new file mode 100644 index 0000000000000..e0b19944ef75d --- /dev/null +++ b/manifests/g/Granola/Granola/7.373.2/Granola.Granola.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Granola.Granola +PackageVersion: 7.373.2 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- granola +ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x64 + InstallerUrl: https://dr2v7l5emb758.cloudfront.net/7.373.2/Granola-7.373.2-win-x64.exe + InstallerSha256: C540DFC763288B706717B3A9D55AA5CC641149EE7FB083520B2603C09673F6E6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.373.2/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/7.373.2/Granola.Granola.locale.en-US.yaml new file mode 100644 index 0000000000000..194945da34883 --- /dev/null +++ b/manifests/g/Granola/Granola/7.373.2/Granola.Granola.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Granola.Granola +PackageVersion: 7.373.2 +PackageLocale: en-US +Publisher: Granola +PublisherUrl: https://www.granola.ai/ +PublisherSupportUrl: https://help.granola.ai/ +PrivacyUrl: https://help.granola.ai/article/privacy-policy +Author: Granola, Inc. +PackageName: Granola +PackageUrl: https://www.granola.ai/ +License: Proprietary +LicenseUrl: https://www.granola.ai/policies +Copyright: © Granola inc 2026 +CopyrightUrl: https://www.granola.ai/policies +ShortDescription: The AI notepad for people in back-to-back meetings +Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. +Tags: +- audio +- caption +- subtitle +- transcribe +- transcription +- video +PurchaseUrl: https://www.granola.ai/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.373.2/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/7.373.2/Granola.Granola.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ec36e60f7a367 --- /dev/null +++ b/manifests/g/Granola/Granola/7.373.2/Granola.Granola.locale.zh-CN.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Granola.Granola +PackageVersion: 7.373.2 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 +Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 +Tags: +- 字幕 +- 视频 +- 转写 +- 音频 +PurchaseUrl: https://www.granola.ai/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.373.2/Granola.Granola.yaml b/manifests/g/Granola/Granola/7.373.2/Granola.Granola.yaml new file mode 100644 index 0000000000000..63cea04b838a8 --- /dev/null +++ b/manifests/g/Granola/Granola/7.373.2/Granola.Granola.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Granola.Granola +PackageVersion: 7.373.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.100/gg.ai.ggcode-cli.installer.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.100/gg.ai.ggcode-cli.installer.yaml new file mode 100644 index 0000000000000..3047597f68234 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.100/gg.ai.ggcode-cli.installer.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-cli +PackageVersion: 1.3.100 +Platform: +- Windows.Desktop +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- ggcode +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.100/ggcode_1.3.100_windows_x64.msi + InstallerSha256: 4B7BFC05ACB03184DF8C5C0D3EB98E4EB1E985B9AF89E7C753145DC0964B50E4 + ProductCode: '{4FC68673-45FB-426B-99C9-67A758B7F067}' + AppsAndFeaturesEntries: + - DisplayName: ggcode + Publisher: GG AI Studio + ProductCode: '{4FC68673-45FB-426B-99C9-67A758B7F067}' + UpgradeCode: '{B3C4D5E6-F7A8-9012-BCDE-F23456789012}' +- Architecture: arm64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.100/ggcode_1.3.100_windows_arm64.msi + InstallerSha256: 94317E763317EDE62198961094C1A5EA279225757E2C2865D805F03BE34E8BEA + ProductCode: '{872C4055-C2D9-4301-A15A-97BB3597ED43}' + AppsAndFeaturesEntries: + - DisplayName: ggcode + Publisher: GG AI Studio + ProductCode: '{872C4055-C2D9-4301-A15A-97BB3597ED43}' + UpgradeCode: '{B3C4D5E6-F7A8-9012-BCDE-F23456789012}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-01 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.100/gg.ai.ggcode-cli.locale.en-US.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.100/gg.ai.ggcode-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..0d351198cea28 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.100/gg.ai.ggcode-cli.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-cli +PackageVersion: 1.3.100 +PackageLocale: en-US +Publisher: GG AI Studio +PublisherUrl: https://github.com/topcheer +PublisherSupportUrl: https://github.com/topcheer/ggcode/issues +Author: GG AI Studio +PackageName: ggcode +PackageUrl: https://github.com/topcheer/ggcode +License: MIT +LicenseUrl: https://github.com/topcheer/ggcode/blob/v1.3.52/LICENSE +ShortDescription: AI coding agent for the terminal. +Description: |- + ggcode is an AI coding agent for terminal-first workflows. It can understand + repositories, edit files, run commands, use MCP tools, and keep working with + resumable sessions inside a full-screen TUI. +Moniker: ggcode +Tags: +- ai +- cli +- coding +- developer-tools +- mcp +- terminal +ReleaseNotesUrl: https://github.com/topcheer/ggcode/releases/tag/v1.3.100 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/topcheer/ggcode/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.100/gg.ai.ggcode-cli.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.100/gg.ai.ggcode-cli.yaml new file mode 100644 index 0000000000000..e78a2478233c6 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.100/gg.ai.ggcode-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-cli +PackageVersion: 1.3.100 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.99/gg.ai.ggcode-cli.installer.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.99/gg.ai.ggcode-cli.installer.yaml new file mode 100644 index 0000000000000..4b0245b8d86cd --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.99/gg.ai.ggcode-cli.installer.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-cli +PackageVersion: 1.3.99 +Platform: +- Windows.Desktop +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- ggcode +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.99/ggcode_1.3.99_windows_x64.msi + InstallerSha256: 1317EE2DC4018C543889D2F12204B116E00AAC539E7C3F4976D26E7A637D93AA + ProductCode: '{A47505C9-7D0D-40CC-B6DB-5A8499D5DA8F}' + AppsAndFeaturesEntries: + - DisplayName: ggcode + Publisher: GG AI Studio + ProductCode: '{A47505C9-7D0D-40CC-B6DB-5A8499D5DA8F}' + UpgradeCode: '{B3C4D5E6-F7A8-9012-BCDE-F23456789012}' +- Architecture: arm64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.99/ggcode_1.3.99_windows_arm64.msi + InstallerSha256: D8FAAB92271ADFDE05FAE86B26659A2DA217784BB9E10BA6D4366FB62B2C0B66 + ProductCode: '{F5438CCA-0998-4740-998D-3964E4413A33}' + AppsAndFeaturesEntries: + - DisplayName: ggcode + Publisher: GG AI Studio + ProductCode: '{F5438CCA-0998-4740-998D-3964E4413A33}' + UpgradeCode: '{B3C4D5E6-F7A8-9012-BCDE-F23456789012}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-01 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.99/gg.ai.ggcode-cli.locale.en-US.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.99/gg.ai.ggcode-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..00a33b092dc78 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.99/gg.ai.ggcode-cli.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-cli +PackageVersion: 1.3.99 +PackageLocale: en-US +Publisher: GG AI Studio +PublisherUrl: https://github.com/topcheer +PublisherSupportUrl: https://github.com/topcheer/ggcode/issues +Author: GG AI Studio +PackageName: ggcode +PackageUrl: https://github.com/topcheer/ggcode +License: MIT +LicenseUrl: https://github.com/topcheer/ggcode/blob/v1.3.52/LICENSE +ShortDescription: AI coding agent for the terminal. +Description: |- + ggcode is an AI coding agent for terminal-first workflows. It can understand + repositories, edit files, run commands, use MCP tools, and keep working with + resumable sessions inside a full-screen TUI. +Moniker: ggcode +Tags: +- ai +- cli +- coding +- developer-tools +- mcp +- terminal +ReleaseNotesUrl: https://github.com/topcheer/ggcode/releases/tag/v1.3.99 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/topcheer/ggcode/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.99/gg.ai.ggcode-cli.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.99/gg.ai.ggcode-cli.yaml new file mode 100644 index 0000000000000..07efa53a5c222 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.99/gg.ai.ggcode-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-cli +PackageVersion: 1.3.99 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.100/gg.ai.ggcode-desktop.installer.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.100/gg.ai.ggcode-desktop.installer.yaml new file mode 100644 index 0000000000000..de112f9ebc339 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.100/gg.ai.ggcode-desktop.installer.yaml @@ -0,0 +1,49 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.100 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb +UpgradeBehavior: install +ProductCode: '{5939CA9E-6D0E-4C18-816D-A28C5F4BBEDE}' +AppsAndFeaturesEntries: +- DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{5939CA9E-6D0E-4C18-816D-A28C5F4BBEDE}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.100/ggcode-desktop_1.3.100_windows_x64.msi + InstallerSha256: 9B021059B0D5D714B1FA4F39541D869C553D9570C3B38F048292EE65F172245C + ProductCode: '{5939CA9E-6D0E-4C18-816D-A28C5F4BBEDE}' + AppsAndFeaturesEntries: + - DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{5939CA9E-6D0E-4C18-816D-A28C5F4BBEDE}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +- Architecture: arm64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.100/ggcode-desktop_1.3.100_windows_arm64.msi + InstallerSha256: 36D245EB699B00D6763D4B4178863A2F21BCE1FC30D7EDF267EC4058311BBE3D + ProductCode: '{B6F4DFF6-34DA-432B-B8C4-A6E2F9FE3951}' + AppsAndFeaturesEntries: + - DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{B6F4DFF6-34DA-432B-B8C4-A6E2F9FE3951}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-01 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.100/gg.ai.ggcode-desktop.locale.en-US.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.100/gg.ai.ggcode-desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..94ca7f05b1d0c --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.100/gg.ai.ggcode-desktop.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.100 +PackageLocale: en-US +Publisher: GG AI Studio +PublisherUrl: https://github.com/topcheer +PublisherSupportUrl: https://github.com/topcheer/ggcode/issues +Author: GG AI Studio +PackageName: GGCode Desktop +PackageUrl: https://github.com/topcheer/ggcode +License: MIT +LicenseUrl: https://github.com/topcheer/ggcode/blob/v1.3.52/LICENSE +ShortDescription: AI coding agent with a native desktop interface. +Description: |- + GGCode Desktop is a native graphical interface for ggcode, an AI coding agent + focused on code understanding, repo editing, command execution, MCP tools, + resumable sessions, and coding workflows. +Tags: +- ai +- coding +- desktop +- developer-tools +- mcp +- terminal +ReleaseNotesUrl: https://github.com/topcheer/ggcode/releases/tag/v1.3.100 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/topcheer/ggcode/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.100/gg.ai.ggcode-desktop.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.100/gg.ai.ggcode-desktop.yaml new file mode 100644 index 0000000000000..748299a20be20 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.100/gg.ai.ggcode-desktop.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.100 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.99/gg.ai.ggcode-desktop.installer.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.99/gg.ai.ggcode-desktop.installer.yaml new file mode 100644 index 0000000000000..13fe5f1d030f2 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.99/gg.ai.ggcode-desktop.installer.yaml @@ -0,0 +1,49 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.99 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb +UpgradeBehavior: install +ProductCode: '{279DD776-1083-4B4E-9FFE-90FE57BFAEDC}' +AppsAndFeaturesEntries: +- DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{279DD776-1083-4B4E-9FFE-90FE57BFAEDC}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.99/ggcode-desktop_1.3.99_windows_x64.msi + InstallerSha256: 4AD30818B7F2E33E882295B9C39614B8181B8F05580C92FC540D1D0B8BB03C3E + ProductCode: '{279DD776-1083-4B4E-9FFE-90FE57BFAEDC}' + AppsAndFeaturesEntries: + - DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{279DD776-1083-4B4E-9FFE-90FE57BFAEDC}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +- Architecture: arm64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.99/ggcode-desktop_1.3.99_windows_arm64.msi + InstallerSha256: D9DA7D3C626B1A2B2795945E51AB6D1A8BA7F6F36F02931F04782961D0A70CEB + ProductCode: '{A412C2CB-C6AA-4E28-A6FD-79C332032993}' + AppsAndFeaturesEntries: + - DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{A412C2CB-C6AA-4E28-A6FD-79C332032993}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-01 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.99/gg.ai.ggcode-desktop.locale.en-US.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.99/gg.ai.ggcode-desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..96c213bed0995 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.99/gg.ai.ggcode-desktop.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.99 +PackageLocale: en-US +Publisher: GG AI Studio +PublisherUrl: https://github.com/topcheer +PublisherSupportUrl: https://github.com/topcheer/ggcode/issues +Author: GG AI Studio +PackageName: GGCode Desktop +PackageUrl: https://github.com/topcheer/ggcode +License: MIT +LicenseUrl: https://github.com/topcheer/ggcode/blob/v1.3.52/LICENSE +ShortDescription: AI coding agent with a native desktop interface. +Description: |- + GGCode Desktop is a native graphical interface for ggcode, an AI coding agent + focused on code understanding, repo editing, command execution, MCP tools, + resumable sessions, and coding workflows. +Tags: +- ai +- coding +- desktop +- developer-tools +- mcp +- terminal +ReleaseNotesUrl: https://github.com/topcheer/ggcode/releases/tag/v1.3.99 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/topcheer/ggcode/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.99/gg.ai.ggcode-desktop.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.99/gg.ai.ggcode-desktop.yaml new file mode 100644 index 0000000000000..12af59cc33d61 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.99/gg.ai.ggcode-desktop.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.99 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JFrog/Cli/2.112.0/JFrog.Cli.installer.yaml b/manifests/j/JFrog/Cli/2.112.0/JFrog.Cli.installer.yaml new file mode 100644 index 0000000000000..a327efcd07385 --- /dev/null +++ b/manifests/j/JFrog/Cli/2.112.0/JFrog.Cli.installer.yaml @@ -0,0 +1,15 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JFrog.Cli +PackageVersion: 2.112.0 +InstallerType: portable +Commands: +- jf +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x64 + InstallerUrl: https://releases.jfrog.io/artifactory/jfrog-cli/v2-jf/2.112.0/jfrog-cli-windows-amd64/jf.exe + InstallerSha256: 3BCE41DF38416C40D74C6A900C9C7A8ADAE146F0F8507CC27FA810D0FCC20DD4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JFrog/Cli/2.112.0/JFrog.Cli.locale.en-US.yaml b/manifests/j/JFrog/Cli/2.112.0/JFrog.Cli.locale.en-US.yaml new file mode 100644 index 0000000000000..3a6540c20fcf3 --- /dev/null +++ b/manifests/j/JFrog/Cli/2.112.0/JFrog.Cli.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: JFrog.Cli +PackageVersion: 2.112.0 +PackageLocale: en-US +Publisher: JFrog Ltd +PublisherUrl: https://jfrog.com/ +PublisherSupportUrl: https://jfrog.com/contact-us +PrivacyUrl: https://jfrog.com/privacy-policy +PackageName: JFrog CLI +PackageUrl: https://jfrog.com/getcli +License: Apache-2.0 +LicenseUrl: https://github.com/jfrog/jfrog-cli/blob/HEAD/LICENSE +ShortDescription: JFrog CLI is a compact and smart client that provides a simple interface that automates access to Artifactory and Mission Control through their respective REST APIs. +Moniker: jf +Tags: +- artifactory +- jfrog +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/jfrog-cli +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JFrog/Cli/2.112.0/JFrog.Cli.yaml b/manifests/j/JFrog/Cli/2.112.0/JFrog.Cli.yaml new file mode 100644 index 0000000000000..a7cc590af3484 --- /dev/null +++ b/manifests/j/JFrog/Cli/2.112.0/JFrog.Cli.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: JFrog.Cli +PackageVersion: 2.112.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.2.1/jerrywu001.cc-sessions-viewer.installer.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.2.1/jerrywu001.cc-sessions-viewer.installer.yaml new file mode 100644 index 0000000000000..ab5b8008c7601 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.2.1/jerrywu001.cc-sessions-viewer.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: jerrywu001.cc-sessions-viewer +PackageVersion: 0.2.1 +UpgradeBehavior: install +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/download/v0.2.1/cc-sessions-viewer_0.2.1_x64-setup.exe + InstallerSha256: 3B4DEEF3D800C070130C3DB2BCD251CE6CFE5AF7A47CD5E1CA8E54FBCBCC25C1 + ProductCode: cc-sessions-viewer +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/download/v0.2.1/cc-sessions-viewer_0.2.1_x64_en-US.msi + InstallerSha256: 0A0F97B3E6C63AB4EB93E6C35696C4B1CF79ED25C0BC0074C8A0996DEDCDF4DD + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{A5139E63-DD87-43A9-A8AF-0673CB96F5A2}' + AppsAndFeaturesEntries: + - UpgradeCode: '{C46AF9F0-5188-5D4B-878E-9218A1C8CC56}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.2.1/jerrywu001.cc-sessions-viewer.locale.en-US.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.2.1/jerrywu001.cc-sessions-viewer.locale.en-US.yaml new file mode 100644 index 0000000000000..6d3947e71ec43 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.2.1/jerrywu001.cc-sessions-viewer.locale.en-US.yaml @@ -0,0 +1,59 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.2.1 +PackageLocale: en-US +Publisher: wuchao +PublisherUrl: https://github.com/jerrywu001 +PublisherSupportUrl: https://github.com/jerrywu001/cc-sessions-viewer/issues +PackageName: cc-sessions-viewer +PackageUrl: https://github.com/jerrywu001/cc-sessions-viewer +License: Freeware +ShortDescription: Support cc/codex/gemini sessions viewer, token usage statistics, global search, resume, and export to html +Description: |- + A native desktop browser for Claude Code, Codex, and Gemini CLI — read, search, and manage local session transcripts from all three in one place. + Faithful replay — thinking chains, tool-call pairings, structured diffs, inline screenshots. + Fast search — cross-project global hit (⌘⇧F) jumps to the exact message; one-click resume in Terminal. + Deep stats — aggregate token spend and cost; slice by project, model, or tool. + Read-only safety — original JSONL is never touched; delete is a move to shared trash, never rm. + Flexible export — single session or batches to offline-readable Markdown or HTML. + + Features + - 🗂 Unified project view — group sessions by working directory across both CLIs + - 💬 Faithful chat replay — text, thinking blocks, tool calls, structured diffs, inline images + - 🔎 In-session search with scope — search across the whole conversation or scope to user messages, agent replies (incl. edits), or tool noise; prev / next jump + match counter + - 🌐 Global search (⌘⇧F / Ctrl+Shift+F) — Algolia-style overlay over the current agent, scoped to session titles and your own messages; click a hit to jump straight to that message with a flash highlight; recent queries with single-item removal + - 🔃 Session list search & sort — keyword search runs on the Rust side, matching session titles and your message text (cancellable mid-typing); sort by recency / size / message count, or show only ones with an ID + - 🪗 Collapse / expand all tool calls — one click to hide tool-call clutter and focus on the conversation + - 📤 Export session — save a single session to Markdown or HTML (native Save-As, offline-renderable HTML with inlined avatars / styles) + - 🧰 Multi-select & batch ops — pick sessions in bulk to move them to the trash or export them into a single export-YYYYMMDD-HHMMSS-{md,html}/ folder + - 🔄 Resume or start fresh — open Terminal in a project to resume an existing session (claude --resume / codex resume ) or start a brand-new one + - 📡 Live tail — opened session auto-refreshes as the CLI appends new messages; an "● Live" indicator shows the watcher is active, and a "N new ↓" pill surfaces additions when you've scrolled up + - 🗑 Shared trash — soft-delete, preview a deleted session's transcript, restore one or many (multi-select); survives across both agents + - 🏠 Welcome screen — recently opened projects per agent with one-click reopen + per-entry removal + - 📌 Pin / sink projects — color-coded pins on the sidebar; sunk projects go to the bottom + - ✏️ Rename sessions — your new title syncs back to the CLI, so claude / codex resume pickers show it too + - 🌗 Light / dark / system theme — Codex-inspired neutral palette with brand-color accents + - 🌐 i18n with auto-detect — English / 简体中文 / 繁體中文 / 日本語;first launch matches the OS language, falls back to English + - ⚡️ Custom tooltip & agent brand icons — no out-of-place native chrome + - 🖼 Image lightbox for screenshots embedded in transcripts +Tags: +- antigravity-cli +- claude-code +- codex +- gemini-cli +ReleaseNotes: |- + Features + - CLI Environment Check — new Settings tab that detects locally installed Claude Code, Codex, and Gemini CLI versions, compares against npm latest, and offers one-click upgrade. Skeleton loading animation during initial scan; spinning refresh icon; per-CLI upgrade spinner. Upgrade results distinguish success from "version unchanged" with actionable error messages. Supports multi-node-manager environments (nvm / hermes / volta / fnm) by resolving the sibling npm binary and forcing NPM_CONFIG_PREFIX to the correct node root so upgrades write to the right global tree. + - Diagnose install conflicts — a single "Diagnose conflicts" button in the CLI Environment header runs which -a across all installed CLIs in parallel, deduplicates by canonical resolved path (filtering temp/shim paths), and reports each installation with its path, version, package manager source (Homebrew Cask / nvm / Volta / fnm / npm / system), and a "Default" badge. Warns when multiple installations are detected. + - reclaude process wrapper — optional "Use reclaude" toggle in Settings; when enabled, both embedded terminal (PTY) and GUI chat sessions prefix the agent command with reclaude, routing through the reclaude daemon's auth/proxy chain (same mechanism as IDE "Claude Process Wrapper"). Backend detects reclaude install status and daemon port from ~/.reclaude/state.json. + - TUI tab memory per project — switching between projects now remembers and restores the active terminal tab for each project, including shell tabs. Persisted to localStorage alongside the existing View tab memory. + Bug Fixes + - Settings modal no longer closes on backdrop click — only the close button (×) dismisses the modal, preventing accidental closure during CLI upgrades or diagnosis + - Prevent double-spawn on rapid clicks — added a _spawnLock guard to new-session, new-shell, and new-GUI-chat entry points so fast double-clicks don't open duplicate tabs + - Windows console window suppressed — CREATE_NO_WINDOW flag added to curl (usage API) and PowerShell (CLI env) subprocess spawns on Windows, preventing flashing console windows + - Side chat closed on project/agent switch — switching projects or agents now properly terminates the side chat subprocess and closes the floating panel +ReleaseNotesUrl: https://github.com/jerrywu001/cc-sessions-viewer/blob/HEAD/CHANGELOG.md#v021 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.2.1/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.2.1/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4b24b51dad3c1 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.2.1/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.2.1 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 支持 cc/codex/gemini 会话查看器、令牌使用统计、全局搜索、恢复和导出为 html +Description: |- + 一个适用于 Claude Code、Codex 和 Gemini CLI 的原生桌面浏览器——在一个地方读取、搜索和管理这三个工具的本地会话记录。 + 忠实回放——思维链、工具调用配对、结构化差异、内联截图。 + 快速搜索——跨项目的全局查找(⌘⇧F)直接跳转到确切消息;一键在终端中恢复。 + 深度统计——汇总 token 消耗与成本;按项目、模型或工具进行细分。 + 只读安全——原始 JSONL 文件永不被修改;删除操作是移至共享回收站,而非 rm 命令。 + 灵活导出——单个会话或批量导出为可离线阅读的 Markdown 或 HTML 格式。 + + 功能 + - 🗂 统一项目视图 —— 按工作目录对两个 CLI 中的会话进行分组 + - 💬 忠实聊天回放 —— 文本、思考块、工具调用、结构化差异、内联图像 + - 🔎 会话内搜索并支持范围筛选 —— 可在整个对话中搜索,或限定于用户消息、智能体回复(包含编辑内容)或工具输出;支持上一项/下一项跳转及匹配计数 + - 🌐 全局搜索(⌘⇧F / Ctrl+Shift+F)—— 类似 Algolia 的覆盖层,作用于当前智能体,搜索范围包括会话标题和你自己的消息;点击结果可直接跳转至对应消息,并高亮闪烁提示;支持最近查询历史,可单项删除 + - 🔃 会话列表搜索与排序 —— 关键词搜索运行于 Rust 端,匹配会话标题和你的消息文本(输入过程中可取消);支持按时间新旧/大小/消息数量排序,或仅显示带有 ID 的会话 + - 🪗 展开 / 折叠全部工具调用 —— 一键隐藏工具调用杂项,专注于对话内容 + - 📤 导出会话 —— 将单个会话保存为 Markdown 或 HTML 格式(原生“另存为”对话框,HTML 支持内联头像和样式,可离线渲染) + - 🧰 多选与批量操作 —— 批量选择会话,将其移至回收站或导出到单个 export-YYYYMMDD-HHMMSS-{md,html}/ 文件夹中 + - 🔁 恢复或新建会话 —— 在项目中打开终端以恢复现有会话(claude --resume / codex resume ),或启动全新会话 + - 📡 实时尾随 —— 已打开的会话会在 CLI 追加新消息时自动刷新;“● Live”指示器显示监听器处于活动状态,当你向上滚动时,“N 新 ↓”标签会提示新增内容 + - 🗑 共享回收站 —— 软删除机制,可预览已删除会话的内容,支持恢复一个或多个(支持多选);在两个智能体之间共享 + - 🏠 欢迎界面 —— 按智能体列出最近打开的项目,支持一键重新打开及逐条删除 + - 📌 固定 / 沉底项目 —— 侧边栏支持颜色编码的固定标记;沉底项目将排列到底部 + - ✏️ 重命名会话 —— 你的新标题将同步回 CLI,使 claude / codex 的恢复选择器也能显示该名称 + - 🌗 浅色 / 深色 / 系统主题 —— 采用 Codex 风格的中性配色方案,辅以品牌色彩点缀 + - 🌐 多语言支持并自动检测 —— 英语 / 简体中文 / 繁體中文 / 日本語;首次启动时匹配操作系统语言,否则默认为英语 + - ⚡️ 自定义工具提示与智能体品牌图标 —— 无违和感的原生界面元素 + - 🖼 内嵌截图的图片灯箱查看功能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.2.1/jerrywu001.cc-sessions-viewer.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.2.1/jerrywu001.cc-sessions-viewer.yaml new file mode 100644 index 0000000000000..d03af36883097 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.2.1/jerrywu001.cc-sessions-viewer.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Chessament/0.1/KDE.Chessament.installer.yaml b/manifests/k/KDE/Chessament/0.1/KDE.Chessament.installer.yaml index 2c6ad1fcfbb6f..3911bb4afa344 100644 --- a/manifests/k/KDE/Chessament/0.1/KDE.Chessament.installer.yaml +++ b/manifests/k/KDE/Chessament/0.1/KDE.Chessament.installer.yaml @@ -9,14 +9,14 @@ ProductCode: Chessament Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/chessament/master/windows/chessament-master-709-windows-cl-msvc2022-x86_64.exe - InstallerSha256: A35DE363402C6EA7C5DC3D3F844FD169FCBAC543D8556835C298E803110FA0F3 + InstallerUrl: https://cdn.kde.org/ci-builds/games/chessament/master/windows/chessament-master-711-windows-cl-msvc2022-x86_64.exe + InstallerSha256: B340025B5CD7AEC85D407FA5077ED7D6296326EC99697542A4DB9D0750682AE4 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/chessament/master/windows/chessament-master-709-windows-cl-msvc2022-x86_64.exe - InstallerSha256: A35DE363402C6EA7C5DC3D3F844FD169FCBAC543D8556835C298E803110FA0F3 + InstallerUrl: https://cdn.kde.org/ci-builds/games/chessament/master/windows/chessament-master-711-windows-cl-msvc2022-x86_64.exe + InstallerSha256: B340025B5CD7AEC85D407FA5077ED7D6296326EC99697542A4DB9D0750682AE4 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Kaidan/master/KDE.Kaidan.installer.yaml b/manifests/k/KDE/Kaidan/master/KDE.Kaidan.installer.yaml index 867eb4e5f44a4..ebcf60df0bd28 100644 --- a/manifests/k/KDE/Kaidan/master/KDE.Kaidan.installer.yaml +++ b/manifests/k/KDE/Kaidan/master/KDE.Kaidan.installer.yaml @@ -9,14 +9,14 @@ ProductCode: Kaidan Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/network/kaidan/master/windows/kaidan-master-6706-windows-cl-msvc2022-x86_64.exe - InstallerSha256: A84F310DB317AB71AB9DECE87B942D2C5252568E61B3A86B63DE9E861684AD06 + InstallerUrl: https://cdn.kde.org/ci-builds/network/kaidan/master/windows/kaidan-master-6714-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 49A86EF1FAD13BAA3AAB58D93EFEE9F4C3741DECBFDCC0FE503D07807C550CBB InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/network/kaidan/master/windows/kaidan-master-6706-windows-cl-msvc2022-x86_64.exe - InstallerSha256: A84F310DB317AB71AB9DECE87B942D2C5252568E61B3A86B63DE9E861684AD06 + InstallerUrl: https://cdn.kde.org/ci-builds/network/kaidan/master/windows/kaidan-master-6714-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 49A86EF1FAD13BAA3AAB58D93EFEE9F4C3741DECBFDCC0FE503D07807C550CBB InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/l/LouisHinchliffe/HardwareMon/18.5.0/LouisHinchliffe.HardwareMon.installer.yaml b/manifests/l/LouisHinchliffe/HardwareMon/18.5.0/LouisHinchliffe.HardwareMon.installer.yaml new file mode 100644 index 0000000000000..e24753c015553 --- /dev/null +++ b/manifests/l/LouisHinchliffe/HardwareMon/18.5.0/LouisHinchliffe.HardwareMon.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LouisHinchliffe.HardwareMon +PackageVersion: 18.5.0 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +ProductCode: '{453983D4-D80B-41C9-935A-F25D8787C0AC}_is1' +ReleaseDate: 2026-07-01 +AppsAndFeaturesEntries: +- Publisher: LouisDev + ProductCode: '{453983D4-D80B-41C9-935A-F25D8787C0AC}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\HardwareMon' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/louisboii747/HardwareMon/releases/download/v18.5.0/HardwareMon-v18.5.0.exe + InstallerSha256: 98384A48EBEB58925377DA265BC4903A1D728031FE33EAD75FB46C31310B284A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LouisHinchliffe/HardwareMon/18.5.0/LouisHinchliffe.HardwareMon.locale.en-US.yaml b/manifests/l/LouisHinchliffe/HardwareMon/18.5.0/LouisHinchliffe.HardwareMon.locale.en-US.yaml new file mode 100644 index 0000000000000..9774452250152 --- /dev/null +++ b/manifests/l/LouisHinchliffe/HardwareMon/18.5.0/LouisHinchliffe.HardwareMon.locale.en-US.yaml @@ -0,0 +1,38 @@ +# 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: LouisHinchliffe.HardwareMon +PackageVersion: 18.5.0 +PackageLocale: en-US +Publisher: Louis Hinchliffe +PublisherUrl: https://github.com/louisboii747 +PublisherSupportUrl: https://github.com/louisboii747/HardwareMon/issues +PackageName: HardwareMon +PackageUrl: https://github.com/louisboii747/HardwareMon +License: MIT +LicenseUrl: https://github.com/louisboii747/HardwareMon/blob/HEAD/LICENSE +ShortDescription: A simple GUI to view hardware info and performance metrics. +Tags: +- cpu-monitor +- desktop-application +- fastapi +- flutter +- gpu-monitor +- hardware-monitor +- linux +- open-source +- performance-monitor +- process-monitor +- system-analytics +- system-monitor +- windows +ReleaseNotes: |- + Full Changelog: v18.4.1...v18.5.0 + Download HardwareMon + Full Changelog: v18.4.1...v18.5.0 +ReleaseNotesUrl: https://github.com/louisboii747/HardwareMon/releases/tag/v18.5.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/louisboii747/HardwareMon/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LouisHinchliffe/HardwareMon/18.5.0/LouisHinchliffe.HardwareMon.yaml b/manifests/l/LouisHinchliffe/HardwareMon/18.5.0/LouisHinchliffe.HardwareMon.yaml new file mode 100644 index 0000000000000..2709de34c637f --- /dev/null +++ b/manifests/l/LouisHinchliffe/HardwareMon/18.5.0/LouisHinchliffe.HardwareMon.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: LouisHinchliffe.HardwareMon +PackageVersion: 18.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LouisHinchliffe/HardwareMon/18.5.1/LouisHinchliffe.HardwareMon.installer.yaml b/manifests/l/LouisHinchliffe/HardwareMon/18.5.1/LouisHinchliffe.HardwareMon.installer.yaml new file mode 100644 index 0000000000000..1294aa7324fba --- /dev/null +++ b/manifests/l/LouisHinchliffe/HardwareMon/18.5.1/LouisHinchliffe.HardwareMon.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LouisHinchliffe.HardwareMon +PackageVersion: 18.5.1 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +ProductCode: '{453983D4-D80B-41C9-935A-F25D8787C0AC}_is1' +ReleaseDate: 2026-07-01 +AppsAndFeaturesEntries: +- Publisher: LouisDev + ProductCode: '{453983D4-D80B-41C9-935A-F25D8787C0AC}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\HardwareMon' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/louisboii747/HardwareMon/releases/download/v18.5.1/HardwareMon-v18.5.1.exe + InstallerSha256: DC8A059459A41A7562267591164072A7FB094D6E977D14A0E0AD3F6AB8377677 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LouisHinchliffe/HardwareMon/18.5.1/LouisHinchliffe.HardwareMon.locale.en-US.yaml b/manifests/l/LouisHinchliffe/HardwareMon/18.5.1/LouisHinchliffe.HardwareMon.locale.en-US.yaml new file mode 100644 index 0000000000000..560aa63e06b84 --- /dev/null +++ b/manifests/l/LouisHinchliffe/HardwareMon/18.5.1/LouisHinchliffe.HardwareMon.locale.en-US.yaml @@ -0,0 +1,38 @@ +# 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: LouisHinchliffe.HardwareMon +PackageVersion: 18.5.1 +PackageLocale: en-US +Publisher: Louis Hinchliffe +PublisherUrl: https://github.com/louisboii747 +PublisherSupportUrl: https://github.com/louisboii747/HardwareMon/issues +PackageName: HardwareMon +PackageUrl: https://github.com/louisboii747/HardwareMon +License: MIT +LicenseUrl: https://github.com/louisboii747/HardwareMon/blob/HEAD/LICENSE +ShortDescription: A simple GUI to view hardware info and performance metrics. +Tags: +- cpu-monitor +- desktop-application +- fastapi +- flutter +- gpu-monitor +- hardware-monitor +- linux +- open-source +- performance-monitor +- process-monitor +- system-analytics +- system-monitor +- windows +ReleaseNotes: |- + Full Changelog: v18.5.0...v18.5.1 + Download HardwareMon + Full Changelog: v18.5.0...v18.5.1 +ReleaseNotesUrl: https://github.com/louisboii747/HardwareMon/releases/tag/v18.5.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/louisboii747/HardwareMon/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LouisHinchliffe/HardwareMon/18.5.1/LouisHinchliffe.HardwareMon.yaml b/manifests/l/LouisHinchliffe/HardwareMon/18.5.1/LouisHinchliffe.HardwareMon.yaml new file mode 100644 index 0000000000000..da73f7022a08f --- /dev/null +++ b/manifests/l/LouisHinchliffe/HardwareMon/18.5.1/LouisHinchliffe.HardwareMon.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: LouisHinchliffe.HardwareMon +PackageVersion: 18.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LouisHinchliffe/HardwareMon/18.5.2/LouisHinchliffe.HardwareMon.installer.yaml b/manifests/l/LouisHinchliffe/HardwareMon/18.5.2/LouisHinchliffe.HardwareMon.installer.yaml new file mode 100644 index 0000000000000..a32a0c361a266 --- /dev/null +++ b/manifests/l/LouisHinchliffe/HardwareMon/18.5.2/LouisHinchliffe.HardwareMon.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LouisHinchliffe.HardwareMon +PackageVersion: 18.5.2 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +ProductCode: '{453983D4-D80B-41C9-935A-F25D8787C0AC}_is1' +ReleaseDate: 2026-07-01 +AppsAndFeaturesEntries: +- Publisher: LouisDev + ProductCode: '{453983D4-D80B-41C9-935A-F25D8787C0AC}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\HardwareMon' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/louisboii747/HardwareMon/releases/download/v18.5.2/HardwareMon-v18.5.2.exe + InstallerSha256: CE8F910E67A04211145EE9AF3ED92A8AF268A57A1D79B1374A4C76B8508B6F0F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LouisHinchliffe/HardwareMon/18.5.2/LouisHinchliffe.HardwareMon.locale.en-US.yaml b/manifests/l/LouisHinchliffe/HardwareMon/18.5.2/LouisHinchliffe.HardwareMon.locale.en-US.yaml new file mode 100644 index 0000000000000..ec5f8ca0d54a8 --- /dev/null +++ b/manifests/l/LouisHinchliffe/HardwareMon/18.5.2/LouisHinchliffe.HardwareMon.locale.en-US.yaml @@ -0,0 +1,38 @@ +# 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: LouisHinchliffe.HardwareMon +PackageVersion: 18.5.2 +PackageLocale: en-US +Publisher: Louis Hinchliffe +PublisherUrl: https://github.com/louisboii747 +PublisherSupportUrl: https://github.com/louisboii747/HardwareMon/issues +PackageName: HardwareMon +PackageUrl: https://github.com/louisboii747/HardwareMon +License: MIT +LicenseUrl: https://github.com/louisboii747/HardwareMon/blob/HEAD/LICENSE +ShortDescription: A simple GUI to view hardware info and performance metrics. +Tags: +- cpu-monitor +- desktop-application +- fastapi +- flutter +- gpu-monitor +- hardware-monitor +- linux +- open-source +- performance-monitor +- process-monitor +- system-analytics +- system-monitor +- windows +ReleaseNotes: |- + Full Changelog: v18.5.1...v18.5.2 + Download HardwareMon + Full Changelog: v18.5.1...v18.5.2 +ReleaseNotesUrl: https://github.com/louisboii747/HardwareMon/releases/tag/v18.5.2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/louisboii747/HardwareMon/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LouisHinchliffe/HardwareMon/18.5.2/LouisHinchliffe.HardwareMon.yaml b/manifests/l/LouisHinchliffe/HardwareMon/18.5.2/LouisHinchliffe.HardwareMon.yaml new file mode 100644 index 0000000000000..122c774612aae --- /dev/null +++ b/manifests/l/LouisHinchliffe/HardwareMon/18.5.2/LouisHinchliffe.HardwareMon.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: LouisHinchliffe.HardwareMon +PackageVersion: 18.5.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.0/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.52.0/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..c653e2065652c --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.0/laurentiu021.SysManager.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.52.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-06-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.52.0/SysManager-v1.52.0.exe + InstallerSha256: BAEE4262B35D65DDF583F99E6DF12B2A970412793DFB8287C7D83C7437C31EBE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.0/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.52.0/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..08ca18e9d81d0 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.0/laurentiu021.SysManager.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: laurentiu021.SysManager +PackageVersion: 1.52.0 +PackageLocale: en-US +Publisher: laurentiu021 +PublisherUrl: https://github.com/laurentiu021 +PublisherSupportUrl: https://github.com/laurentiu021/SystemManager/issues +PackageName: SysManager +PackageUrl: https://github.com/laurentiu021/SystemManager +License: MIT +LicenseUrl: https://github.com/laurentiu021/SystemManager/blob/HEAD/LICENSE +ShortDescription: Modern Windows system toolkit — network monitor, performance tuning, cleanup, battery health, process manager, and more. +Description: |- + SysManager is a modern Windows system toolkit built with WPF and .NET 10. + It provides a comprehensive set of tools in a single application including + live network monitoring, ping and traceroute, speed tests, performance tuning + with power plan management, deep disk cleanup, duplicate file finder, disk + analyzer, battery health monitoring, process manager, app uninstaller, + startup control, Windows services manager, Windows features manager, driver + information, and system health overview. +Tags: +- battery +- cleanup +- dotnet +- network-monitor +- open-source +- performance +- process-manager +- system-utility +- uninstaller +- windows +- wpf +ReleaseNotes: |- + [1.52.0] - 2026-06-30 + Changed + - App icons in the Bulk Installer are now opt-in. SysManager no longer contacts the web for app icons by default — this keeps the "no cloud, no telemetry" promise intact out of the box. A new "Load app icons from the web" checkbox in the Bulk Installer toolbar turns the feature on; only then are icons fetched from Google's favicon service (the choice is remembered). Already-cached icons still load offline. The README now documents exactly when the app uses the network. + Verify the download + Get-FileHash .\SysManager-v1.52.0.exe -Algorithm SHA256 + Expected SHA256: BAEE4262B35D65DDF583F99E6DF12B2A970412793DFB8287C7D83C7437C31EBE +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.52.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.0/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.52.0/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..91ea60e547a9f --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.0/laurentiu021.SysManager.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: laurentiu021.SysManager +PackageVersion: 1.52.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.3/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.52.3/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..f8dc1441adbcc --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.3/laurentiu021.SysManager.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.52.3 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.52.3/SysManager-v1.52.3.exe + InstallerSha256: 6285222D3D0C37529DCCB6193C0EA73FD9B8B43350B6637B532DB5F557AAEB79 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.3/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.52.3/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..82ad1c066b004 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.3/laurentiu021.SysManager.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: laurentiu021.SysManager +PackageVersion: 1.52.3 +PackageLocale: en-US +Publisher: laurentiu021 +PublisherUrl: https://github.com/laurentiu021 +PublisherSupportUrl: https://github.com/laurentiu021/SystemManager/issues +PackageName: SysManager +PackageUrl: https://github.com/laurentiu021/SystemManager +License: MIT +LicenseUrl: https://github.com/laurentiu021/SystemManager/blob/HEAD/LICENSE +ShortDescription: Modern Windows system toolkit — network monitor, performance tuning, cleanup, battery health, process manager, and more. +Description: |- + SysManager is a modern Windows system toolkit built with WPF and .NET 10. + It provides a comprehensive set of tools in a single application including + live network monitoring, ping and traceroute, speed tests, performance tuning + with power plan management, deep disk cleanup, duplicate file finder, disk + analyzer, battery health monitoring, process manager, app uninstaller, + startup control, Windows services manager, Windows features manager, driver + information, and system health overview. +Tags: +- battery +- cleanup +- dotnet +- network-monitor +- open-source +- performance +- process-manager +- system-utility +- uninstaller +- windows +- wpf +ReleaseNotes: |- + [1.52.3] - 2026-07-01 + Fixed + - Performance tab "Restore" no longer mis-reverts Xbox Game Bar. Restore captured the Game Bar overlay (AppCaptureEnabled) and per-game DVR (GameDVR_Enabled) as two independent settings but then wrote a single combined value to both keys — so if you had one on and the other off, restoring forced both off and silently lost the on state. Each setting is now restored to exactly what the snapshot captured. + Verify the download + Get-FileHash .\SysManager-v1.52.3.exe -Algorithm SHA256 + Expected SHA256: 6285222D3D0C37529DCCB6193C0EA73FD9B8B43350B6637B532DB5F557AAEB79 +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.52.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.3/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.52.3/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..09a314601f739 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.3/laurentiu021.SysManager.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: laurentiu021.SysManager +PackageVersion: 1.52.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.4/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.52.4/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..d5354e6b0932a --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.4/laurentiu021.SysManager.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.52.4 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.52.4/SysManager-v1.52.4.exe + InstallerSha256: 0AF87E29719391A2EE7850F9DD7A23E170232CE49B25BBEB320FD4964746280F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.4/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.52.4/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..4d26e2e87f637 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.4/laurentiu021.SysManager.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: laurentiu021.SysManager +PackageVersion: 1.52.4 +PackageLocale: en-US +Publisher: laurentiu021 +PublisherUrl: https://github.com/laurentiu021 +PublisherSupportUrl: https://github.com/laurentiu021/SystemManager/issues +PackageName: SysManager +PackageUrl: https://github.com/laurentiu021/SystemManager +License: MIT +LicenseUrl: https://github.com/laurentiu021/SystemManager/blob/HEAD/LICENSE +ShortDescription: Modern Windows system toolkit — network monitor, performance tuning, cleanup, battery health, process manager, and more. +Description: |- + SysManager is a modern Windows system toolkit built with WPF and .NET 10. + It provides a comprehensive set of tools in a single application including + live network monitoring, ping and traceroute, speed tests, performance tuning + with power plan management, deep disk cleanup, duplicate file finder, disk + analyzer, battery health monitoring, process manager, app uninstaller, + startup control, Windows services manager, Windows features manager, driver + information, and system health overview. +Tags: +- battery +- cleanup +- dotnet +- network-monitor +- open-source +- performance +- process-manager +- system-utility +- uninstaller +- windows +- wpf +ReleaseNotes: |- + [1.52.4] - 2026-07-01 + Fixed + - In-app updater no longer aborts every update as "possible tampering." The Authenticode check treated an unsigned download as an invalid signature and cancelled the install — but SysManager ships unsigned builds, so the About-tab "Download → Install" flow was blocked for every release. (Most people update through winget, so this went unnoticed.) An unsigned binary is now correctly accepted; file integrity is still enforced by the SHA256 verification that runs first, and the check now only rejects a file whose signature data is genuinely unreadable. + Verify the download + Get-FileHash .\SysManager-v1.52.4.exe -Algorithm SHA256 + Expected SHA256: 0AF87E29719391A2EE7850F9DD7A23E170232CE49B25BBEB320FD4964746280F +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.52.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.4/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.52.4/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..98fde29a190f2 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.4/laurentiu021.SysManager.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: laurentiu021.SysManager +PackageVersion: 1.52.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.6/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.52.6/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..484521c4b6ce6 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.6/laurentiu021.SysManager.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.52.6 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.52.6/SysManager-v1.52.6.exe + InstallerSha256: DEB4230987846A8AF9377D8F5AFD51846A8C4F95A2990863F58F07B45BB9397A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.6/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.52.6/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..742fb077d8fcc --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.6/laurentiu021.SysManager.locale.en-US.yaml @@ -0,0 +1,47 @@ +# 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: laurentiu021.SysManager +PackageVersion: 1.52.6 +PackageLocale: en-US +Publisher: laurentiu021 +PublisherUrl: https://github.com/laurentiu021 +PublisherSupportUrl: https://github.com/laurentiu021/SystemManager/issues +PackageName: SysManager +PackageUrl: https://github.com/laurentiu021/SystemManager +License: MIT +LicenseUrl: https://github.com/laurentiu021/SystemManager/blob/HEAD/LICENSE +ShortDescription: Modern Windows system toolkit — network monitor, performance tuning, cleanup, battery health, process manager, and more. +Description: |- + SysManager is a modern Windows system toolkit built with WPF and .NET 10. + It provides a comprehensive set of tools in a single application including + live network monitoring, ping and traceroute, speed tests, performance tuning + with power plan management, deep disk cleanup, duplicate file finder, disk + analyzer, battery health monitoring, process manager, app uninstaller, + startup control, Windows services manager, Windows features manager, driver + information, and system health overview. +Tags: +- battery +- cleanup +- dotnet +- network-monitor +- open-source +- performance +- process-manager +- system-utility +- uninstaller +- windows +- wpf +ReleaseNotes: |- + [1.52.6] - 2026-07-01 + Fixed + - --json now stays machine-readable on CLI errors. When an unknown flag or a bare usage error was hit together with --json, the CLI printed the human help text instead of JSON — so piping the output to a JSON parser (SysManager.exe --bogus --json | ConvertFrom-Json) broke. Both error paths now emit valid JSON: an unknown flag returns {"error": "..."} and a bare usage error returns the machine-readable command catalog. + - Headless CLI reports a runtime fault as an error (exit 1), not a usage error (exit 2). If a CLI command threw unexpectedly the process exited with code 2, which conventionally means "you typed the command wrong." An unexpected fault is now logged and exits with code 1 (general error), so scripts can distinguish a bad invocation from a genuine failure. + - Startup crashes are now logged instead of vanishing. The unhandled-exception handlers were registered after the dependency container, tray icon, and resource-history sampler were built — so a failure during that early startup surfaced as a bare Windows crash with no log entry. The handlers are now wired first, so any startup fault is captured in the log. + - Resource-history retention config load no longer risks an unhandled exception at startup. Reading the retention setting caught malformed JSON and I/O errors but not an access-denied error; since it runs during construction, that gap could throw in the unprotected startup window. It now degrades to the 7-day default on access-denied too. + Verify the download + Get-FileHash .\SysManager-v1.52.6.exe -Algorithm SHA256 + Expected SHA256: DEB4230987846A8AF9377D8F5AFD51846A8C4F95A2990863F58F07B45BB9397A +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.52.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.6/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.52.6/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..e81490631aa6c --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.6/laurentiu021.SysManager.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: laurentiu021.SysManager +PackageVersion: 1.52.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.7/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.52.7/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..cb1ac6a4d4654 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.7/laurentiu021.SysManager.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.52.7 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.52.7/SysManager-v1.52.7.exe + InstallerSha256: 1A6ACB197B7C60DA381301CCD93804E3B0871A1DF8FFD34FB3F7A293AD4DB3D1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.7/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.52.7/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..85f09c252b2d2 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.7/laurentiu021.SysManager.locale.en-US.yaml @@ -0,0 +1,45 @@ +# 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: laurentiu021.SysManager +PackageVersion: 1.52.7 +PackageLocale: en-US +Publisher: laurentiu021 +PublisherUrl: https://github.com/laurentiu021 +PublisherSupportUrl: https://github.com/laurentiu021/SystemManager/issues +PackageName: SysManager +PackageUrl: https://github.com/laurentiu021/SystemManager +License: MIT +LicenseUrl: https://github.com/laurentiu021/SystemManager/blob/HEAD/LICENSE +ShortDescription: Modern Windows system toolkit — network monitor, performance tuning, cleanup, battery health, process manager, and more. +Description: |- + SysManager is a modern Windows system toolkit built with WPF and .NET 10. + It provides a comprehensive set of tools in a single application including + live network monitoring, ping and traceroute, speed tests, performance tuning + with power plan management, deep disk cleanup, duplicate file finder, disk + analyzer, battery health monitoring, process manager, app uninstaller, + startup control, Windows services manager, Windows features manager, driver + information, and system health overview. +Tags: +- battery +- cleanup +- dotnet +- network-monitor +- open-source +- performance +- process-manager +- system-utility +- uninstaller +- windows +- wpf +ReleaseNotes: |- + [1.52.7] - 2026-07-01 + Fixed + - Chart text is now readable on the light themes. The Ping/Traceroute latency chart and the Resource History usage/temperature charts painted their axis labels, legend, and tooltip in a fixed near-white color that was set once and never updated when you switched themes. On any of the six light presets that meant white-on-white — the axis values, time labels, and legend were effectively invisible. The chart text now follows the active theme (dark-on-light on light presets, light-on-dark on dark presets) and repaints instantly when you change the theme. The previously-unused theme-change signal is now wired up to drive this. + - Update banner and toast notification follow the theme. Both used a fixed dark background, so on a light preset the update banner was a dark box clashing with the light UI and the toast's title could render dark-on-dark. They now use the theme's elevated surface color and stay legible on every preset. + Verify the download + Get-FileHash .\SysManager-v1.52.7.exe -Algorithm SHA256 + Expected SHA256: 1A6ACB197B7C60DA381301CCD93804E3B0871A1DF8FFD34FB3F7A293AD4DB3D1 +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.52.7 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.7/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.52.7/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..0e610588dc342 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.7/laurentiu021.SysManager.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: laurentiu021.SysManager +PackageVersion: 1.52.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.8/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.52.8/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..9b376adcba07c --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.8/laurentiu021.SysManager.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.52.8 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.52.8/SysManager-v1.52.8.exe + InstallerSha256: AE6EA2DB3ECE8A415A1679652273586C64D3A8547C28AE51A948B33A17249BD6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.8/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.52.8/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..00d1ddfaea802 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.8/laurentiu021.SysManager.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: laurentiu021.SysManager +PackageVersion: 1.52.8 +PackageLocale: en-US +Publisher: laurentiu021 +PublisherUrl: https://github.com/laurentiu021 +PublisherSupportUrl: https://github.com/laurentiu021/SystemManager/issues +PackageName: SysManager +PackageUrl: https://github.com/laurentiu021/SystemManager +License: MIT +LicenseUrl: https://github.com/laurentiu021/SystemManager/blob/HEAD/LICENSE +ShortDescription: Modern Windows system toolkit — network monitor, performance tuning, cleanup, battery health, process manager, and more. +Description: |- + SysManager is a modern Windows system toolkit built with WPF and .NET 10. + It provides a comprehensive set of tools in a single application including + live network monitoring, ping and traceroute, speed tests, performance tuning + with power plan management, deep disk cleanup, duplicate file finder, disk + analyzer, battery health monitoring, process manager, app uninstaller, + startup control, Windows services manager, Windows features manager, driver + information, and system health overview. +Tags: +- battery +- cleanup +- dotnet +- network-monitor +- open-source +- performance +- process-manager +- system-utility +- uninstaller +- windows +- wpf +ReleaseNotes: |- + [1.52.8] - 2026-07-01 + Fixed + - App Updates, Uninstaller, and Bulk Installer now work on non-English Windows. These tabs read winget's table output by matching the English column headers ("Name / Id / Version / Available / Source"). On a localized Windows, winget translates those titles (e.g. German "Name / Kennung / Version / Verfügbar / Quelle"), so the match failed and every list came back empty — App Updates showed no updates, the Uninstaller showed no apps, and Bulk Installer search returned nothing. The parser now locates the table via the dashes separator row that winget prints in every language and maps the columns by position instead of by the English words, so it works regardless of the Windows display language. The English fast-path is unchanged. + Verify the download + Get-FileHash .\SysManager-v1.52.8.exe -Algorithm SHA256 + Expected SHA256: AE6EA2DB3ECE8A415A1679652273586C64D3A8547C28AE51A948B33A17249BD6 +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.52.8 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.52.8/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.52.8/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..48c7f1d0b9690 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.52.8/laurentiu021.SysManager.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: laurentiu021.SysManager +PackageVersion: 1.52.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroSIP/MicroSIP/3.22.12/MicroSIP.MicroSIP.installer.yaml b/manifests/m/MicroSIP/MicroSIP/3.22.12/MicroSIP.MicroSIP.installer.yaml new file mode 100644 index 0000000000000..728358c8f19bc --- /dev/null +++ b/manifests/m/MicroSIP/MicroSIP/3.22.12/MicroSIP.MicroSIP.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MicroSIP.MicroSIP +PackageVersion: 3.22.12 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Protocols: +- callto +- dial +- dialpad +- sip +- tel +ProductCode: MicroSIP +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x86 + InstallerUrl: https://www.microsip.org/download/MicroSIP-3.22.12.exe + InstallerSha256: 505021A4561934D634AFD533E7B27611094800B6668A5BFA795AFBE858FE736F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroSIP/MicroSIP/3.22.12/MicroSIP.MicroSIP.locale.en-US.yaml b/manifests/m/MicroSIP/MicroSIP/3.22.12/MicroSIP.MicroSIP.locale.en-US.yaml new file mode 100644 index 0000000000000..6165b8d96a2af --- /dev/null +++ b/manifests/m/MicroSIP/MicroSIP/3.22.12/MicroSIP.MicroSIP.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: MicroSIP.MicroSIP +PackageVersion: 3.22.12 +PackageLocale: en-US +Publisher: www.microsip.org +PublisherUrl: https://www.microsip.org/ +PublisherSupportUrl: https://www.microsip.org/help +PackageName: MicroSIP +PackageUrl: https://www.microsip.org/downloads +License: GPL-2.0 +Copyright: MicroSIP +ShortDescription: Open source portable SIP softphone based on PJSIP stack for Windows OS. +Description: |- + MicroSIP - open source portable SIP softphone based on PJSIP stack for Windows OS. + It allowing to do high quality VoIP calls (person-to-person or on regular telephones) via open SIP protocol. From cloud of SIP providers you can choose best for you, register account and use it with MicroSIP. You'll get free person-to-person calls and cheap international calls. +Moniker: microsip +Tags: +- pbx +- sip +- softphone +- telephone +- telephony +ReleaseNotes: Maintenance release with stability improvements +ReleaseNotesUrl: https://www.microsip.org/downloads +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.microsip.org/faq +- DocumentLabel: Troubleshooting + DocumentUrl: https://www.microsip.org/issues +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroSIP/MicroSIP/3.22.12/MicroSIP.MicroSIP.locale.zh-CN.yaml b/manifests/m/MicroSIP/MicroSIP/3.22.12/MicroSIP.MicroSIP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..09659d150755a --- /dev/null +++ b/manifests/m/MicroSIP/MicroSIP/3.22.12/MicroSIP.MicroSIP.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: MicroSIP.MicroSIP +PackageVersion: 3.22.12 +PackageLocale: zh-CN +Publisher: www.microsip.org +PublisherUrl: https://www.microsip.org/ +PublisherSupportUrl: https://www.microsip.org/help +PackageName: MicroSIP +PackageUrl: https://www.microsip.org/downloads +License: GPL-2.0 +Copyright: MicroSIP +ShortDescription: Windows 操作系统上基于 PJSIP 协议栈的开源便携 SIP 软电话。 +Description: |- + MicroSIP - Windows 操作系统上基于 PJSIP 协议栈的开源便携 SIP 软电话。 + 它允许通过开放式 SIP 协议进行高质量 VoIP 通话(人对人或普通电话)。您可以从 SIP 供应商云中选择最适合您的供应商,注册账户并使用 MicroSIP。您将获得免费的人对人通话和廉价的国际通话。 +Tags: +- pbx +- sip +- 电话 +ReleaseNotesUrl: https://www.microsip.org/downloads +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.microsip.org/faq +- DocumentLabel: 故障排除 + DocumentUrl: https://www.microsip.org/issues +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroSIP/MicroSIP/3.22.12/MicroSIP.MicroSIP.yaml b/manifests/m/MicroSIP/MicroSIP/3.22.12/MicroSIP.MicroSIP.yaml new file mode 100644 index 0000000000000..459f436e75332 --- /dev/null +++ b/manifests/m/MicroSIP/MicroSIP/3.22.12/MicroSIP.MicroSIP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MicroSIP.MicroSIP +PackageVersion: 3.22.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroSIP/MicroSIP/Lite/3.22.12/MicroSIP.MicroSIP.Lite.installer.yaml b/manifests/m/MicroSIP/MicroSIP/Lite/3.22.12/MicroSIP.MicroSIP.Lite.installer.yaml new file mode 100644 index 0000000000000..c64c129aa8e1a --- /dev/null +++ b/manifests/m/MicroSIP/MicroSIP/Lite/3.22.12/MicroSIP.MicroSIP.Lite.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MicroSIP.MicroSIP.Lite +PackageVersion: 3.22.12 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Protocols: +- callto +- dial +- dialpad +- sip +- tel +ProductCode: MicroSIP +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x86 + InstallerUrl: https://www.microsip.org/download/MicroSIP-Lite-3.22.12.exe + InstallerSha256: 750150E4080EB13110035667FC13211C728406D9EBA8C0C5FAF0DAAEF2A2CECD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroSIP/MicroSIP/Lite/3.22.12/MicroSIP.MicroSIP.Lite.locale.en-US.yaml b/manifests/m/MicroSIP/MicroSIP/Lite/3.22.12/MicroSIP.MicroSIP.Lite.locale.en-US.yaml new file mode 100644 index 0000000000000..03d0bac472d79 --- /dev/null +++ b/manifests/m/MicroSIP/MicroSIP/Lite/3.22.12/MicroSIP.MicroSIP.Lite.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: MicroSIP.MicroSIP.Lite +PackageVersion: 3.22.12 +PackageLocale: en-US +Publisher: www.microsip.org +PublisherUrl: https://www.microsip.org/ +PublisherSupportUrl: https://www.microsip.org/help +PackageName: MicroSIP (Lite) +PackageUrl: https://www.microsip.org/downloads +License: GPL-2.0 +Copyright: MicroSIP +ShortDescription: Open source portable SIP softphone based on PJSIP stack for Windows OS. +Description: |- + MicroSIP - open source portable SIP softphone based on PJSIP stack for Windows OS. + It allowing to do high quality VoIP calls (person-to-person or on regular telephones) via open SIP protocol. From cloud of SIP providers you can choose best for you, register account and use it with MicroSIP. You'll get free person-to-person calls and cheap international calls. +Moniker: microsip-lite +Tags: +- pbx +- sip +- softphone +- telephone +- telephony +ReleaseNotes: Maintenance release with stability improvements +ReleaseNotesUrl: https://www.microsip.org/downloads +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.microsip.org/faq +- DocumentLabel: Troubleshooting + DocumentUrl: https://www.microsip.org/issues +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroSIP/MicroSIP/Lite/3.22.12/MicroSIP.MicroSIP.Lite.locale.zh-CN.yaml b/manifests/m/MicroSIP/MicroSIP/Lite/3.22.12/MicroSIP.MicroSIP.Lite.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1d67eefd43671 --- /dev/null +++ b/manifests/m/MicroSIP/MicroSIP/Lite/3.22.12/MicroSIP.MicroSIP.Lite.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: MicroSIP.MicroSIP.Lite +PackageVersion: 3.22.12 +PackageLocale: zh-CN +ShortDescription: Windows 操作系统上基于 PJSIP 协议栈的开源便携 SIP 软电话。 +Description: |- + MicroSIP - Windows 操作系统上基于 PJSIP 协议栈的开源便携 SIP 软电话。 + 它允许通过开放式 SIP 协议进行高质量 VoIP 通话(人对人或普通电话)。您可以从 SIP 供应商云中选择最适合您的供应商,注册账户并使用 MicroSIP。您将获得免费的人对人通话和廉价的国际通话。 +Tags: +- pbx +- sip +- 电话 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.microsip.org/faq +- DocumentLabel: 故障排除 + DocumentUrl: https://www.microsip.org/issues +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroSIP/MicroSIP/Lite/3.22.12/MicroSIP.MicroSIP.Lite.yaml b/manifests/m/MicroSIP/MicroSIP/Lite/3.22.12/MicroSIP.MicroSIP.Lite.yaml new file mode 100644 index 0000000000000..7bef7f8a919c4 --- /dev/null +++ b/manifests/m/MicroSIP/MicroSIP/Lite/3.22.12/MicroSIP.MicroSIP.Lite.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MicroSIP.MicroSIP.Lite +PackageVersion: 3.22.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.370.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.370.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..f81ca11fc8882 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.370.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.370.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.370.0&arch=x86 + InstallerSha256: E93613ADA7737E3B55231ECAC58579D6C9627602A0FB003C2C619EE1F06DFE67 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.370.0&arch=amd64 + InstallerSha256: 33D417558B1FFB224E73D9CA660E20A2BB6FC58855ADB57991C8AF08DD72CBDC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.370.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.370.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..5202a2d555157 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.370.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.370.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.370.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.370.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..617d6a789d23c --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.370.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.370.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsAppRuntime/1/0/1.0.4/Microsoft.WindowsAppRuntime.1.0.installer.yaml b/manifests/m/Microsoft/WindowsAppRuntime/1/0/1.0.4/Microsoft.WindowsAppRuntime.1.0.installer.yaml index 31bc0736c25bc..aa9d9a1f0e644 100644 --- a/manifests/m/Microsoft/WindowsAppRuntime/1/0/1.0.4/Microsoft.WindowsAppRuntime.1.0.installer.yaml +++ b/manifests/m/Microsoft/WindowsAppRuntime/1/0/1.0.4/Microsoft.WindowsAppRuntime.1.0.installer.yaml @@ -1,34 +1,30 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=AUSU.CRLF.5-1-19041-2364.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Microsoft.WindowsAppRuntime.1.0 -PackageVersion: 1.0.4 -InstallerType: exe -InstallModes: -- silentWithProgress -UpgradeBehavior: install -AppsAndFeaturesEntries: -- InstallerType: msix - DisplayVersion: 4.528.1755.0 -PackageFamilyName: Microsoft.WindowsAppRuntime.1.0_8wekyb3d8bbwe -Installers: -- Architecture: x64 - InstallerUrl: https://aka.ms/windowsappsdk/1.0/1.0.4/windowsappruntimeinstall-1.0.4-x64.exe - InstallerSha256: B6938C5E2748FA9820E5FF02D7CCC4C21FB4E6D79EE8EA577BB795A455005015 - InstallerSwitches: - Silent: - SilentWithProgress: -- Architecture: x86 - InstallerUrl: https://aka.ms/windowsappsdk/1.0/1.0.4/windowsappruntimeinstall-1.0.4-x86.exe - InstallerSha256: 41969592AC72BA528EA57070EE238A24822CAA036D13334CFE425AEE6F7B677B - InstallerSwitches: - Silent: - SilentWithProgress: -- Architecture: arm64 - InstallerUrl: https://aka.ms/windowsappsdk/1.0/1.0.4/windowsappruntimeinstall-1.0.4-arm64.exe - InstallerSha256: 506BF43DAF66BBC678434A0C2D5A2B90EF8D32740AB34ACA4189804545B06F4C - InstallerSwitches: - Silent: - SilentWithProgress: -ManifestType: installer -ManifestVersion: 1.6.0 +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsAppRuntime.1.0 +PackageVersion: 1.0.4 +InstallerType: exe +InstallModes: +- silent +- silentWithProgress +InstallerSwitches: + Silent: --quiet + SilentWithProgress: --quiet +UpgradeBehavior: install +PackageFamilyName: Microsoft.WindowsAppRuntime.1.0_8wekyb3d8bbwe +AppsAndFeaturesEntries: +- DisplayVersion: 4.528.1755.0 + InstallerType: msix +Installers: +- Architecture: x64 + InstallerUrl: https://aka.ms/windowsappsdk/1.0/1.0.4/windowsappruntimeinstall-1.0.4-x64.exe + InstallerSha256: B6938C5E2748FA9820E5FF02D7CCC4C21FB4E6D79EE8EA577BB795A455005015 +- Architecture: x86 + InstallerUrl: https://aka.ms/windowsappsdk/1.0/1.0.4/windowsappruntimeinstall-1.0.4-x86.exe + InstallerSha256: 41969592AC72BA528EA57070EE238A24822CAA036D13334CFE425AEE6F7B677B +- Architecture: arm64 + InstallerUrl: https://aka.ms/windowsappsdk/1.0/1.0.4/windowsappruntimeinstall-1.0.4-arm64.exe + InstallerSha256: 506BF43DAF66BBC678434A0C2D5A2B90EF8D32740AB34ACA4189804545B06F4C +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2022-06-14 diff --git a/manifests/m/Microsoft/WindowsAppRuntime/1/0/1.0.4/Microsoft.WindowsAppRuntime.1.0.locale.en-US.yaml b/manifests/m/Microsoft/WindowsAppRuntime/1/0/1.0.4/Microsoft.WindowsAppRuntime.1.0.locale.en-US.yaml index c5cee0f3248d1..d44f148888d07 100644 --- a/manifests/m/Microsoft/WindowsAppRuntime/1/0/1.0.4/Microsoft.WindowsAppRuntime.1.0.locale.en-US.yaml +++ b/manifests/m/Microsoft/WindowsAppRuntime/1/0/1.0.4/Microsoft.WindowsAppRuntime.1.0.locale.en-US.yaml @@ -1,34 +1,25 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=AUSU.CRLF.5-1-19041-2364.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Microsoft.WindowsAppRuntime.1.0 -PackageVersion: 1.0.4 -PackageLocale: en-US -Publisher: Microsoft Corporation -PublisherUrl: https://www.microsoft.com/en-us/ -PublisherSupportUrl: https://support.microsoft.com/en-us -PrivacyUrl: https://privacy.microsoft.com/en-us/privacystatement -# Author: -PackageName: Windows App SDK -PackageUrl: https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/downloads -License: Proprietary -# LicenseUrl: -Copyright: Copyright (c) Microsoft Corporation -# CopyrightUrl: -ShortDescription: Runtime for the Microsoft Windows App SDK -# Description: -Moniker: windowsappsdk-1.0 -Tags: -- winappsdk -- windows-app-sdk -- winappruntime -- windows-app-runtime -- appsdk -# Agreements: -# ReleaseNotes: -ReleaseNotesUrl: https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/stable-channel#version-104 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.6.0 +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsAppRuntime.1.0 +PackageVersion: 1.0.4 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/en-us/ +PublisherSupportUrl: https://support.microsoft.com/en-us +PrivacyUrl: https://privacy.microsoft.com/en-us/privacystatement +PackageName: Windows App SDK +PackageUrl: https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/downloads-archive +License: Proprietary +Copyright: Copyright (c) Microsoft Corporation +ShortDescription: Runtime for the Microsoft Windows App SDK +Moniker: windowsappsdk-1.0 +Tags: +- winappsdk +- windows-app-sdk +- winappruntime +- windows-app-runtime +- appsdk +ReleaseNotesUrl: https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/release-notes/windows-app-sdk-1-0?pivots=stable#version-104 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsAppRuntime/1/0/1.0.4/Microsoft.WindowsAppRuntime.1.0.yaml b/manifests/m/Microsoft/WindowsAppRuntime/1/0/1.0.4/Microsoft.WindowsAppRuntime.1.0.yaml index 577db346086ba..deacbd60ba5cb 100644 --- a/manifests/m/Microsoft/WindowsAppRuntime/1/0/1.0.4/Microsoft.WindowsAppRuntime.1.0.yaml +++ b/manifests/m/Microsoft/WindowsAppRuntime/1/0/1.0.4/Microsoft.WindowsAppRuntime.1.0.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=AUSU.CRLF.5-1-19041-2364.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Microsoft.WindowsAppRuntime.1.0 -PackageVersion: 1.0.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsAppRuntime.1.0 +PackageVersion: 1.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsAppRuntime/1/2/1.2.5/Microsoft.WindowsAppRuntime.1.2.installer.yaml b/manifests/m/Microsoft/WindowsAppRuntime/1/2/1.2.5/Microsoft.WindowsAppRuntime.1.2.installer.yaml new file mode 100644 index 0000000000000..d05226edb9868 --- /dev/null +++ b/manifests/m/Microsoft/WindowsAppRuntime/1/2/1.2.5/Microsoft.WindowsAppRuntime.1.2.installer.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsAppRuntime.1.2 +PackageVersion: 1.2.5 +InstallerType: exe +InstallModes: +- silent +- silentWithProgress +InstallerSwitches: + Silent: --quiet + SilentWithProgress: --quiet +UpgradeBehavior: install +PackageFamilyName: Microsoft.WindowsAppRuntime.1.2_8wekyb3d8bbwe +AppsAndFeaturesEntries: +- DisplayVersion: 2000.802.31.0 + InstallerType: msix +Installers: +- Architecture: x64 + InstallerUrl: https://aka.ms/windowsappsdk/1.2/1.2.230313.1/windowsappruntimeinstall-x64.exe + InstallerSha256: 2DFCA59920DFE6F80D465ABED7ACD6786BC4AF26F596368FB0B04CB6CFA086BE +- Architecture: x86 + InstallerUrl: https://aka.ms/windowsappsdk/1.2/1.2.230313.1/windowsappruntimeinstall-x86.exe + InstallerSha256: B646946987FAB93FB98BA5367612357D58AAD6FCB9EDE5A68BF3FEED0E042F14 +- Architecture: arm64 + InstallerUrl: https://aka.ms/windowsappsdk/1.2/1.2.230313.1/windowsappruntimeinstall-arm64.exe + InstallerSha256: DB0F93C712AFCBABA0C41145FCB68E6D2BA82A5E270E82DF83170AC4C15E1829 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2023-03-15 diff --git a/manifests/m/Microsoft/WindowsAppRuntime/1/2/1.2.5/Microsoft.WindowsAppRuntime.1.2.locale.en-US.yaml b/manifests/m/Microsoft/WindowsAppRuntime/1/2/1.2.5/Microsoft.WindowsAppRuntime.1.2.locale.en-US.yaml new file mode 100644 index 0000000000000..21e9a5ab145c6 --- /dev/null +++ b/manifests/m/Microsoft/WindowsAppRuntime/1/2/1.2.5/Microsoft.WindowsAppRuntime.1.2.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsAppRuntime.1.2 +PackageVersion: 1.2.5 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/en-us/ +PublisherSupportUrl: https://support.microsoft.com/en-us +PrivacyUrl: https://privacy.microsoft.com/en-us/privacystatement +PackageName: Windows App SDK +PackageUrl: https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/downloads-archive +License: Proprietary +Copyright: Copyright (c) Microsoft Corporation +ShortDescription: Runtime for the Microsoft Windows App SDK +Moniker: windowsappsdk-1.2 +Tags: +- winappsdk +- windows-app-sdk +- winappruntime +- windows-app-runtime +- appsdk +ReleaseNotesUrl: https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/release-notes/windows-app-sdk-1-2?pivots=stable#version-125-122303131 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsAppRuntime/1/2/1.2.5/Microsoft.WindowsAppRuntime.1.2.yaml b/manifests/m/Microsoft/WindowsAppRuntime/1/2/1.2.5/Microsoft.WindowsAppRuntime.1.2.yaml new file mode 100644 index 0000000000000..5e2cbac1bd323 --- /dev/null +++ b/manifests/m/Microsoft/WindowsAppRuntime/1/2/1.2.5/Microsoft.WindowsAppRuntime.1.2.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.WindowsAppRuntime.1.2 +PackageVersion: 1.2.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsAppRuntime/1/4/1.4.7/Microsoft.WindowsAppRuntime.1.4.installer.yaml b/manifests/m/Microsoft/WindowsAppRuntime/1/4/1.4.7/Microsoft.WindowsAppRuntime.1.4.installer.yaml new file mode 100644 index 0000000000000..863f9644f2d53 --- /dev/null +++ b/manifests/m/Microsoft/WindowsAppRuntime/1/4/1.4.7/Microsoft.WindowsAppRuntime.1.4.installer.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsAppRuntime.1.4 +PackageVersion: 1.4.7 +InstallerType: exe +InstallModes: +- silent +- silentWithProgress +InstallerSwitches: + Silent: --quiet + SilentWithProgress: --quiet +UpgradeBehavior: install +PackageFamilyName: Microsoft.WindowsAppRuntime.1.4_8wekyb3d8bbwe +AppsAndFeaturesEntries: +- DisplayVersion: 4000.1309.2056.0 + InstallerType: msix +ElevationRequirement: elevationRequired +Installers: +- Architecture: x64 + InstallerUrl: https://aka.ms/windowsappsdk/1.4/1.4.240802001/windowsappruntimeinstall-x64.exe + InstallerSha256: 3EC86FC53D7C67B720507F2040F12A776798D99D15745E78A068733C9ECB3D8C +- Architecture: x86 + InstallerUrl: https://aka.ms/windowsappsdk/1.4/1.4.240802001/windowsappruntimeinstall-x86.exe + InstallerSha256: 0BE14ED31769CD2A3558BF97CD4D0A60598E0C1760DB69278CBE7D1764B10759 +- Architecture: arm64 + InstallerUrl: https://aka.ms/windowsappsdk/1.4/1.4.240802001/windowsappruntimeinstall-arm64.exe + InstallerSha256: 0C45A5DC870AAEBAD89A513B63C2447B8EEC97224B8CBD14624EC09564AD0801 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2024-08-13 diff --git a/manifests/m/Microsoft/WindowsAppRuntime/1/4/1.4.7/Microsoft.WindowsAppRuntime.1.4.locale.en-US.yaml b/manifests/m/Microsoft/WindowsAppRuntime/1/4/1.4.7/Microsoft.WindowsAppRuntime.1.4.locale.en-US.yaml new file mode 100644 index 0000000000000..132b2a3de250c --- /dev/null +++ b/manifests/m/Microsoft/WindowsAppRuntime/1/4/1.4.7/Microsoft.WindowsAppRuntime.1.4.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsAppRuntime.1.4 +PackageVersion: 1.4.7 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/en-us/ +PublisherSupportUrl: https://support.microsoft.com/en-us +PrivacyUrl: https://privacy.microsoft.com/en-us/privacystatement +PackageName: Windows App Runtime +PackageUrl: https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/downloads-archive +License: Proprietary +Copyright: Copyright (c) Microsoft Corporation +ShortDescription: Runtime for the Microsoft Windows App SDK +Moniker: windowsappsdk-1.4 +Tags: +- winappsdk +- windows-app-sdk +- winappruntime +- windows-app-runtime +- appsdk +ReleaseNotes: |- + This is a servicing release of the Windows App SDK that includes critical bug fixes for the 1.4 release. + + - Fixed an issue where ItemsRepeater would not generate enough items if it was in a ShouldConstrainToRootBounds="false" popup which was taller or wider than the main window. + - Fixed a potential crash on shutdown if an AnnotatedScrollBar label update was pending. +ReleaseNotesUrl: https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/release-notes/windows-app-sdk-1-4?pivots=stable#version-147-14240802001 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsAppRuntime/1/4/1.4.7/Microsoft.WindowsAppRuntime.1.4.yaml b/manifests/m/Microsoft/WindowsAppRuntime/1/4/1.4.7/Microsoft.WindowsAppRuntime.1.4.yaml new file mode 100644 index 0000000000000..36f729c71f50b --- /dev/null +++ b/manifests/m/Microsoft/WindowsAppRuntime/1/4/1.4.7/Microsoft.WindowsAppRuntime.1.4.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.WindowsAppRuntime.1.4 +PackageVersion: 1.4.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsAppRuntime/1/6/1.6.9/Microsoft.WindowsAppRuntime.1.6.installer.yaml b/manifests/m/Microsoft/WindowsAppRuntime/1/6/1.6.9/Microsoft.WindowsAppRuntime.1.6.installer.yaml index b09fc20be1f4d..ef6ff5a9f04c6 100644 --- a/manifests/m/Microsoft/WindowsAppRuntime/1/6/1.6.9/Microsoft.WindowsAppRuntime.1.6.installer.yaml +++ b/manifests/m/Microsoft/WindowsAppRuntime/1/6/1.6.9/Microsoft.WindowsAppRuntime.1.6.installer.yaml @@ -1,32 +1,31 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Microsoft.WindowsAppRuntime.1.6 -PackageVersion: 1.6.9 -InstallerType: exe -InstallModes: -- silent -- silentWithProgress -InstallerSwitches: - Silent: --quiet - # Default experience is silent with progress. No args required. - SilentWithProgress: -UpgradeBehavior: install -PackageFamilyName: Microsoft.WindowsAppRuntime.1.6_8wekyb3d8bbwe -ReleaseDate: 2025-06-10 -AppsAndFeaturesEntries: -- DisplayName: WindowsAppRuntime.1.6 - DisplayVersion: 6000.519.329.0 - InstallerType: msix -ElevationRequirement: elevationRequired -Installers: -- Architecture: x86 - InstallerUrl: https://aka.ms/windowsappsdk/1.6/1.6.250602001/windowsappruntimeinstall-x86.exe - InstallerSha256: 6219474E62CDC52509DF78C31943E61CB896E10517602DD7D55B9B8A9A0B79C7 -- Architecture: x64 - InstallerUrl: https://aka.ms/windowsappsdk/1.6/1.6.250602001/windowsappruntimeinstall-x64.exe - InstallerSha256: C7CD988425B76EA087E2E1D7B096B585F853E20BB826B8F38D45A5175410A877 -- Architecture: arm64 - InstallerUrl: https://aka.ms/windowsappsdk/1.6/1.6.250602001/windowsappruntimeinstall-arm64.exe - InstallerSha256: 69B8AB5FCFF480CC8324C36F9E38140907A6AAA02A4065716C7A2BA74FF177AE -ManifestType: installer -ManifestVersion: 1.10.0 +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsAppRuntime.1.6 +PackageVersion: 1.6.9 +InstallerType: exe +InstallModes: +- silent +- silentWithProgress +InstallerSwitches: + Silent: --quiet +UpgradeBehavior: install +PackageFamilyName: Microsoft.WindowsAppRuntime.1.6_8wekyb3d8bbwe +AppsAndFeaturesEntries: +- DisplayName: WindowsAppRuntime.1.6 + DisplayVersion: 6000.519.329.0 + InstallerType: msix +ElevationRequirement: elevationRequired +Installers: +- Architecture: x86 + InstallerUrl: https://aka.ms/windowsappsdk/1.6/1.6.250602001/windowsappruntimeinstall-x86.exe + InstallerSha256: 6219474E62CDC52509DF78C31943E61CB896E10517602DD7D55B9B8A9A0B79C7 +- Architecture: x64 + InstallerUrl: https://aka.ms/windowsappsdk/1.6/1.6.250602001/windowsappruntimeinstall-x64.exe + InstallerSha256: C7CD988425B76EA087E2E1D7B096B585F853E20BB826B8F38D45A5175410A877 +- Architecture: arm64 + InstallerUrl: https://aka.ms/windowsappsdk/1.6/1.6.250602001/windowsappruntimeinstall-arm64.exe + InstallerSha256: 69B8AB5FCFF480CC8324C36F9E38140907A6AAA02A4065716C7A2BA74FF177AE +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2025-06-10 diff --git a/manifests/m/Microsoft/WindowsAppRuntime/1/6/1.6.9/Microsoft.WindowsAppRuntime.1.6.locale.en-US.yaml b/manifests/m/Microsoft/WindowsAppRuntime/1/6/1.6.9/Microsoft.WindowsAppRuntime.1.6.locale.en-US.yaml index bd80b17c964b3..275e0132ab834 100644 --- a/manifests/m/Microsoft/WindowsAppRuntime/1/6/1.6.9/Microsoft.WindowsAppRuntime.1.6.locale.en-US.yaml +++ b/manifests/m/Microsoft/WindowsAppRuntime/1/6/1.6.9/Microsoft.WindowsAppRuntime.1.6.locale.en-US.yaml @@ -1,32 +1,28 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Microsoft.WindowsAppRuntime.1.6 -PackageVersion: 1.6.9 -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: Windows App Runtime 1.6 -PackageUrl: https://learn.microsoft.com/windows/apps/windows-app-sdk/downloads -License: Proprietary -LicenseUrl: https://www.microsoft.com/legal/terms-of-use -Copyright: Copyright(c) Microsoft Corporation. All rights reserved. -CopyrightUrl: https://www.microsoft.com/legal/intellectualproperty/trademarks -ShortDescription: Microsoft Windows App Runtime 1.6 -# Description: -Moniker: windowsappsdk-1.6 -Tags: -- winappsdk -- windows-app-sdk -- winappruntime -- windows-app-runtime -- appsdk -# ReleaseNotes: -ReleaseNotesUrl: https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/release-notes-archive/stable-channel-1.6#version-169-16250602001 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.10.0 +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsAppRuntime.1.6 +PackageVersion: 1.6.9 +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: Windows App Runtime 1.6 +PackageUrl: https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/downloads-archive +License: Proprietary +LicenseUrl: https://www.microsoft.com/legal/terms-of-use +Copyright: Copyright(c) Microsoft Corporation. All rights reserved. +CopyrightUrl: https://www.microsoft.com/legal/intellectualproperty/trademarks +ShortDescription: Microsoft Windows App Runtime 1.6 +Moniker: windowsappsdk-1.6 +Tags: +- winappsdk +- windows-app-sdk +- winappruntime +- windows-app-runtime +- appsdk +ReleaseNotesUrl: https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/release-notes/windows-app-sdk-1-6?pivots=stable#version-169-16250602001 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsAppRuntime/1/6/1.6.9/Microsoft.WindowsAppRuntime.1.6.locale.zh-CN.yaml b/manifests/m/Microsoft/WindowsAppRuntime/1/6/1.6.9/Microsoft.WindowsAppRuntime.1.6.locale.zh-CN.yaml index 012a1b90951a3..f81b0617d7e9b 100644 --- a/manifests/m/Microsoft/WindowsAppRuntime/1/6/1.6.9/Microsoft.WindowsAppRuntime.1.6.locale.zh-CN.yaml +++ b/manifests/m/Microsoft/WindowsAppRuntime/1/6/1.6.9/Microsoft.WindowsAppRuntime.1.6.locale.zh-CN.yaml @@ -1,27 +1,21 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Microsoft.WindowsAppRuntime.1.6 -PackageVersion: 1.6.9 -PackageLocale: zh-CN -Publisher: Microsoft Corporation -PublisherUrl: https://www.microsoft.com/ -PublisherSupportUrl: https://support.microsoft.com/ -PrivacyUrl: https://privacy.microsoft.com/zh-cn/privacystatement -Author: Microsoft Corporation -PackageName: Windows App Runtime 1.6 -PackageUrl: https://learn.microsoft.com/zh-cn/windows/apps/windows-app-sdk/downloads -License: 专有软件 -LicenseUrl: https://www.microsoft.com/legal/terms-of-use -Copyright: Copyright(c) Microsoft Corporation. All rights reserved. -CopyrightUrl: https://www.microsoft.com/legal/intellectualproperty/trademarks -ShortDescription: Microsoft Windows 应用运行时 1.6 -# Description: -# Moniker: -# Tags: -# ReleaseNotes: -ReleaseNotesUrl: https://learn.microsoft.com/zh-cn/windows/apps/windows-app-sdk/release-notes-archive/stable-channel-1.6#version-169-16250602001 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.10.0 +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsAppRuntime.1.6 +PackageVersion: 1.6.9 +PackageLocale: zh-CN +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://support.microsoft.com/ +PrivacyUrl: https://privacy.microsoft.com/zh-cn/privacystatement +Author: Microsoft Corporation +PackageName: Windows App Runtime 1.6 +PackageUrl: https://learn.microsoft.com/zh-cn/windows/apps/windows-app-sdk/downloads-archive +License: 专有软件 +LicenseUrl: https://www.microsoft.com/legal/terms-of-use +Copyright: Copyright(c) Microsoft Corporation. All rights reserved. +CopyrightUrl: https://www.microsoft.com/legal/intellectualproperty/trademarks +ShortDescription: Microsoft Windows 应用运行时 1.6 +ReleaseNotesUrl: https://learn.microsoft.com/zh-cn/windows/apps/windows-app-sdk/release-notes/windows-app-sdk-1-6?pivots=stable#version-169-16250602001 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsAppRuntime/1/6/1.6.9/Microsoft.WindowsAppRuntime.1.6.yaml b/manifests/m/Microsoft/WindowsAppRuntime/1/6/1.6.9/Microsoft.WindowsAppRuntime.1.6.yaml index 0cdf495d6ada8..3357035ae06ef 100644 --- a/manifests/m/Microsoft/WindowsAppRuntime/1/6/1.6.9/Microsoft.WindowsAppRuntime.1.6.yaml +++ b/manifests/m/Microsoft/WindowsAppRuntime/1/6/1.6.9/Microsoft.WindowsAppRuntime.1.6.yaml @@ -1,7 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Microsoft.WindowsAppRuntime.1.6 -PackageVersion: 1.6.9 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsAppRuntime.1.6 +PackageVersion: 1.6.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.installer.yaml b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.installer.yaml new file mode 100644 index 0000000000000..e996a57d64cc2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.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 +PackageVersion: 152.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-30 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win32/en-US/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 5C8916F4653A166CBCC4E5147914A6A80FD0DE2FDB045E25B655076A31330094 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64/en-US/Firefox%20Setup%20152.0.4.exe + InstallerSha256: A1CD9B563A1C084DB7E77F6E2A7E1F07876D8E58E4E33463052D53CC0A5D7069 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64-aarch64/en-US/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 96137281E8EEC87F77CF7322880C1042F664DF742E1BBE3537ED045991509A33 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..66abc29ebee05 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.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 +PackageVersion: 152.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/152.0.4/Mozilla.Firefox.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.locale.da-DK.yaml new file mode 100644 index 0000000000000..0f89f73859273 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.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 +PackageVersion: 152.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/152.0.4/Mozilla.Firefox.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.locale.de-DE.yaml new file mode 100644 index 0000000000000..0a40cb3975741 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.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 +PackageVersion: 152.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/152.0.4/Mozilla.Firefox.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.locale.el-GR.yaml new file mode 100644 index 0000000000000..1b333babd299b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.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 +PackageVersion: 152.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/152.0.4/Mozilla.Firefox.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.locale.en-GB.yaml new file mode 100644 index 0000000000000..a559ae6db089c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.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 +PackageVersion: 152.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/152.0.4/Mozilla.Firefox.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.locale.en-US.yaml new file mode 100644 index 0000000000000..660454c7728a8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox +PackageVersion: 152.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 (en-US) +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 152.0.4, first offered to Release channel users on June 30, 2026 + + New + - Smart Window includes several enhancements: + - You can now ask it to close your tabs, with a confirmation step when needed and the option to undo afterward. (Bug 2040769) + - Browsing history results now appear with images. (Bug 2038069) + - When you give feedback on a response, you can now choose from common reasons and preview exactly what will be shared before submitting. (Bug 2033002) + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + + Fixed + - Fixed copy, paste, undo, redo, and similar keyboard shortcuts not working inside macOS system dialogs such as the Save and Open panels. (Bug 2040851, Bug 2040844) + - Fixed the Manage Cookies and Site Data dialog opening with an empty list when opened from the Settings search results. (Bug 2041077) + - Fixed keyboard focus landing in the wrong place after following an in-page link, so pressing Tab continues from the link's position as expected. (Bug 2049307) + - Various security fixes. + - Reference link to 152.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/152.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.locale.es-MX.yaml new file mode 100644 index 0000000000000..5dd1a04adfebb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.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 +PackageVersion: 152.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/152.0.4/Mozilla.Firefox.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.locale.fr-FR.yaml new file mode 100644 index 0000000000000..148a0434c4c56 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.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 +PackageVersion: 152.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/152.0.4/Mozilla.Firefox.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.locale.hu-HU.yaml new file mode 100644 index 0000000000000..9c77edd10a13d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.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 +PackageVersion: 152.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/152.0.4/Mozilla.Firefox.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.locale.ja-JP.yaml new file mode 100644 index 0000000000000..55fa02a1ee29f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.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 +PackageVersion: 152.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/152.0.4/Mozilla.Firefox.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.locale.nb-NO.yaml new file mode 100644 index 0000000000000..10ceeb3ae5c4f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.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 +PackageVersion: 152.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/152.0.4/Mozilla.Firefox.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.locale.ru-RU.yaml new file mode 100644 index 0000000000000..e7a8bc0a577ee --- /dev/null +++ b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.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 +PackageVersion: 152.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/152.0.4/Mozilla.Firefox.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.locale.ta-IN.yaml new file mode 100644 index 0000000000000..55ad67ef934cf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.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 +PackageVersion: 152.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/152.0.4/Mozilla.Firefox.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c6d11c4b83c98 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.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 +PackageVersion: 152.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/152.0.4/Mozilla.Firefox.yaml b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.yaml new file mode 100644 index 0000000000000..e5b9f544aa466 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/152.0.4/Mozilla.Firefox.yaml @@ -0,0 +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 +PackageVersion: 152.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/152.0.4/Mozilla.Firefox.ach.installer.yaml b/manifests/m/Mozilla/Firefox/ach/152.0.4/Mozilla.Firefox.ach.installer.yaml new file mode 100644 index 0000000000000..1cb7ec06f02db --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/152.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: 152.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-30 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win32/ach/Firefox%20Setup%20152.0.4.exe + InstallerSha256: B72BC7662EB8B010D11613B998949013F239FC758A7522FE021C70A60E303219 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64/ach/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 2EAF1A1DD5C54AFD6CE7EBAE3498EFE1AC14BCE87237BB0C69247B78A9E03E1A +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64-aarch64/ach/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 3464008019DD5F712918C69E5F591AFE8D39C4245D160C07300F6A9BF136F692 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/152.0.4/Mozilla.Firefox.ach.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ach/152.0.4/Mozilla.Firefox.ach.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..d2653c4c3aa2f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/152.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: 152.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/152.0.4/Mozilla.Firefox.ach.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ach/152.0.4/Mozilla.Firefox.ach.locale.da-DK.yaml new file mode 100644 index 0000000000000..358b53bc7e921 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/152.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: 152.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/152.0.4/Mozilla.Firefox.ach.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ach/152.0.4/Mozilla.Firefox.ach.locale.de-DE.yaml new file mode 100644 index 0000000000000..d4e8226f40e82 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/152.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: 152.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/152.0.4/Mozilla.Firefox.ach.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ach/152.0.4/Mozilla.Firefox.ach.locale.el-GR.yaml new file mode 100644 index 0000000000000..a67bc5047f8fb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/152.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: 152.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/152.0.4/Mozilla.Firefox.ach.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ach/152.0.4/Mozilla.Firefox.ach.locale.en-GB.yaml new file mode 100644 index 0000000000000..ff2f5f9a60ab9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/152.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: 152.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/152.0.4/Mozilla.Firefox.ach.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ach/152.0.4/Mozilla.Firefox.ach.locale.en-US.yaml new file mode 100644 index 0000000000000..854e48e95ad9a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/152.0.4/Mozilla.Firefox.ach.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 152.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 152.0.4, first offered to Release channel users on June 30, 2026 + + New + - Smart Window includes several enhancements: + - You can now ask it to close your tabs, with a confirmation step when needed and the option to undo afterward. (Bug 2040769) + - Browsing history results now appear with images. (Bug 2038069) + - When you give feedback on a response, you can now choose from common reasons and preview exactly what will be shared before submitting. (Bug 2033002) + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + + Fixed + - Fixed copy, paste, undo, redo, and similar keyboard shortcuts not working inside macOS system dialogs such as the Save and Open panels. (Bug 2040851, Bug 2040844) + - Fixed the Manage Cookies and Site Data dialog opening with an empty list when opened from the Settings search results. (Bug 2041077) + - Fixed keyboard focus landing in the wrong place after following an in-page link, so pressing Tab continues from the link's position as expected. (Bug 2049307) + - Various security fixes. + - Reference link to 152.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/152.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/152.0.4/Mozilla.Firefox.ach.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ach/152.0.4/Mozilla.Firefox.ach.locale.es-MX.yaml new file mode 100644 index 0000000000000..19a759694eee6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/152.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: 152.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/152.0.4/Mozilla.Firefox.ach.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ach/152.0.4/Mozilla.Firefox.ach.locale.fr-FR.yaml new file mode 100644 index 0000000000000..720a698cb53f0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/152.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: 152.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/152.0.4/Mozilla.Firefox.ach.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ach/152.0.4/Mozilla.Firefox.ach.locale.hu-HU.yaml new file mode 100644 index 0000000000000..8b88a5720332a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/152.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: 152.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/152.0.4/Mozilla.Firefox.ach.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ach/152.0.4/Mozilla.Firefox.ach.locale.ja-JP.yaml new file mode 100644 index 0000000000000..8c64404b81934 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/152.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: 152.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/152.0.4/Mozilla.Firefox.ach.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ach/152.0.4/Mozilla.Firefox.ach.locale.nb-NO.yaml new file mode 100644 index 0000000000000..df97c2ce706b8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/152.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: 152.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/152.0.4/Mozilla.Firefox.ach.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ach/152.0.4/Mozilla.Firefox.ach.locale.ru-RU.yaml new file mode 100644 index 0000000000000..c5d4ebac343a0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/152.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: 152.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/152.0.4/Mozilla.Firefox.ach.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ach/152.0.4/Mozilla.Firefox.ach.locale.ta-IN.yaml new file mode 100644 index 0000000000000..b641f2a32e121 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/152.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: 152.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/152.0.4/Mozilla.Firefox.ach.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ach/152.0.4/Mozilla.Firefox.ach.locale.zh-CN.yaml new file mode 100644 index 0000000000000..242757711af0a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/152.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: 152.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/152.0.4/Mozilla.Firefox.ach.yaml b/manifests/m/Mozilla/Firefox/ach/152.0.4/Mozilla.Firefox.ach.yaml new file mode 100644 index 0000000000000..46db7c8f94b3d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/152.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: 152.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.installer.yaml b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.installer.yaml new file mode 100644 index 0000000000000..c2f53d1736120 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.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.af +PackageVersion: 152.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-30 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win32/af/Firefox%20Setup%20152.0.4.exe + InstallerSha256: F484C96EBED2A39B525012A5546F7A14948593F9DFDE0897DBF8A8EDDF2187C4 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64/af/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 9CD87242F952F8C6CB12B1C7DC9749CB5A8E7B0AE015554CB80ADDC54480FD85 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64-aarch64/af/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 5CC195567155DF713DAB6552D55700584935E5A32E1058FDF9401CA67DE38654 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..2e2c82393a235 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.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.af +PackageVersion: 152.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/af/152.0.4/Mozilla.Firefox.af.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.locale.da-DK.yaml new file mode 100644 index 0000000000000..dbf28c96060d1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.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.af +PackageVersion: 152.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/af/152.0.4/Mozilla.Firefox.af.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.locale.de-DE.yaml new file mode 100644 index 0000000000000..ffa973f5b792f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.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.af +PackageVersion: 152.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/af/152.0.4/Mozilla.Firefox.af.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.locale.el-GR.yaml new file mode 100644 index 0000000000000..68919fd25c04e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.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.af +PackageVersion: 152.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/af/152.0.4/Mozilla.Firefox.af.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.locale.en-GB.yaml new file mode 100644 index 0000000000000..82a53d64efed0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.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.af +PackageVersion: 152.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/af/152.0.4/Mozilla.Firefox.af.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.locale.en-US.yaml new file mode 100644 index 0000000000000..10da69a088f6f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.af +PackageVersion: 152.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 (af) +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 152.0.4, first offered to Release channel users on June 30, 2026 + + New + - Smart Window includes several enhancements: + - You can now ask it to close your tabs, with a confirmation step when needed and the option to undo afterward. (Bug 2040769) + - Browsing history results now appear with images. (Bug 2038069) + - When you give feedback on a response, you can now choose from common reasons and preview exactly what will be shared before submitting. (Bug 2033002) + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + + Fixed + - Fixed copy, paste, undo, redo, and similar keyboard shortcuts not working inside macOS system dialogs such as the Save and Open panels. (Bug 2040851, Bug 2040844) + - Fixed the Manage Cookies and Site Data dialog opening with an empty list when opened from the Settings search results. (Bug 2041077) + - Fixed keyboard focus landing in the wrong place after following an in-page link, so pressing Tab continues from the link's position as expected. (Bug 2049307) + - Various security fixes. + - Reference link to 152.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/152.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.locale.es-MX.yaml new file mode 100644 index 0000000000000..1f94b2dd44000 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.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.af +PackageVersion: 152.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/af/152.0.4/Mozilla.Firefox.af.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.locale.fr-FR.yaml new file mode 100644 index 0000000000000..ccf0779e61e99 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.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.af +PackageVersion: 152.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/af/152.0.4/Mozilla.Firefox.af.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.locale.hu-HU.yaml new file mode 100644 index 0000000000000..9e3c1fa757ad9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.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.af +PackageVersion: 152.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/af/152.0.4/Mozilla.Firefox.af.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.locale.ja-JP.yaml new file mode 100644 index 0000000000000..e73bb659ed46a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.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.af +PackageVersion: 152.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/af/152.0.4/Mozilla.Firefox.af.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.locale.nb-NO.yaml new file mode 100644 index 0000000000000..b9877e474d4f9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.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.af +PackageVersion: 152.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/af/152.0.4/Mozilla.Firefox.af.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.locale.ru-RU.yaml new file mode 100644 index 0000000000000..8e8d0bada07b5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.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.af +PackageVersion: 152.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/af/152.0.4/Mozilla.Firefox.af.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.locale.ta-IN.yaml new file mode 100644 index 0000000000000..cf4fbe38f51cc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.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.af +PackageVersion: 152.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/af/152.0.4/Mozilla.Firefox.af.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bc7dd30e2e030 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.af +PackageVersion: 152.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/af/152.0.4/Mozilla.Firefox.af.yaml b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.yaml new file mode 100644 index 0000000000000..ff2f407d9aca2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/152.0.4/Mozilla.Firefox.af.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.af +PackageVersion: 152.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.installer.yaml b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.installer.yaml new file mode 100644 index 0000000000000..98888533e13b6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 152.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-30 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win32/an/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 26EBAA6787D50AF6673A880329B2632FF017C4F51BAD9014104AAA86C9C5556A +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64/an/Firefox%20Setup%20152.0.4.exe + InstallerSha256: B3C46729EACFFEAE0A8C98423AA65B0589477FF59D8927FAB08C8F78A2673F9F +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64-aarch64/an/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 2AAEC6A3C7E04889DCAC5B99248175F3D0591C9B5FF2483899CB77CE9BA2F199 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..2de158a6d7b90 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 152.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/an/152.0.4/Mozilla.Firefox.an.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.da-DK.yaml new file mode 100644 index 0000000000000..b19c0613ec7dc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 152.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/an/152.0.4/Mozilla.Firefox.an.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.de-DE.yaml new file mode 100644 index 0000000000000..b698be857f673 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 152.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/an/152.0.4/Mozilla.Firefox.an.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.el-GR.yaml new file mode 100644 index 0000000000000..58b10b061ab9a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 152.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/an/152.0.4/Mozilla.Firefox.an.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.en-GB.yaml new file mode 100644 index 0000000000000..9a9007e9867cc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 152.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/an/152.0.4/Mozilla.Firefox.an.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.en-US.yaml new file mode 100644 index 0000000000000..e2a1cd63b4a68 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 152.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 (an) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 152.0.4, first offered to Release channel users on June 30, 2026 + + New + - Smart Window includes several enhancements: + - You can now ask it to close your tabs, with a confirmation step when needed and the option to undo afterward. (Bug 2040769) + - Browsing history results now appear with images. (Bug 2038069) + - When you give feedback on a response, you can now choose from common reasons and preview exactly what will be shared before submitting. (Bug 2033002) + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + + Fixed + - Fixed copy, paste, undo, redo, and similar keyboard shortcuts not working inside macOS system dialogs such as the Save and Open panels. (Bug 2040851, Bug 2040844) + - Fixed the Manage Cookies and Site Data dialog opening with an empty list when opened from the Settings search results. (Bug 2041077) + - Fixed keyboard focus landing in the wrong place after following an in-page link, so pressing Tab continues from the link's position as expected. (Bug 2049307) + - Various security fixes. + - Reference link to 152.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/152.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.es-MX.yaml new file mode 100644 index 0000000000000..a4f424580a373 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 152.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/an/152.0.4/Mozilla.Firefox.an.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.fr-FR.yaml new file mode 100644 index 0000000000000..78b46fd337c47 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 152.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/an/152.0.4/Mozilla.Firefox.an.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.hu-HU.yaml new file mode 100644 index 0000000000000..4e466b8f11943 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 152.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/an/152.0.4/Mozilla.Firefox.an.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.ja-JP.yaml new file mode 100644 index 0000000000000..5ab5747181fac --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 152.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/an/152.0.4/Mozilla.Firefox.an.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.nb-NO.yaml new file mode 100644 index 0000000000000..bb080245c3d01 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 152.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/an/152.0.4/Mozilla.Firefox.an.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.ru-RU.yaml new file mode 100644 index 0000000000000..8c892bfcc4a9f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 152.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/an/152.0.4/Mozilla.Firefox.an.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.ta-IN.yaml new file mode 100644 index 0000000000000..4d60fbf1f2cbb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 152.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/an/152.0.4/Mozilla.Firefox.an.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.zh-CN.yaml new file mode 100644 index 0000000000000..760aa5cd19312 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 152.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/an/152.0.4/Mozilla.Firefox.an.yaml b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.yaml new file mode 100644 index 0000000000000..e138e763974a8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/152.0.4/Mozilla.Firefox.an.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 152.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ar/152.0.4/Mozilla.Firefox.ar.installer.yaml b/manifests/m/Mozilla/Firefox/ar/152.0.4/Mozilla.Firefox.ar.installer.yaml new file mode 100644 index 0000000000000..de6ec4c17bf05 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/152.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: 152.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-30 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win32/ar/Firefox%20Setup%20152.0.4.exe + InstallerSha256: C76C53F66089A3004BCF4494A60E9BDBB8DA20AACFDF29B78B55DAE073EF6E81 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64/ar/Firefox%20Setup%20152.0.4.exe + InstallerSha256: D3A02A6107B45D98C1FC45C1F64FDC3D8E47C942BCADC596DFAD4E9655AA5C51 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64-aarch64/ar/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 12734E2774493C74CD79C5220621BDAD757BD6FC9732B4D21450663C3978D7FC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ar/152.0.4/Mozilla.Firefox.ar.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ar/152.0.4/Mozilla.Firefox.ar.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..dc23109a527ed --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/152.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: 152.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/152.0.4/Mozilla.Firefox.ar.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ar/152.0.4/Mozilla.Firefox.ar.locale.da-DK.yaml new file mode 100644 index 0000000000000..2dae1b1f2d14f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/152.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: 152.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/152.0.4/Mozilla.Firefox.ar.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ar/152.0.4/Mozilla.Firefox.ar.locale.de-DE.yaml new file mode 100644 index 0000000000000..6e6d889c68892 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/152.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: 152.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/152.0.4/Mozilla.Firefox.ar.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ar/152.0.4/Mozilla.Firefox.ar.locale.el-GR.yaml new file mode 100644 index 0000000000000..bce36c90e9889 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/152.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: 152.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/152.0.4/Mozilla.Firefox.ar.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ar/152.0.4/Mozilla.Firefox.ar.locale.en-GB.yaml new file mode 100644 index 0000000000000..b65aa0ef8d1af --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/152.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: 152.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/152.0.4/Mozilla.Firefox.ar.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ar/152.0.4/Mozilla.Firefox.ar.locale.en-US.yaml new file mode 100644 index 0000000000000..4bf2063eb9484 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/152.0.4/Mozilla.Firefox.ar.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ar +PackageVersion: 152.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 152.0.4, first offered to Release channel users on June 30, 2026 + + New + - Smart Window includes several enhancements: + - You can now ask it to close your tabs, with a confirmation step when needed and the option to undo afterward. (Bug 2040769) + - Browsing history results now appear with images. (Bug 2038069) + - When you give feedback on a response, you can now choose from common reasons and preview exactly what will be shared before submitting. (Bug 2033002) + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + + Fixed + - Fixed copy, paste, undo, redo, and similar keyboard shortcuts not working inside macOS system dialogs such as the Save and Open panels. (Bug 2040851, Bug 2040844) + - Fixed the Manage Cookies and Site Data dialog opening with an empty list when opened from the Settings search results. (Bug 2041077) + - Fixed keyboard focus landing in the wrong place after following an in-page link, so pressing Tab continues from the link's position as expected. (Bug 2049307) + - Various security fixes. + - Reference link to 152.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/152.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ar/152.0.4/Mozilla.Firefox.ar.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ar/152.0.4/Mozilla.Firefox.ar.locale.es-MX.yaml new file mode 100644 index 0000000000000..e89b9deb79b12 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/152.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: 152.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/152.0.4/Mozilla.Firefox.ar.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ar/152.0.4/Mozilla.Firefox.ar.locale.fr-FR.yaml new file mode 100644 index 0000000000000..4853fb0bce624 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/152.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: 152.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/152.0.4/Mozilla.Firefox.ar.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ar/152.0.4/Mozilla.Firefox.ar.locale.hu-HU.yaml new file mode 100644 index 0000000000000..3022a716b250a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/152.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: 152.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/152.0.4/Mozilla.Firefox.ar.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ar/152.0.4/Mozilla.Firefox.ar.locale.ja-JP.yaml new file mode 100644 index 0000000000000..83b3c2aef1f1d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/152.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: 152.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/152.0.4/Mozilla.Firefox.ar.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ar/152.0.4/Mozilla.Firefox.ar.locale.nb-NO.yaml new file mode 100644 index 0000000000000..53803dba028bf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/152.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: 152.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/152.0.4/Mozilla.Firefox.ar.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ar/152.0.4/Mozilla.Firefox.ar.locale.ru-RU.yaml new file mode 100644 index 0000000000000..bbd3cbfdfa39c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/152.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: 152.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/152.0.4/Mozilla.Firefox.ar.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ar/152.0.4/Mozilla.Firefox.ar.locale.ta-IN.yaml new file mode 100644 index 0000000000000..ce7e780e4a755 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/152.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: 152.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/152.0.4/Mozilla.Firefox.ar.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ar/152.0.4/Mozilla.Firefox.ar.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9b13e3b650a45 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/152.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: 152.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/152.0.4/Mozilla.Firefox.ar.yaml b/manifests/m/Mozilla/Firefox/ar/152.0.4/Mozilla.Firefox.ar.yaml new file mode 100644 index 0000000000000..6932da641e173 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/152.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: 152.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ast/152.0.4/Mozilla.Firefox.ast.installer.yaml b/manifests/m/Mozilla/Firefox/ast/152.0.4/Mozilla.Firefox.ast.installer.yaml new file mode 100644 index 0000000000000..816fe1a70ae86 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/152.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: 152.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-30 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win32/ast/Firefox%20Setup%20152.0.4.exe + InstallerSha256: C56BB9A13BE14B63A14B3F78A7F63093BF806AC55F782B87E005B86F24E65BD3 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64/ast/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 5992C1AD47C3C751C0113AF7E3ED390FA490742F318D1C091BF12D1C222DCDAE +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64-aarch64/ast/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 3158028D1D3E26CF12CDB6168F289AA5F2F798223D98C4B1D5839F925B170440 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ast/152.0.4/Mozilla.Firefox.ast.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ast/152.0.4/Mozilla.Firefox.ast.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..fce3bde2e4e57 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/152.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: 152.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/152.0.4/Mozilla.Firefox.ast.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ast/152.0.4/Mozilla.Firefox.ast.locale.da-DK.yaml new file mode 100644 index 0000000000000..fc6e8926a4442 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/152.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: 152.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/152.0.4/Mozilla.Firefox.ast.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ast/152.0.4/Mozilla.Firefox.ast.locale.de-DE.yaml new file mode 100644 index 0000000000000..8e8943556dc6d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/152.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: 152.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/152.0.4/Mozilla.Firefox.ast.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ast/152.0.4/Mozilla.Firefox.ast.locale.el-GR.yaml new file mode 100644 index 0000000000000..2010168342128 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/152.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: 152.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/152.0.4/Mozilla.Firefox.ast.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ast/152.0.4/Mozilla.Firefox.ast.locale.en-GB.yaml new file mode 100644 index 0000000000000..f3c2367232aeb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/152.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: 152.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/152.0.4/Mozilla.Firefox.ast.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ast/152.0.4/Mozilla.Firefox.ast.locale.en-US.yaml new file mode 100644 index 0000000000000..7475959aa2e7e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/152.0.4/Mozilla.Firefox.ast.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ast +PackageVersion: 152.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 152.0.4, first offered to Release channel users on June 30, 2026 + + New + - Smart Window includes several enhancements: + - You can now ask it to close your tabs, with a confirmation step when needed and the option to undo afterward. (Bug 2040769) + - Browsing history results now appear with images. (Bug 2038069) + - When you give feedback on a response, you can now choose from common reasons and preview exactly what will be shared before submitting. (Bug 2033002) + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + + Fixed + - Fixed copy, paste, undo, redo, and similar keyboard shortcuts not working inside macOS system dialogs such as the Save and Open panels. (Bug 2040851, Bug 2040844) + - Fixed the Manage Cookies and Site Data dialog opening with an empty list when opened from the Settings search results. (Bug 2041077) + - Fixed keyboard focus landing in the wrong place after following an in-page link, so pressing Tab continues from the link's position as expected. (Bug 2049307) + - Various security fixes. + - Reference link to 152.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/152.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ast/152.0.4/Mozilla.Firefox.ast.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ast/152.0.4/Mozilla.Firefox.ast.locale.es-MX.yaml new file mode 100644 index 0000000000000..ce98c185bc11f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/152.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: 152.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/152.0.4/Mozilla.Firefox.ast.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ast/152.0.4/Mozilla.Firefox.ast.locale.fr-FR.yaml new file mode 100644 index 0000000000000..29324e7d82674 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/152.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: 152.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/152.0.4/Mozilla.Firefox.ast.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ast/152.0.4/Mozilla.Firefox.ast.locale.hu-HU.yaml new file mode 100644 index 0000000000000..c36b5a26a9edd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/152.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: 152.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/152.0.4/Mozilla.Firefox.ast.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ast/152.0.4/Mozilla.Firefox.ast.locale.ja-JP.yaml new file mode 100644 index 0000000000000..851bb7168e12b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/152.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: 152.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/152.0.4/Mozilla.Firefox.ast.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ast/152.0.4/Mozilla.Firefox.ast.locale.nb-NO.yaml new file mode 100644 index 0000000000000..f067bb3990177 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/152.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: 152.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/152.0.4/Mozilla.Firefox.ast.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ast/152.0.4/Mozilla.Firefox.ast.locale.ru-RU.yaml new file mode 100644 index 0000000000000..69f4aad06267a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/152.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: 152.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/152.0.4/Mozilla.Firefox.ast.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ast/152.0.4/Mozilla.Firefox.ast.locale.ta-IN.yaml new file mode 100644 index 0000000000000..e16ad3a6a0d1f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/152.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: 152.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/152.0.4/Mozilla.Firefox.ast.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ast/152.0.4/Mozilla.Firefox.ast.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e4d01dada0c6d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/152.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: 152.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/152.0.4/Mozilla.Firefox.ast.yaml b/manifests/m/Mozilla/Firefox/ast/152.0.4/Mozilla.Firefox.ast.yaml new file mode 100644 index 0000000000000..d60273e615e42 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/152.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: 152.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.installer.yaml b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.installer.yaml new file mode 100644 index 0000000000000..4b6886a3370e4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.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.az +PackageVersion: 152.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-30 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win32/az/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 370CCE88C11A88022C09E48ADF17EB3E33B2727C8EF9F9CF25A6BE786CC1903E +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64/az/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 3716651B026D12534B6D8666F9424D7DEEC72F7D9510C801C4CB07C9AAF2F837 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64-aarch64/az/Firefox%20Setup%20152.0.4.exe + InstallerSha256: A79BD1EDAD340A9FE2E9F328A4A948078402748567A09EBE3C71189FBC440132 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..988c4430aee24 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.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.az +PackageVersion: 152.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/az/152.0.4/Mozilla.Firefox.az.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.locale.da-DK.yaml new file mode 100644 index 0000000000000..f9e5045c0992e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.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.az +PackageVersion: 152.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/az/152.0.4/Mozilla.Firefox.az.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.locale.de-DE.yaml new file mode 100644 index 0000000000000..a109278861740 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.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.az +PackageVersion: 152.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/az/152.0.4/Mozilla.Firefox.az.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.locale.el-GR.yaml new file mode 100644 index 0000000000000..6b28195950c7d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.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.az +PackageVersion: 152.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/az/152.0.4/Mozilla.Firefox.az.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.locale.en-GB.yaml new file mode 100644 index 0000000000000..7cc6200851608 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.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.az +PackageVersion: 152.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/az/152.0.4/Mozilla.Firefox.az.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.locale.en-US.yaml new file mode 100644 index 0000000000000..a22db93dd6841 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.az +PackageVersion: 152.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 (az) +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 152.0.4, first offered to Release channel users on June 30, 2026 + + New + - Smart Window includes several enhancements: + - You can now ask it to close your tabs, with a confirmation step when needed and the option to undo afterward. (Bug 2040769) + - Browsing history results now appear with images. (Bug 2038069) + - When you give feedback on a response, you can now choose from common reasons and preview exactly what will be shared before submitting. (Bug 2033002) + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + + Fixed + - Fixed copy, paste, undo, redo, and similar keyboard shortcuts not working inside macOS system dialogs such as the Save and Open panels. (Bug 2040851, Bug 2040844) + - Fixed the Manage Cookies and Site Data dialog opening with an empty list when opened from the Settings search results. (Bug 2041077) + - Fixed keyboard focus landing in the wrong place after following an in-page link, so pressing Tab continues from the link's position as expected. (Bug 2049307) + - Various security fixes. + - Reference link to 152.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/152.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.locale.es-MX.yaml new file mode 100644 index 0000000000000..72016dcd65a14 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.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.az +PackageVersion: 152.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/az/152.0.4/Mozilla.Firefox.az.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.locale.fr-FR.yaml new file mode 100644 index 0000000000000..2c23be94a255b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.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.az +PackageVersion: 152.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/az/152.0.4/Mozilla.Firefox.az.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.locale.hu-HU.yaml new file mode 100644 index 0000000000000..07600072b41cd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.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.az +PackageVersion: 152.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/az/152.0.4/Mozilla.Firefox.az.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.locale.ja-JP.yaml new file mode 100644 index 0000000000000..63be4971816ba --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.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.az +PackageVersion: 152.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/az/152.0.4/Mozilla.Firefox.az.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.locale.nb-NO.yaml new file mode 100644 index 0000000000000..35e020cbce6fe --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.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.az +PackageVersion: 152.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/az/152.0.4/Mozilla.Firefox.az.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.locale.ru-RU.yaml new file mode 100644 index 0000000000000..1c27ec6d235d9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.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.az +PackageVersion: 152.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/az/152.0.4/Mozilla.Firefox.az.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.locale.ta-IN.yaml new file mode 100644 index 0000000000000..fc5f85ec125a4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.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.az +PackageVersion: 152.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/az/152.0.4/Mozilla.Firefox.az.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.locale.zh-CN.yaml new file mode 100644 index 0000000000000..53c4a42737f12 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.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.az +PackageVersion: 152.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/az/152.0.4/Mozilla.Firefox.az.yaml b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.yaml new file mode 100644 index 0000000000000..1f1b8b47cafa6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/152.0.4/Mozilla.Firefox.az.yaml @@ -0,0 +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.az +PackageVersion: 152.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.installer.yaml b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.installer.yaml new file mode 100644 index 0000000000000..c0d6323daf594 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 152.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-30 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win32/be/Firefox%20Setup%20152.0.4.exe + InstallerSha256: EF054AA01BC1041D1E432847E25F63ED474C543B8F4C4198F26F241BF37DC8B8 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64/be/Firefox%20Setup%20152.0.4.exe + InstallerSha256: DC607E0499B1C769A72D47BF5D7C1AF9C1058403E53E91F5EB2CF15550099C61 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64-aarch64/be/Firefox%20Setup%20152.0.4.exe + InstallerSha256: E6EE1BD425B8C76FD1C841D02A1D75352AFD3A28C66921811D0E19A8E9D51385 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..1ebe46e0b5d7d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 152.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/be/152.0.4/Mozilla.Firefox.be.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.da-DK.yaml new file mode 100644 index 0000000000000..9d8c2d988bca5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 152.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/be/152.0.4/Mozilla.Firefox.be.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.de-DE.yaml new file mode 100644 index 0000000000000..9dc434ec39e4c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 152.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/be/152.0.4/Mozilla.Firefox.be.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.el-GR.yaml new file mode 100644 index 0000000000000..3e159b387720f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 152.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/be/152.0.4/Mozilla.Firefox.be.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.en-GB.yaml new file mode 100644 index 0000000000000..5f408df6e07fe --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 152.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/be/152.0.4/Mozilla.Firefox.be.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.en-US.yaml new file mode 100644 index 0000000000000..46faac309f31e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 152.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 (be) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 152.0.4, first offered to Release channel users on June 30, 2026 + + New + - Smart Window includes several enhancements: + - You can now ask it to close your tabs, with a confirmation step when needed and the option to undo afterward. (Bug 2040769) + - Browsing history results now appear with images. (Bug 2038069) + - When you give feedback on a response, you can now choose from common reasons and preview exactly what will be shared before submitting. (Bug 2033002) + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + + Fixed + - Fixed copy, paste, undo, redo, and similar keyboard shortcuts not working inside macOS system dialogs such as the Save and Open panels. (Bug 2040851, Bug 2040844) + - Fixed the Manage Cookies and Site Data dialog opening with an empty list when opened from the Settings search results. (Bug 2041077) + - Fixed keyboard focus landing in the wrong place after following an in-page link, so pressing Tab continues from the link's position as expected. (Bug 2049307) + - Various security fixes. + - Reference link to 152.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/152.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.es-MX.yaml new file mode 100644 index 0000000000000..76e55c5305e31 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 152.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/be/152.0.4/Mozilla.Firefox.be.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.fr-FR.yaml new file mode 100644 index 0000000000000..1d72ef72a10cd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 152.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/be/152.0.4/Mozilla.Firefox.be.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.hu-HU.yaml new file mode 100644 index 0000000000000..d9525baa8fee5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 152.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/be/152.0.4/Mozilla.Firefox.be.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.ja-JP.yaml new file mode 100644 index 0000000000000..5d79f169381b0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 152.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/be/152.0.4/Mozilla.Firefox.be.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.nb-NO.yaml new file mode 100644 index 0000000000000..9393f5daaacb7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 152.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/be/152.0.4/Mozilla.Firefox.be.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.ru-RU.yaml new file mode 100644 index 0000000000000..4b871ae9060d9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 152.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/be/152.0.4/Mozilla.Firefox.be.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.ta-IN.yaml new file mode 100644 index 0000000000000..8428a6cd52d60 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 152.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/be/152.0.4/Mozilla.Firefox.be.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0a5c605a1cba1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 152.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/be/152.0.4/Mozilla.Firefox.be.yaml b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.yaml new file mode 100644 index 0000000000000..2751ec42fa254 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/152.0.4/Mozilla.Firefox.be.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 152.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.installer.yaml b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.installer.yaml new file mode 100644 index 0000000000000..7813f6ffa8a28 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 152.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-30 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win32/bg/Firefox%20Setup%20152.0.4.exe + InstallerSha256: F6550F2B7EE5019D43CAF6ED0DE88E46FB988435484427F2F5872E82EC69422B +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64/bg/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 2AC6A0A70B7E9830073884205A38C9496AB69FFC4D25720DDFC9711FAB3C02C7 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64-aarch64/bg/Firefox%20Setup%20152.0.4.exe + InstallerSha256: D458512A9194DF112E1DFACF7738256ADF10C0B99D4FFB3444BA48600CED5968 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..e1c7d46393403 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 152.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/bg/152.0.4/Mozilla.Firefox.bg.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.da-DK.yaml new file mode 100644 index 0000000000000..dc3c35e89eac1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 152.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/bg/152.0.4/Mozilla.Firefox.bg.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.de-DE.yaml new file mode 100644 index 0000000000000..3b6a9c1c541f0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 152.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/bg/152.0.4/Mozilla.Firefox.bg.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.el-GR.yaml new file mode 100644 index 0000000000000..3c5a401c28d10 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 152.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/bg/152.0.4/Mozilla.Firefox.bg.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.en-GB.yaml new file mode 100644 index 0000000000000..b4e9ea5d44cc8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 152.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/bg/152.0.4/Mozilla.Firefox.bg.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.en-US.yaml new file mode 100644 index 0000000000000..61d6300978469 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 152.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 (bg) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 152.0.4, first offered to Release channel users on June 30, 2026 + + New + - Smart Window includes several enhancements: + - You can now ask it to close your tabs, with a confirmation step when needed and the option to undo afterward. (Bug 2040769) + - Browsing history results now appear with images. (Bug 2038069) + - When you give feedback on a response, you can now choose from common reasons and preview exactly what will be shared before submitting. (Bug 2033002) + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + + Fixed + - Fixed copy, paste, undo, redo, and similar keyboard shortcuts not working inside macOS system dialogs such as the Save and Open panels. (Bug 2040851, Bug 2040844) + - Fixed the Manage Cookies and Site Data dialog opening with an empty list when opened from the Settings search results. (Bug 2041077) + - Fixed keyboard focus landing in the wrong place after following an in-page link, so pressing Tab continues from the link's position as expected. (Bug 2049307) + - Various security fixes. + - Reference link to 152.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/152.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.es-MX.yaml new file mode 100644 index 0000000000000..8a7c817d0ded6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 152.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/bg/152.0.4/Mozilla.Firefox.bg.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.fr-FR.yaml new file mode 100644 index 0000000000000..a66c77c2cdbd0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 152.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/bg/152.0.4/Mozilla.Firefox.bg.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.hu-HU.yaml new file mode 100644 index 0000000000000..483a1751b6302 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 152.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/bg/152.0.4/Mozilla.Firefox.bg.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.ja-JP.yaml new file mode 100644 index 0000000000000..eb06c4810911c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 152.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/bg/152.0.4/Mozilla.Firefox.bg.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.nb-NO.yaml new file mode 100644 index 0000000000000..5db60faa6a008 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 152.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/bg/152.0.4/Mozilla.Firefox.bg.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.ru-RU.yaml new file mode 100644 index 0000000000000..465e97178ad46 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 152.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/bg/152.0.4/Mozilla.Firefox.bg.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.ta-IN.yaml new file mode 100644 index 0000000000000..24a356dc70e2f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 152.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/bg/152.0.4/Mozilla.Firefox.bg.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ed135a5389c5a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 152.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/bg/152.0.4/Mozilla.Firefox.bg.yaml b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.yaml new file mode 100644 index 0000000000000..da373078c6eba --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/152.0.4/Mozilla.Firefox.bg.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 152.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.installer.yaml b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.installer.yaml new file mode 100644 index 0000000000000..379f0d6a175d9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 152.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-30 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win32/bn/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 6E6DB3FC806C17E8B35C7B405A28937CF440305878BE9123C0894B70AAAFBCFD +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64/bn/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 7FF705362F1149DE7969E453DD273B2C8A7299B94F23181BA7C3CB2968D06C60 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64-aarch64/bn/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 2A4CA866C3F266E2463A032C89DEAEEB357A0AD49972F20467A1D8DE76AED802 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..8f4cdff68cabf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 152.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/bn/152.0.4/Mozilla.Firefox.bn.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.da-DK.yaml new file mode 100644 index 0000000000000..f47e88012cc18 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 152.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/bn/152.0.4/Mozilla.Firefox.bn.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.de-DE.yaml new file mode 100644 index 0000000000000..aab60ca647341 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 152.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/bn/152.0.4/Mozilla.Firefox.bn.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.el-GR.yaml new file mode 100644 index 0000000000000..b82ccfa0457bb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 152.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/bn/152.0.4/Mozilla.Firefox.bn.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.en-GB.yaml new file mode 100644 index 0000000000000..50a31b5120b58 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 152.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/bn/152.0.4/Mozilla.Firefox.bn.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.en-US.yaml new file mode 100644 index 0000000000000..555914b2fa023 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 152.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 (bn) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 152.0.4, first offered to Release channel users on June 30, 2026 + + New + - Smart Window includes several enhancements: + - You can now ask it to close your tabs, with a confirmation step when needed and the option to undo afterward. (Bug 2040769) + - Browsing history results now appear with images. (Bug 2038069) + - When you give feedback on a response, you can now choose from common reasons and preview exactly what will be shared before submitting. (Bug 2033002) + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + + Fixed + - Fixed copy, paste, undo, redo, and similar keyboard shortcuts not working inside macOS system dialogs such as the Save and Open panels. (Bug 2040851, Bug 2040844) + - Fixed the Manage Cookies and Site Data dialog opening with an empty list when opened from the Settings search results. (Bug 2041077) + - Fixed keyboard focus landing in the wrong place after following an in-page link, so pressing Tab continues from the link's position as expected. (Bug 2049307) + - Various security fixes. + - Reference link to 152.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/152.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.es-MX.yaml new file mode 100644 index 0000000000000..b22d65036eeb4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 152.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/bn/152.0.4/Mozilla.Firefox.bn.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.fr-FR.yaml new file mode 100644 index 0000000000000..7c5e318ff8883 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 152.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/bn/152.0.4/Mozilla.Firefox.bn.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.hu-HU.yaml new file mode 100644 index 0000000000000..e05bd903eee48 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 152.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/bn/152.0.4/Mozilla.Firefox.bn.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.ja-JP.yaml new file mode 100644 index 0000000000000..c342bf254061f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 152.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/bn/152.0.4/Mozilla.Firefox.bn.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.nb-NO.yaml new file mode 100644 index 0000000000000..355bdb2274b7f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 152.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/bn/152.0.4/Mozilla.Firefox.bn.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.ru-RU.yaml new file mode 100644 index 0000000000000..2286f599bb66b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 152.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/bn/152.0.4/Mozilla.Firefox.bn.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.ta-IN.yaml new file mode 100644 index 0000000000000..3fc540c72679f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 152.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/bn/152.0.4/Mozilla.Firefox.bn.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4c67bff124f74 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 152.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/bn/152.0.4/Mozilla.Firefox.bn.yaml b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.yaml new file mode 100644 index 0000000000000..62a30b58d3786 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/152.0.4/Mozilla.Firefox.bn.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 152.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.installer.yaml b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.installer.yaml new file mode 100644 index 0000000000000..24e167620efdc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 152.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-30 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win32/br/Firefox%20Setup%20152.0.4.exe + InstallerSha256: FC966C7B7A1548568DE44EF6FDC7242C138238FB63888534D8F8F9703C4E55D8 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64/br/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 62C060DEB7FD64C7561E514FE552C2F1AE6DBB44E7231B33532335AF03EBA7F8 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64-aarch64/br/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 83CACCD5E8F6AB70439157E4D0F0706E9B95F254646A54CC3F2CABC73A15762B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..de6c4b87a2d6f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 152.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/br/152.0.4/Mozilla.Firefox.br.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.da-DK.yaml new file mode 100644 index 0000000000000..ba863321f9142 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 152.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/br/152.0.4/Mozilla.Firefox.br.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.de-DE.yaml new file mode 100644 index 0000000000000..4ec207b163ca3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 152.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/br/152.0.4/Mozilla.Firefox.br.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.el-GR.yaml new file mode 100644 index 0000000000000..54d043e192d04 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 152.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/br/152.0.4/Mozilla.Firefox.br.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.en-GB.yaml new file mode 100644 index 0000000000000..dd970ff67d785 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 152.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/br/152.0.4/Mozilla.Firefox.br.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.en-US.yaml new file mode 100644 index 0000000000000..47da81033f480 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 152.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 (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 152.0.4, first offered to Release channel users on June 30, 2026 + + New + - Smart Window includes several enhancements: + - You can now ask it to close your tabs, with a confirmation step when needed and the option to undo afterward. (Bug 2040769) + - Browsing history results now appear with images. (Bug 2038069) + - When you give feedback on a response, you can now choose from common reasons and preview exactly what will be shared before submitting. (Bug 2033002) + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + + Fixed + - Fixed copy, paste, undo, redo, and similar keyboard shortcuts not working inside macOS system dialogs such as the Save and Open panels. (Bug 2040851, Bug 2040844) + - Fixed the Manage Cookies and Site Data dialog opening with an empty list when opened from the Settings search results. (Bug 2041077) + - Fixed keyboard focus landing in the wrong place after following an in-page link, so pressing Tab continues from the link's position as expected. (Bug 2049307) + - Various security fixes. + - Reference link to 152.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/152.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.es-MX.yaml new file mode 100644 index 0000000000000..6551bb171b8ee --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 152.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/br/152.0.4/Mozilla.Firefox.br.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.fr-FR.yaml new file mode 100644 index 0000000000000..eeb4bc5b70c38 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 152.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/br/152.0.4/Mozilla.Firefox.br.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.hu-HU.yaml new file mode 100644 index 0000000000000..5d86e0ee4d4fd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 152.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/br/152.0.4/Mozilla.Firefox.br.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.ja-JP.yaml new file mode 100644 index 0000000000000..62e37cb89af1d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 152.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/br/152.0.4/Mozilla.Firefox.br.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.nb-NO.yaml new file mode 100644 index 0000000000000..959dda99e616f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 152.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/br/152.0.4/Mozilla.Firefox.br.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.ru-RU.yaml new file mode 100644 index 0000000000000..69a81ce55b3ae --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 152.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/br/152.0.4/Mozilla.Firefox.br.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.ta-IN.yaml new file mode 100644 index 0000000000000..e68013082281f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 152.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/br/152.0.4/Mozilla.Firefox.br.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fd6119a9910ec --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 152.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/br/152.0.4/Mozilla.Firefox.br.yaml b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.yaml new file mode 100644 index 0000000000000..3085ac3ed09e6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/152.0.4/Mozilla.Firefox.br.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 152.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca/152.0.4/Mozilla.Firefox.ca.installer.yaml b/manifests/m/Mozilla/Firefox/ca/152.0.4/Mozilla.Firefox.ca.installer.yaml new file mode 100644 index 0000000000000..3a55e0be2d943 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/152.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: 152.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-30 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win32/ca/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 1D1869EC4C066758F3CBC23C59B9D2ACDE7437834DEB5D6B5F933167AF6BCF36 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64/ca/Firefox%20Setup%20152.0.4.exe + InstallerSha256: C09C9E9E89698307F55D6952B278584B76D584EAC89C3B3904B1A732E6D5FFF6 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64-aarch64/ca/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 20441A1410E80D44884E7B0B26E5226831A77D33522666EE6848C777755D8631 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca/152.0.4/Mozilla.Firefox.ca.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ca/152.0.4/Mozilla.Firefox.ca.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..387539c679af9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/152.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: 152.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/152.0.4/Mozilla.Firefox.ca.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ca/152.0.4/Mozilla.Firefox.ca.locale.da-DK.yaml new file mode 100644 index 0000000000000..f20d5cb58f72b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/152.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: 152.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/152.0.4/Mozilla.Firefox.ca.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ca/152.0.4/Mozilla.Firefox.ca.locale.de-DE.yaml new file mode 100644 index 0000000000000..a8095cea06161 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/152.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: 152.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/152.0.4/Mozilla.Firefox.ca.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ca/152.0.4/Mozilla.Firefox.ca.locale.el-GR.yaml new file mode 100644 index 0000000000000..8fa8df2396b40 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/152.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: 152.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/152.0.4/Mozilla.Firefox.ca.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ca/152.0.4/Mozilla.Firefox.ca.locale.en-GB.yaml new file mode 100644 index 0000000000000..b949bb7c3b700 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/152.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: 152.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/152.0.4/Mozilla.Firefox.ca.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ca/152.0.4/Mozilla.Firefox.ca.locale.en-US.yaml new file mode 100644 index 0000000000000..ffffe128e1ff8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/152.0.4/Mozilla.Firefox.ca.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 152.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 152.0.4, first offered to Release channel users on June 30, 2026 + + New + - Smart Window includes several enhancements: + - You can now ask it to close your tabs, with a confirmation step when needed and the option to undo afterward. (Bug 2040769) + - Browsing history results now appear with images. (Bug 2038069) + - When you give feedback on a response, you can now choose from common reasons and preview exactly what will be shared before submitting. (Bug 2033002) + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + + Fixed + - Fixed copy, paste, undo, redo, and similar keyboard shortcuts not working inside macOS system dialogs such as the Save and Open panels. (Bug 2040851, Bug 2040844) + - Fixed the Manage Cookies and Site Data dialog opening with an empty list when opened from the Settings search results. (Bug 2041077) + - Fixed keyboard focus landing in the wrong place after following an in-page link, so pressing Tab continues from the link's position as expected. (Bug 2049307) + - Various security fixes. + - Reference link to 152.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/152.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca/152.0.4/Mozilla.Firefox.ca.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ca/152.0.4/Mozilla.Firefox.ca.locale.es-MX.yaml new file mode 100644 index 0000000000000..db4905492c080 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/152.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: 152.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/152.0.4/Mozilla.Firefox.ca.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ca/152.0.4/Mozilla.Firefox.ca.locale.fr-FR.yaml new file mode 100644 index 0000000000000..8119591c10dfe --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/152.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: 152.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/152.0.4/Mozilla.Firefox.ca.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ca/152.0.4/Mozilla.Firefox.ca.locale.hu-HU.yaml new file mode 100644 index 0000000000000..49d1b9b6277da --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/152.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: 152.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/152.0.4/Mozilla.Firefox.ca.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ca/152.0.4/Mozilla.Firefox.ca.locale.ja-JP.yaml new file mode 100644 index 0000000000000..0241f24364c1e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/152.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: 152.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/152.0.4/Mozilla.Firefox.ca.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ca/152.0.4/Mozilla.Firefox.ca.locale.nb-NO.yaml new file mode 100644 index 0000000000000..5fa4cb2a022cc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/152.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: 152.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/152.0.4/Mozilla.Firefox.ca.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ca/152.0.4/Mozilla.Firefox.ca.locale.ru-RU.yaml new file mode 100644 index 0000000000000..d37efe6bea154 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/152.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: 152.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/152.0.4/Mozilla.Firefox.ca.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ca/152.0.4/Mozilla.Firefox.ca.locale.ta-IN.yaml new file mode 100644 index 0000000000000..5cc47b114b6f8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/152.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: 152.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/152.0.4/Mozilla.Firefox.ca.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ca/152.0.4/Mozilla.Firefox.ca.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e91da7b2c27cf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/152.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: 152.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/152.0.4/Mozilla.Firefox.ca.yaml b/manifests/m/Mozilla/Firefox/ca/152.0.4/Mozilla.Firefox.ca.yaml new file mode 100644 index 0000000000000..ec7601e75b23f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/152.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: 152.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.installer.yaml b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.installer.yaml new file mode 100644 index 0000000000000..cf5875084c16e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.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.cak +PackageVersion: 152.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-30 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win32/cak/Firefox%20Setup%20152.0.4.exe + InstallerSha256: BA2D1C20E259E11B8067A9C8E7E2E45BD29FFB9E31216E6CFED83B7C90C103E5 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64/cak/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 92CD7F28F3E990456E9F833D79BC3D6057FFF7E2A18F897F959CDCEB6639BDEF +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64-aarch64/cak/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 7F842F4F83B3680A94381710DE00F16724CCA0F338791659320B2A54CB7F50B8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..b896661d61617 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.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.cak +PackageVersion: 152.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/cak/152.0.4/Mozilla.Firefox.cak.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.locale.da-DK.yaml new file mode 100644 index 0000000000000..d2135a986248e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.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.cak +PackageVersion: 152.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/cak/152.0.4/Mozilla.Firefox.cak.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.locale.de-DE.yaml new file mode 100644 index 0000000000000..46c72773585a1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.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.cak +PackageVersion: 152.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/cak/152.0.4/Mozilla.Firefox.cak.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.locale.el-GR.yaml new file mode 100644 index 0000000000000..4b0e822d08040 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.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.cak +PackageVersion: 152.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/cak/152.0.4/Mozilla.Firefox.cak.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.locale.en-GB.yaml new file mode 100644 index 0000000000000..cfc52911441af --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.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.cak +PackageVersion: 152.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/cak/152.0.4/Mozilla.Firefox.cak.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.locale.en-US.yaml new file mode 100644 index 0000000000000..108ea508d7074 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cak +PackageVersion: 152.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 (cak) +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 152.0.4, first offered to Release channel users on June 30, 2026 + + New + - Smart Window includes several enhancements: + - You can now ask it to close your tabs, with a confirmation step when needed and the option to undo afterward. (Bug 2040769) + - Browsing history results now appear with images. (Bug 2038069) + - When you give feedback on a response, you can now choose from common reasons and preview exactly what will be shared before submitting. (Bug 2033002) + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + + Fixed + - Fixed copy, paste, undo, redo, and similar keyboard shortcuts not working inside macOS system dialogs such as the Save and Open panels. (Bug 2040851, Bug 2040844) + - Fixed the Manage Cookies and Site Data dialog opening with an empty list when opened from the Settings search results. (Bug 2041077) + - Fixed keyboard focus landing in the wrong place after following an in-page link, so pressing Tab continues from the link's position as expected. (Bug 2049307) + - Various security fixes. + - Reference link to 152.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/152.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.locale.es-MX.yaml new file mode 100644 index 0000000000000..2935c4433a8d8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.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.cak +PackageVersion: 152.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/cak/152.0.4/Mozilla.Firefox.cak.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.locale.fr-FR.yaml new file mode 100644 index 0000000000000..c341bcd10c7aa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.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.cak +PackageVersion: 152.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/cak/152.0.4/Mozilla.Firefox.cak.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.locale.hu-HU.yaml new file mode 100644 index 0000000000000..81109ccdd5c59 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.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.cak +PackageVersion: 152.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/cak/152.0.4/Mozilla.Firefox.cak.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.locale.ja-JP.yaml new file mode 100644 index 0000000000000..710a645185136 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.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.cak +PackageVersion: 152.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/cak/152.0.4/Mozilla.Firefox.cak.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.locale.nb-NO.yaml new file mode 100644 index 0000000000000..3e84260cac704 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.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.cak +PackageVersion: 152.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/cak/152.0.4/Mozilla.Firefox.cak.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.locale.ru-RU.yaml new file mode 100644 index 0000000000000..003980363ba06 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.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.cak +PackageVersion: 152.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/cak/152.0.4/Mozilla.Firefox.cak.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.locale.ta-IN.yaml new file mode 100644 index 0000000000000..f091eb7080f01 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.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.cak +PackageVersion: 152.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/cak/152.0.4/Mozilla.Firefox.cak.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3d9335ec2d02a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cak +PackageVersion: 152.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/cak/152.0.4/Mozilla.Firefox.cak.yaml b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.yaml new file mode 100644 index 0000000000000..526e7df57dd7c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/152.0.4/Mozilla.Firefox.cak.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cak +PackageVersion: 152.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.installer.yaml b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.installer.yaml new file mode 100644 index 0000000000000..f98e30628c678 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cy +PackageVersion: 152.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-30 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win32/cy/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 75EE544AA26550EE167B8186885C7977A26138EBE68B2C09DBADA59D73C2E3F0 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64/cy/Firefox%20Setup%20152.0.4.exe + InstallerSha256: A573E3CF3523C93A9C7769121AA26B2BFB86DE7CDEA70493AFAB582634EDC72C +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64-aarch64/cy/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 40F46F9F5C39099AB67348FC94B817E7F8160FA9B574C5B26215740C60C1911D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..2aff64d84e945 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cy +PackageVersion: 152.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/cy/152.0.4/Mozilla.Firefox.cy.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.da-DK.yaml new file mode 100644 index 0000000000000..31dc6e9b5d31d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cy +PackageVersion: 152.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/cy/152.0.4/Mozilla.Firefox.cy.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.de-DE.yaml new file mode 100644 index 0000000000000..51ed1939d1f2e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cy +PackageVersion: 152.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/cy/152.0.4/Mozilla.Firefox.cy.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.el-GR.yaml new file mode 100644 index 0000000000000..3d88f3228ac7f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cy +PackageVersion: 152.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/cy/152.0.4/Mozilla.Firefox.cy.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.en-GB.yaml new file mode 100644 index 0000000000000..df6df500cf479 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cy +PackageVersion: 152.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/cy/152.0.4/Mozilla.Firefox.cy.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.en-US.yaml new file mode 100644 index 0000000000000..1e9f81ce473a2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cy +PackageVersion: 152.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 (cy) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 152.0.4, first offered to Release channel users on June 30, 2026 + + New + - Smart Window includes several enhancements: + - You can now ask it to close your tabs, with a confirmation step when needed and the option to undo afterward. (Bug 2040769) + - Browsing history results now appear with images. (Bug 2038069) + - When you give feedback on a response, you can now choose from common reasons and preview exactly what will be shared before submitting. (Bug 2033002) + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + + Fixed + - Fixed copy, paste, undo, redo, and similar keyboard shortcuts not working inside macOS system dialogs such as the Save and Open panels. (Bug 2040851, Bug 2040844) + - Fixed the Manage Cookies and Site Data dialog opening with an empty list when opened from the Settings search results. (Bug 2041077) + - Fixed keyboard focus landing in the wrong place after following an in-page link, so pressing Tab continues from the link's position as expected. (Bug 2049307) + - Various security fixes. + - Reference link to 152.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/152.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.es-MX.yaml new file mode 100644 index 0000000000000..e280b282aee54 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cy +PackageVersion: 152.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/cy/152.0.4/Mozilla.Firefox.cy.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.fr-FR.yaml new file mode 100644 index 0000000000000..cba2fef0bad5a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cy +PackageVersion: 152.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/cy/152.0.4/Mozilla.Firefox.cy.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.hu-HU.yaml new file mode 100644 index 0000000000000..b89cb507ce00c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cy +PackageVersion: 152.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/cy/152.0.4/Mozilla.Firefox.cy.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.ja-JP.yaml new file mode 100644 index 0000000000000..48e43b84f3b2a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cy +PackageVersion: 152.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/cy/152.0.4/Mozilla.Firefox.cy.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.nb-NO.yaml new file mode 100644 index 0000000000000..778586f2ce95b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cy +PackageVersion: 152.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/cy/152.0.4/Mozilla.Firefox.cy.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.ru-RU.yaml new file mode 100644 index 0000000000000..03b26f2285581 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cy +PackageVersion: 152.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/cy/152.0.4/Mozilla.Firefox.cy.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.ta-IN.yaml new file mode 100644 index 0000000000000..bff49789d2659 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cy +PackageVersion: 152.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/cy/152.0.4/Mozilla.Firefox.cy.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..398cc53a807e2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cy +PackageVersion: 152.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/cy/152.0.4/Mozilla.Firefox.cy.yaml b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.yaml new file mode 100644 index 0000000000000..694c38f401f1b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/152.0.4/Mozilla.Firefox.cy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cy +PackageVersion: 152.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ka/152.0.4/Mozilla.Firefox.ka.installer.yaml b/manifests/m/Mozilla/Firefox/ka/152.0.4/Mozilla.Firefox.ka.installer.yaml new file mode 100644 index 0000000000000..b8bd49aad8569 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/152.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: 152.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-30 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win32/ka/Firefox%20Setup%20152.0.4.exe + InstallerSha256: A9A0CE5278CB6EB1725B300721446511CF8F7F554BB383D6B91C9A2CBB1CDAAB +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64/ka/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 3100B777421AD835145129499173D12B361452815FA72EBCAE462DA6531F9769 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64-aarch64/ka/Firefox%20Setup%20152.0.4.exe + InstallerSha256: A7D6CAF50C7C34E9B421229F9D489FD4D2FC922703FB44CB084197E2BFB09CEF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ka/152.0.4/Mozilla.Firefox.ka.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ka/152.0.4/Mozilla.Firefox.ka.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..dd5e79572af6f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/152.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: 152.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/152.0.4/Mozilla.Firefox.ka.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ka/152.0.4/Mozilla.Firefox.ka.locale.da-DK.yaml new file mode 100644 index 0000000000000..e819f266e736a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/152.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: 152.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/152.0.4/Mozilla.Firefox.ka.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ka/152.0.4/Mozilla.Firefox.ka.locale.de-DE.yaml new file mode 100644 index 0000000000000..3a73a7f4d2f35 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/152.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: 152.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/152.0.4/Mozilla.Firefox.ka.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ka/152.0.4/Mozilla.Firefox.ka.locale.el-GR.yaml new file mode 100644 index 0000000000000..e99c788e09053 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/152.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: 152.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/152.0.4/Mozilla.Firefox.ka.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ka/152.0.4/Mozilla.Firefox.ka.locale.en-GB.yaml new file mode 100644 index 0000000000000..e014d33897384 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/152.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: 152.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/152.0.4/Mozilla.Firefox.ka.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ka/152.0.4/Mozilla.Firefox.ka.locale.en-US.yaml new file mode 100644 index 0000000000000..8a272d3566c28 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/152.0.4/Mozilla.Firefox.ka.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ka +PackageVersion: 152.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 152.0.4, first offered to Release channel users on June 30, 2026 + + New + - Smart Window includes several enhancements: + - You can now ask it to close your tabs, with a confirmation step when needed and the option to undo afterward. (Bug 2040769) + - Browsing history results now appear with images. (Bug 2038069) + - When you give feedback on a response, you can now choose from common reasons and preview exactly what will be shared before submitting. (Bug 2033002) + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + + Fixed + - Fixed copy, paste, undo, redo, and similar keyboard shortcuts not working inside macOS system dialogs such as the Save and Open panels. (Bug 2040851, Bug 2040844) + - Fixed the Manage Cookies and Site Data dialog opening with an empty list when opened from the Settings search results. (Bug 2041077) + - Fixed keyboard focus landing in the wrong place after following an in-page link, so pressing Tab continues from the link's position as expected. (Bug 2049307) + - Various security fixes. + - Reference link to 152.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/152.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ka/152.0.4/Mozilla.Firefox.ka.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ka/152.0.4/Mozilla.Firefox.ka.locale.es-MX.yaml new file mode 100644 index 0000000000000..559f5d923fb40 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/152.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: 152.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/152.0.4/Mozilla.Firefox.ka.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ka/152.0.4/Mozilla.Firefox.ka.locale.fr-FR.yaml new file mode 100644 index 0000000000000..da1fd771f5f7c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/152.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: 152.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/152.0.4/Mozilla.Firefox.ka.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ka/152.0.4/Mozilla.Firefox.ka.locale.hu-HU.yaml new file mode 100644 index 0000000000000..2a369c7911dba --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/152.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: 152.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/152.0.4/Mozilla.Firefox.ka.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ka/152.0.4/Mozilla.Firefox.ka.locale.ja-JP.yaml new file mode 100644 index 0000000000000..84de5bd8eb87b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/152.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: 152.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/152.0.4/Mozilla.Firefox.ka.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ka/152.0.4/Mozilla.Firefox.ka.locale.nb-NO.yaml new file mode 100644 index 0000000000000..b420a87e875d5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/152.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: 152.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/152.0.4/Mozilla.Firefox.ka.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ka/152.0.4/Mozilla.Firefox.ka.locale.ru-RU.yaml new file mode 100644 index 0000000000000..fa08eb496fac1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/152.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: 152.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/152.0.4/Mozilla.Firefox.ka.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ka/152.0.4/Mozilla.Firefox.ka.locale.ta-IN.yaml new file mode 100644 index 0000000000000..e58d3ca043839 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/152.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: 152.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/152.0.4/Mozilla.Firefox.ka.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ka/152.0.4/Mozilla.Firefox.ka.locale.zh-CN.yaml new file mode 100644 index 0000000000000..79000bc474f49 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/152.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: 152.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/152.0.4/Mozilla.Firefox.ka.yaml b/manifests/m/Mozilla/Firefox/ka/152.0.4/Mozilla.Firefox.ka.yaml new file mode 100644 index 0000000000000..f2f2a5c4035f3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/152.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: 152.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.installer.yaml b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.installer.yaml new file mode 100644 index 0000000000000..055d843727147 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lv +PackageVersion: 152.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-30 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win32/lv/Firefox%20Setup%20152.0.4.exe + InstallerSha256: F011FE3C04F0BE35F43E25EF621B5B955D8A3E08CE70F11CAC8A0A5EA5F1DB10 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64/lv/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 029E7F2E9A31DF514068BECB1109377133E7FEBA6439B2C21A6DF6CDD8A4C164 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64-aarch64/lv/Firefox%20Setup%20152.0.4.exe + InstallerSha256: E27D587899EBF7641E7134BDB83C7769A2D8965E302FD6FA1B730A23366DB78A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..e7bafcb870a73 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lv +PackageVersion: 152.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/lv/152.0.4/Mozilla.Firefox.lv.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.da-DK.yaml new file mode 100644 index 0000000000000..8b7534598d265 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lv +PackageVersion: 152.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/lv/152.0.4/Mozilla.Firefox.lv.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.de-DE.yaml new file mode 100644 index 0000000000000..6e7176a4a1320 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lv +PackageVersion: 152.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/lv/152.0.4/Mozilla.Firefox.lv.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.el-GR.yaml new file mode 100644 index 0000000000000..6f1d3d8a925a4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lv +PackageVersion: 152.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/lv/152.0.4/Mozilla.Firefox.lv.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.en-GB.yaml new file mode 100644 index 0000000000000..d05b3be624862 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lv +PackageVersion: 152.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/lv/152.0.4/Mozilla.Firefox.lv.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.en-US.yaml new file mode 100644 index 0000000000000..a9546aca9e36d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lv +PackageVersion: 152.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 (lv) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 152.0.4, first offered to Release channel users on June 30, 2026 + + New + - Smart Window includes several enhancements: + - You can now ask it to close your tabs, with a confirmation step when needed and the option to undo afterward. (Bug 2040769) + - Browsing history results now appear with images. (Bug 2038069) + - When you give feedback on a response, you can now choose from common reasons and preview exactly what will be shared before submitting. (Bug 2033002) + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + + Fixed + - Fixed copy, paste, undo, redo, and similar keyboard shortcuts not working inside macOS system dialogs such as the Save and Open panels. (Bug 2040851, Bug 2040844) + - Fixed the Manage Cookies and Site Data dialog opening with an empty list when opened from the Settings search results. (Bug 2041077) + - Fixed keyboard focus landing in the wrong place after following an in-page link, so pressing Tab continues from the link's position as expected. (Bug 2049307) + - Various security fixes. + - Reference link to 152.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/152.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.es-MX.yaml new file mode 100644 index 0000000000000..7bdd0ef723ad8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lv +PackageVersion: 152.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/lv/152.0.4/Mozilla.Firefox.lv.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.fr-FR.yaml new file mode 100644 index 0000000000000..e450f9af7f9a1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lv +PackageVersion: 152.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/lv/152.0.4/Mozilla.Firefox.lv.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.hu-HU.yaml new file mode 100644 index 0000000000000..805a75382c08a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lv +PackageVersion: 152.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/lv/152.0.4/Mozilla.Firefox.lv.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.ja-JP.yaml new file mode 100644 index 0000000000000..27292dc91f89c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lv +PackageVersion: 152.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/lv/152.0.4/Mozilla.Firefox.lv.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.nb-NO.yaml new file mode 100644 index 0000000000000..fff4db4b7b80c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lv +PackageVersion: 152.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/lv/152.0.4/Mozilla.Firefox.lv.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.ru-RU.yaml new file mode 100644 index 0000000000000..64e84c9e4dda2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lv +PackageVersion: 152.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/lv/152.0.4/Mozilla.Firefox.lv.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.ta-IN.yaml new file mode 100644 index 0000000000000..047070bea29f0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lv +PackageVersion: 152.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/lv/152.0.4/Mozilla.Firefox.lv.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8c43cef9c9f88 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lv +PackageVersion: 152.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/lv/152.0.4/Mozilla.Firefox.lv.yaml b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.yaml new file mode 100644 index 0000000000000..e8a53d13be849 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/152.0.4/Mozilla.Firefox.lv.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lv +PackageVersion: 152.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ms/152.0.4/Mozilla.Firefox.ms.installer.yaml b/manifests/m/Mozilla/Firefox/ms/152.0.4/Mozilla.Firefox.ms.installer.yaml new file mode 100644 index 0000000000000..4f39c6abe3904 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/152.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: 152.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-30 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win32/ms/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 43C586F3D978C160870F370E0C7779B1C29FF72F7D17DDF1513EEC55EEE45E7B +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64/ms/Firefox%20Setup%20152.0.4.exe + InstallerSha256: F8E8E34984F4BB4A025D1AA2EF1AD4D6BFEE1050B85A225D4243E99019FF120D +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64-aarch64/ms/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 07E31FBDA40F7B06F103E0C0A42E4F84B4847A8ACC12D23D303C263061EB1BA8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ms/152.0.4/Mozilla.Firefox.ms.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ms/152.0.4/Mozilla.Firefox.ms.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..f542a9bd74c6f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/152.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: 152.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/152.0.4/Mozilla.Firefox.ms.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ms/152.0.4/Mozilla.Firefox.ms.locale.da-DK.yaml new file mode 100644 index 0000000000000..687f4e5a10134 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/152.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: 152.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/152.0.4/Mozilla.Firefox.ms.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ms/152.0.4/Mozilla.Firefox.ms.locale.de-DE.yaml new file mode 100644 index 0000000000000..53798f5195267 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/152.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: 152.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/152.0.4/Mozilla.Firefox.ms.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ms/152.0.4/Mozilla.Firefox.ms.locale.el-GR.yaml new file mode 100644 index 0000000000000..fccdaab487d66 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/152.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: 152.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/152.0.4/Mozilla.Firefox.ms.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ms/152.0.4/Mozilla.Firefox.ms.locale.en-GB.yaml new file mode 100644 index 0000000000000..d13fd8c277079 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/152.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: 152.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/152.0.4/Mozilla.Firefox.ms.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ms/152.0.4/Mozilla.Firefox.ms.locale.en-US.yaml new file mode 100644 index 0000000000000..97465ddfe758a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/152.0.4/Mozilla.Firefox.ms.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ms +PackageVersion: 152.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 152.0.4, first offered to Release channel users on June 30, 2026 + + New + - Smart Window includes several enhancements: + - You can now ask it to close your tabs, with a confirmation step when needed and the option to undo afterward. (Bug 2040769) + - Browsing history results now appear with images. (Bug 2038069) + - When you give feedback on a response, you can now choose from common reasons and preview exactly what will be shared before submitting. (Bug 2033002) + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + + Fixed + - Fixed copy, paste, undo, redo, and similar keyboard shortcuts not working inside macOS system dialogs such as the Save and Open panels. (Bug 2040851, Bug 2040844) + - Fixed the Manage Cookies and Site Data dialog opening with an empty list when opened from the Settings search results. (Bug 2041077) + - Fixed keyboard focus landing in the wrong place after following an in-page link, so pressing Tab continues from the link's position as expected. (Bug 2049307) + - Various security fixes. + - Reference link to 152.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/152.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ms/152.0.4/Mozilla.Firefox.ms.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ms/152.0.4/Mozilla.Firefox.ms.locale.es-MX.yaml new file mode 100644 index 0000000000000..e83f80e37f458 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/152.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: 152.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/152.0.4/Mozilla.Firefox.ms.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ms/152.0.4/Mozilla.Firefox.ms.locale.fr-FR.yaml new file mode 100644 index 0000000000000..5edc6ccc01546 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/152.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: 152.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/152.0.4/Mozilla.Firefox.ms.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ms/152.0.4/Mozilla.Firefox.ms.locale.hu-HU.yaml new file mode 100644 index 0000000000000..fddbf0464f7db --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/152.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: 152.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/152.0.4/Mozilla.Firefox.ms.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ms/152.0.4/Mozilla.Firefox.ms.locale.ja-JP.yaml new file mode 100644 index 0000000000000..4d882b3c1ff5a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/152.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: 152.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/152.0.4/Mozilla.Firefox.ms.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ms/152.0.4/Mozilla.Firefox.ms.locale.nb-NO.yaml new file mode 100644 index 0000000000000..2f4c0e24b72cb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/152.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: 152.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/152.0.4/Mozilla.Firefox.ms.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ms/152.0.4/Mozilla.Firefox.ms.locale.ru-RU.yaml new file mode 100644 index 0000000000000..d0a4dd545d86f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/152.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: 152.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/152.0.4/Mozilla.Firefox.ms.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ms/152.0.4/Mozilla.Firefox.ms.locale.ta-IN.yaml new file mode 100644 index 0000000000000..dffc3523eb9ca --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/152.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: 152.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/152.0.4/Mozilla.Firefox.ms.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ms/152.0.4/Mozilla.Firefox.ms.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7fc942c4e6fac --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/152.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: 152.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/152.0.4/Mozilla.Firefox.ms.yaml b/manifests/m/Mozilla/Firefox/ms/152.0.4/Mozilla.Firefox.ms.yaml new file mode 100644 index 0000000000000..289fe7443f075 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/152.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: 152.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nb-NO/152.0.4/Mozilla.Firefox.nb-NO.installer.yaml b/manifests/m/Mozilla/Firefox/nb-NO/152.0.4/Mozilla.Firefox.nb-NO.installer.yaml new file mode 100644 index 0000000000000..ef05bf2af925d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/152.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: 152.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-30 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win32/nb-NO/Firefox%20Setup%20152.0.4.exe + InstallerSha256: B0AA3DF5408A19E7ED129D9C653DB050D62BBA02382D9CC5649E6CCBA2B1AA43 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64/nb-NO/Firefox%20Setup%20152.0.4.exe + InstallerSha256: F5B828201C91CF72E4998C112109D979FBF537E2B7EF6B06C7689FA9B2BB5E54 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64-aarch64/nb-NO/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 8F798CF75ED688A67580141808DB9A68646EB81D013DDD1269E8759CC3486557 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nb-NO/152.0.4/Mozilla.Firefox.nb-NO.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/nb-NO/152.0.4/Mozilla.Firefox.nb-NO.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..09fddf891522e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/152.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: 152.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/152.0.4/Mozilla.Firefox.nb-NO.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/nb-NO/152.0.4/Mozilla.Firefox.nb-NO.locale.da-DK.yaml new file mode 100644 index 0000000000000..947f54e97a054 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/152.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: 152.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/152.0.4/Mozilla.Firefox.nb-NO.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/nb-NO/152.0.4/Mozilla.Firefox.nb-NO.locale.de-DE.yaml new file mode 100644 index 0000000000000..115c81d9c0d0b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/152.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: 152.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/152.0.4/Mozilla.Firefox.nb-NO.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/nb-NO/152.0.4/Mozilla.Firefox.nb-NO.locale.el-GR.yaml new file mode 100644 index 0000000000000..f43c31a5f1cc1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/152.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: 152.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/152.0.4/Mozilla.Firefox.nb-NO.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/nb-NO/152.0.4/Mozilla.Firefox.nb-NO.locale.en-GB.yaml new file mode 100644 index 0000000000000..3651141e2b9c1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/152.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: 152.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/152.0.4/Mozilla.Firefox.nb-NO.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/nb-NO/152.0.4/Mozilla.Firefox.nb-NO.locale.en-US.yaml new file mode 100644 index 0000000000000..88865f1f2a65a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/152.0.4/Mozilla.Firefox.nb-NO.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.nb-NO +PackageVersion: 152.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 152.0.4, first offered to Release channel users on June 30, 2026 + + New + - Smart Window includes several enhancements: + - You can now ask it to close your tabs, with a confirmation step when needed and the option to undo afterward. (Bug 2040769) + - Browsing history results now appear with images. (Bug 2038069) + - When you give feedback on a response, you can now choose from common reasons and preview exactly what will be shared before submitting. (Bug 2033002) + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + + Fixed + - Fixed copy, paste, undo, redo, and similar keyboard shortcuts not working inside macOS system dialogs such as the Save and Open panels. (Bug 2040851, Bug 2040844) + - Fixed the Manage Cookies and Site Data dialog opening with an empty list when opened from the Settings search results. (Bug 2041077) + - Fixed keyboard focus landing in the wrong place after following an in-page link, so pressing Tab continues from the link's position as expected. (Bug 2049307) + - Various security fixes. + - Reference link to 152.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/152.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nb-NO/152.0.4/Mozilla.Firefox.nb-NO.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/nb-NO/152.0.4/Mozilla.Firefox.nb-NO.locale.es-MX.yaml new file mode 100644 index 0000000000000..188b8ea6a6bdb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/152.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: 152.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/152.0.4/Mozilla.Firefox.nb-NO.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/nb-NO/152.0.4/Mozilla.Firefox.nb-NO.locale.fr-FR.yaml new file mode 100644 index 0000000000000..0193ee201368e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/152.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: 152.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/152.0.4/Mozilla.Firefox.nb-NO.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/nb-NO/152.0.4/Mozilla.Firefox.nb-NO.locale.hu-HU.yaml new file mode 100644 index 0000000000000..c0a21e391881c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/152.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: 152.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/152.0.4/Mozilla.Firefox.nb-NO.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/nb-NO/152.0.4/Mozilla.Firefox.nb-NO.locale.ja-JP.yaml new file mode 100644 index 0000000000000..ead3b0d10283f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/152.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: 152.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/152.0.4/Mozilla.Firefox.nb-NO.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/nb-NO/152.0.4/Mozilla.Firefox.nb-NO.locale.nb-NO.yaml new file mode 100644 index 0000000000000..23c480b295794 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/152.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: 152.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/152.0.4/Mozilla.Firefox.nb-NO.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/nb-NO/152.0.4/Mozilla.Firefox.nb-NO.locale.ru-RU.yaml new file mode 100644 index 0000000000000..79d56b13c9dc1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/152.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: 152.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/152.0.4/Mozilla.Firefox.nb-NO.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/nb-NO/152.0.4/Mozilla.Firefox.nb-NO.locale.ta-IN.yaml new file mode 100644 index 0000000000000..6fcc7f6dd793e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/152.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: 152.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/152.0.4/Mozilla.Firefox.nb-NO.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/nb-NO/152.0.4/Mozilla.Firefox.nb-NO.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5d8c79410a911 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/152.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: 152.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/152.0.4/Mozilla.Firefox.nb-NO.yaml b/manifests/m/Mozilla/Firefox/nb-NO/152.0.4/Mozilla.Firefox.nb-NO.yaml new file mode 100644 index 0000000000000..6ffb0abff4725 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/152.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: 152.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pa-IN/152.0.4/Mozilla.Firefox.pa-IN.installer.yaml b/manifests/m/Mozilla/Firefox/pa-IN/152.0.4/Mozilla.Firefox.pa-IN.installer.yaml new file mode 100644 index 0000000000000..c92fe8c197173 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/152.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: 152.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-30 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win32/pa-IN/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 4C97B1A3A2309E3A30FA066FFBC67051E2214CE4CA6A117ED7CE8EFA46C6287E +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64/pa-IN/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 0715A00E9902F0AA6EE52AE2D12169EF9971339A86E90268AFEC8E64618E1ADE +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64-aarch64/pa-IN/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 9AE2B6ED41FDFC12825AD9EEBA86F945B6CF4EE9F98B0C491E6A0DD73F8B7219 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pa-IN/152.0.4/Mozilla.Firefox.pa-IN.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/pa-IN/152.0.4/Mozilla.Firefox.pa-IN.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..c414c9c640519 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/152.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: 152.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/152.0.4/Mozilla.Firefox.pa-IN.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/pa-IN/152.0.4/Mozilla.Firefox.pa-IN.locale.da-DK.yaml new file mode 100644 index 0000000000000..714f9b85cd7d8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/152.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: 152.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/152.0.4/Mozilla.Firefox.pa-IN.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/pa-IN/152.0.4/Mozilla.Firefox.pa-IN.locale.de-DE.yaml new file mode 100644 index 0000000000000..90ec7cfbead12 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/152.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: 152.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/152.0.4/Mozilla.Firefox.pa-IN.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/pa-IN/152.0.4/Mozilla.Firefox.pa-IN.locale.el-GR.yaml new file mode 100644 index 0000000000000..2618186c81330 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/152.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: 152.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/152.0.4/Mozilla.Firefox.pa-IN.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/pa-IN/152.0.4/Mozilla.Firefox.pa-IN.locale.en-GB.yaml new file mode 100644 index 0000000000000..6c183f2c17d49 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/152.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: 152.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/152.0.4/Mozilla.Firefox.pa-IN.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/pa-IN/152.0.4/Mozilla.Firefox.pa-IN.locale.en-US.yaml new file mode 100644 index 0000000000000..3ec5d81d39bce --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/152.0.4/Mozilla.Firefox.pa-IN.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pa-IN +PackageVersion: 152.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 152.0.4, first offered to Release channel users on June 30, 2026 + + New + - Smart Window includes several enhancements: + - You can now ask it to close your tabs, with a confirmation step when needed and the option to undo afterward. (Bug 2040769) + - Browsing history results now appear with images. (Bug 2038069) + - When you give feedback on a response, you can now choose from common reasons and preview exactly what will be shared before submitting. (Bug 2033002) + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + + Fixed + - Fixed copy, paste, undo, redo, and similar keyboard shortcuts not working inside macOS system dialogs such as the Save and Open panels. (Bug 2040851, Bug 2040844) + - Fixed the Manage Cookies and Site Data dialog opening with an empty list when opened from the Settings search results. (Bug 2041077) + - Fixed keyboard focus landing in the wrong place after following an in-page link, so pressing Tab continues from the link's position as expected. (Bug 2049307) + - Various security fixes. + - Reference link to 152.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/152.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pa-IN/152.0.4/Mozilla.Firefox.pa-IN.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/pa-IN/152.0.4/Mozilla.Firefox.pa-IN.locale.es-MX.yaml new file mode 100644 index 0000000000000..e7dadf5364e8f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/152.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: 152.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/152.0.4/Mozilla.Firefox.pa-IN.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/pa-IN/152.0.4/Mozilla.Firefox.pa-IN.locale.fr-FR.yaml new file mode 100644 index 0000000000000..9bbfc6194a3e1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/152.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: 152.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/152.0.4/Mozilla.Firefox.pa-IN.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/pa-IN/152.0.4/Mozilla.Firefox.pa-IN.locale.hu-HU.yaml new file mode 100644 index 0000000000000..f7e56dc9e1a51 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/152.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: 152.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/152.0.4/Mozilla.Firefox.pa-IN.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/pa-IN/152.0.4/Mozilla.Firefox.pa-IN.locale.ja-JP.yaml new file mode 100644 index 0000000000000..31bcf3df212fc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/152.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: 152.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/152.0.4/Mozilla.Firefox.pa-IN.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/pa-IN/152.0.4/Mozilla.Firefox.pa-IN.locale.nb-NO.yaml new file mode 100644 index 0000000000000..56e52b58f3b15 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/152.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: 152.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/152.0.4/Mozilla.Firefox.pa-IN.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/pa-IN/152.0.4/Mozilla.Firefox.pa-IN.locale.ru-RU.yaml new file mode 100644 index 0000000000000..3f936fc90fccd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/152.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: 152.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/152.0.4/Mozilla.Firefox.pa-IN.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/pa-IN/152.0.4/Mozilla.Firefox.pa-IN.locale.ta-IN.yaml new file mode 100644 index 0000000000000..8b990b200598a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/152.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: 152.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/152.0.4/Mozilla.Firefox.pa-IN.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/pa-IN/152.0.4/Mozilla.Firefox.pa-IN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e8ae01ab2a059 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/152.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: 152.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/152.0.4/Mozilla.Firefox.pa-IN.yaml b/manifests/m/Mozilla/Firefox/pa-IN/152.0.4/Mozilla.Firefox.pa-IN.yaml new file mode 100644 index 0000000000000..f221dadb03310 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/152.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: 152.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pt-BR/152.0.4/Mozilla.Firefox.pt-BR.installer.yaml b/manifests/m/Mozilla/Firefox/pt-BR/152.0.4/Mozilla.Firefox.pt-BR.installer.yaml new file mode 100644 index 0000000000000..c6e23847a7bd3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/152.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: 152.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-30 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win32/pt-BR/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 9D806617C464955F2ADE38EDCA91AE3CF89663B2C3163EBC48B97F2FB8F56730 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64/pt-BR/Firefox%20Setup%20152.0.4.exe + InstallerSha256: B6D06A93E0586938733B6EE3919B12DEBEA1D4BC211B1DFEAF6E1B72B9268A6B +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64-aarch64/pt-BR/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 822AC356CC7F6EF1EB585DE90C9B8A8E4A19B83D6FAFCC0DD79D9DCB7E43617A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pt-BR/152.0.4/Mozilla.Firefox.pt-BR.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/pt-BR/152.0.4/Mozilla.Firefox.pt-BR.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..757ed457f080f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/152.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: 152.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/152.0.4/Mozilla.Firefox.pt-BR.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/pt-BR/152.0.4/Mozilla.Firefox.pt-BR.locale.da-DK.yaml new file mode 100644 index 0000000000000..88aea72a12baa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/152.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: 152.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/152.0.4/Mozilla.Firefox.pt-BR.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/pt-BR/152.0.4/Mozilla.Firefox.pt-BR.locale.de-DE.yaml new file mode 100644 index 0000000000000..248de06c67880 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/152.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: 152.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/152.0.4/Mozilla.Firefox.pt-BR.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/pt-BR/152.0.4/Mozilla.Firefox.pt-BR.locale.el-GR.yaml new file mode 100644 index 0000000000000..5b23959e5195d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/152.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: 152.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/152.0.4/Mozilla.Firefox.pt-BR.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/pt-BR/152.0.4/Mozilla.Firefox.pt-BR.locale.en-GB.yaml new file mode 100644 index 0000000000000..9253051375b17 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/152.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: 152.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/152.0.4/Mozilla.Firefox.pt-BR.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/pt-BR/152.0.4/Mozilla.Firefox.pt-BR.locale.en-US.yaml new file mode 100644 index 0000000000000..3a1f4671dfb3e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/152.0.4/Mozilla.Firefox.pt-BR.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pt-BR +PackageVersion: 152.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 152.0.4, first offered to Release channel users on June 30, 2026 + + New + - Smart Window includes several enhancements: + - You can now ask it to close your tabs, with a confirmation step when needed and the option to undo afterward. (Bug 2040769) + - Browsing history results now appear with images. (Bug 2038069) + - When you give feedback on a response, you can now choose from common reasons and preview exactly what will be shared before submitting. (Bug 2033002) + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + + Fixed + - Fixed copy, paste, undo, redo, and similar keyboard shortcuts not working inside macOS system dialogs such as the Save and Open panels. (Bug 2040851, Bug 2040844) + - Fixed the Manage Cookies and Site Data dialog opening with an empty list when opened from the Settings search results. (Bug 2041077) + - Fixed keyboard focus landing in the wrong place after following an in-page link, so pressing Tab continues from the link's position as expected. (Bug 2049307) + - Various security fixes. + - Reference link to 152.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/152.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pt-BR/152.0.4/Mozilla.Firefox.pt-BR.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/pt-BR/152.0.4/Mozilla.Firefox.pt-BR.locale.es-MX.yaml new file mode 100644 index 0000000000000..67a35c1f230fc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/152.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: 152.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/152.0.4/Mozilla.Firefox.pt-BR.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/pt-BR/152.0.4/Mozilla.Firefox.pt-BR.locale.fr-FR.yaml new file mode 100644 index 0000000000000..7a69eaff2b77f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/152.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: 152.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/152.0.4/Mozilla.Firefox.pt-BR.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/pt-BR/152.0.4/Mozilla.Firefox.pt-BR.locale.hu-HU.yaml new file mode 100644 index 0000000000000..2706f8d9547aa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/152.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: 152.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/152.0.4/Mozilla.Firefox.pt-BR.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/pt-BR/152.0.4/Mozilla.Firefox.pt-BR.locale.ja-JP.yaml new file mode 100644 index 0000000000000..2b0b886c468f3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/152.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: 152.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/152.0.4/Mozilla.Firefox.pt-BR.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/pt-BR/152.0.4/Mozilla.Firefox.pt-BR.locale.nb-NO.yaml new file mode 100644 index 0000000000000..7268c41397278 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/152.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: 152.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/152.0.4/Mozilla.Firefox.pt-BR.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/pt-BR/152.0.4/Mozilla.Firefox.pt-BR.locale.ru-RU.yaml new file mode 100644 index 0000000000000..12e25cbe0af8a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/152.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: 152.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/152.0.4/Mozilla.Firefox.pt-BR.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/pt-BR/152.0.4/Mozilla.Firefox.pt-BR.locale.ta-IN.yaml new file mode 100644 index 0000000000000..90ef7b7d9278f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/152.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: 152.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/152.0.4/Mozilla.Firefox.pt-BR.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/pt-BR/152.0.4/Mozilla.Firefox.pt-BR.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3cced26ae3163 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/152.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: 152.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/152.0.4/Mozilla.Firefox.pt-BR.yaml b/manifests/m/Mozilla/Firefox/pt-BR/152.0.4/Mozilla.Firefox.pt-BR.yaml new file mode 100644 index 0000000000000..7531ceaafe00a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/152.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: 152.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.installer.yaml b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.installer.yaml new file mode 100644 index 0000000000000..753ff5f97ee7c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 152.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-30 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win32/rm/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 84D2E0B159B56C33656035DBA7EC5CE3EF4D65B5B09F53B216208B5A8E7E4613 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64/rm/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 250D056BB180810DDF57C487EE4C11689D72E9015D027545D6A727C618C5E2FF +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64-aarch64/rm/Firefox%20Setup%20152.0.4.exe + InstallerSha256: DAC69127146CD05F769515FDE8220D93E1D3C15DF8DF26B87E00348DDED81503 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..9eee410da8019 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 152.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/rm/152.0.4/Mozilla.Firefox.rm.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.da-DK.yaml new file mode 100644 index 0000000000000..31a93f96e2567 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 152.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/rm/152.0.4/Mozilla.Firefox.rm.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.de-DE.yaml new file mode 100644 index 0000000000000..8e74956f80368 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 152.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/rm/152.0.4/Mozilla.Firefox.rm.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.el-GR.yaml new file mode 100644 index 0000000000000..471ca7bab9d48 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 152.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/rm/152.0.4/Mozilla.Firefox.rm.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.en-GB.yaml new file mode 100644 index 0000000000000..0daecc2fafce1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 152.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/rm/152.0.4/Mozilla.Firefox.rm.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.en-US.yaml new file mode 100644 index 0000000000000..1be6988ed7228 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 152.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 (rm) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 152.0.4, first offered to Release channel users on June 30, 2026 + + New + - Smart Window includes several enhancements: + - You can now ask it to close your tabs, with a confirmation step when needed and the option to undo afterward. (Bug 2040769) + - Browsing history results now appear with images. (Bug 2038069) + - When you give feedback on a response, you can now choose from common reasons and preview exactly what will be shared before submitting. (Bug 2033002) + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + + Fixed + - Fixed copy, paste, undo, redo, and similar keyboard shortcuts not working inside macOS system dialogs such as the Save and Open panels. (Bug 2040851, Bug 2040844) + - Fixed the Manage Cookies and Site Data dialog opening with an empty list when opened from the Settings search results. (Bug 2041077) + - Fixed keyboard focus landing in the wrong place after following an in-page link, so pressing Tab continues from the link's position as expected. (Bug 2049307) + - Various security fixes. + - Reference link to 152.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/152.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.es-MX.yaml new file mode 100644 index 0000000000000..5efb8a331e19c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 152.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/rm/152.0.4/Mozilla.Firefox.rm.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.fr-FR.yaml new file mode 100644 index 0000000000000..189185bfa6ec9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 152.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/rm/152.0.4/Mozilla.Firefox.rm.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.hu-HU.yaml new file mode 100644 index 0000000000000..9f19ca2230925 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 152.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/rm/152.0.4/Mozilla.Firefox.rm.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.ja-JP.yaml new file mode 100644 index 0000000000000..18a296639856e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 152.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/rm/152.0.4/Mozilla.Firefox.rm.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.nb-NO.yaml new file mode 100644 index 0000000000000..aeb667bd66f27 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 152.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/rm/152.0.4/Mozilla.Firefox.rm.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.ru-RU.yaml new file mode 100644 index 0000000000000..f5cb2ceddc45e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 152.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/rm/152.0.4/Mozilla.Firefox.rm.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.ta-IN.yaml new file mode 100644 index 0000000000000..6c96e27e3596f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 152.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/rm/152.0.4/Mozilla.Firefox.rm.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.zh-CN.yaml new file mode 100644 index 0000000000000..734724304c0bd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 152.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/rm/152.0.4/Mozilla.Firefox.rm.yaml b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.yaml new file mode 100644 index 0000000000000..2ae7e0a94174a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/152.0.4/Mozilla.Firefox.rm.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 152.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sco/152.0.4/Mozilla.Firefox.sco.installer.yaml b/manifests/m/Mozilla/Firefox/sco/152.0.4/Mozilla.Firefox.sco.installer.yaml new file mode 100644 index 0000000000000..d747a53cf2359 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/152.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: 152.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-30 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win32/sco/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 945E451D788C291EA63CDD4FC1AC4CCA2A869E805095A9EC766A69E634B16BFF +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64/sco/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 11D7EFF27E42CAFF6A01CD9EF47AF66869A5AE63809B51B6030D3775FC7AD4CE +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64-aarch64/sco/Firefox%20Setup%20152.0.4.exe + InstallerSha256: BAFE77A5006D9958DF394EFE5763F7A2A8005057FF2FF0549955AF8D5DED5765 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sco/152.0.4/Mozilla.Firefox.sco.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/sco/152.0.4/Mozilla.Firefox.sco.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..8f66cf1c8988a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/152.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: 152.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/152.0.4/Mozilla.Firefox.sco.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/sco/152.0.4/Mozilla.Firefox.sco.locale.da-DK.yaml new file mode 100644 index 0000000000000..c9e2faa6c6965 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/152.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: 152.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/152.0.4/Mozilla.Firefox.sco.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/sco/152.0.4/Mozilla.Firefox.sco.locale.de-DE.yaml new file mode 100644 index 0000000000000..aef167de7c235 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/152.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: 152.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/152.0.4/Mozilla.Firefox.sco.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/sco/152.0.4/Mozilla.Firefox.sco.locale.el-GR.yaml new file mode 100644 index 0000000000000..64ce38e16381a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/152.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: 152.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/152.0.4/Mozilla.Firefox.sco.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/sco/152.0.4/Mozilla.Firefox.sco.locale.en-GB.yaml new file mode 100644 index 0000000000000..4db004d1ca70b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/152.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: 152.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/152.0.4/Mozilla.Firefox.sco.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/sco/152.0.4/Mozilla.Firefox.sco.locale.en-US.yaml new file mode 100644 index 0000000000000..33c66eb58b7d0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/152.0.4/Mozilla.Firefox.sco.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sco +PackageVersion: 152.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 152.0.4, first offered to Release channel users on June 30, 2026 + + New + - Smart Window includes several enhancements: + - You can now ask it to close your tabs, with a confirmation step when needed and the option to undo afterward. (Bug 2040769) + - Browsing history results now appear with images. (Bug 2038069) + - When you give feedback on a response, you can now choose from common reasons and preview exactly what will be shared before submitting. (Bug 2033002) + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + + Fixed + - Fixed copy, paste, undo, redo, and similar keyboard shortcuts not working inside macOS system dialogs such as the Save and Open panels. (Bug 2040851, Bug 2040844) + - Fixed the Manage Cookies and Site Data dialog opening with an empty list when opened from the Settings search results. (Bug 2041077) + - Fixed keyboard focus landing in the wrong place after following an in-page link, so pressing Tab continues from the link's position as expected. (Bug 2049307) + - Various security fixes. + - Reference link to 152.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/152.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sco/152.0.4/Mozilla.Firefox.sco.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/sco/152.0.4/Mozilla.Firefox.sco.locale.es-MX.yaml new file mode 100644 index 0000000000000..6aca7ad4acb60 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/152.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: 152.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/152.0.4/Mozilla.Firefox.sco.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/sco/152.0.4/Mozilla.Firefox.sco.locale.fr-FR.yaml new file mode 100644 index 0000000000000..be4844064edd7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/152.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: 152.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/152.0.4/Mozilla.Firefox.sco.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/sco/152.0.4/Mozilla.Firefox.sco.locale.hu-HU.yaml new file mode 100644 index 0000000000000..835e661d49809 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/152.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: 152.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/152.0.4/Mozilla.Firefox.sco.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/sco/152.0.4/Mozilla.Firefox.sco.locale.ja-JP.yaml new file mode 100644 index 0000000000000..232b1c7dcca48 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/152.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: 152.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/152.0.4/Mozilla.Firefox.sco.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/sco/152.0.4/Mozilla.Firefox.sco.locale.nb-NO.yaml new file mode 100644 index 0000000000000..9dfb829d90fe4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/152.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: 152.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/152.0.4/Mozilla.Firefox.sco.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/sco/152.0.4/Mozilla.Firefox.sco.locale.ru-RU.yaml new file mode 100644 index 0000000000000..5b0f3bd1ef876 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/152.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: 152.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/152.0.4/Mozilla.Firefox.sco.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/sco/152.0.4/Mozilla.Firefox.sco.locale.ta-IN.yaml new file mode 100644 index 0000000000000..64f173f2135a0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/152.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: 152.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/152.0.4/Mozilla.Firefox.sco.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/sco/152.0.4/Mozilla.Firefox.sco.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8a5a04222dfae --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/152.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: 152.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/152.0.4/Mozilla.Firefox.sco.yaml b/manifests/m/Mozilla/Firefox/sco/152.0.4/Mozilla.Firefox.sco.yaml new file mode 100644 index 0000000000000..b4e4d0eff1b86 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/152.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: 152.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.installer.yaml b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.installer.yaml new file mode 100644 index 0000000000000..91b7a6d9c9913 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 152.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-30 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win32/sk/Firefox%20Setup%20152.0.4.exe + InstallerSha256: FFBE6376FA2E7DA922468E98BF3122BB96585848D41C95661C3308B126E01436 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64/sk/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 945B84A42B72C327FBEDF24A051503760FCEA82F94D8219506A0B5CC64622467 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64-aarch64/sk/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 6F8303B7F226D6A1CE2200D823DB9CCF0285D07DC42123D8F83E91115C19B15C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..38d6698e5eb3f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 152.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/sk/152.0.4/Mozilla.Firefox.sk.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.da-DK.yaml new file mode 100644 index 0000000000000..613499ae7454c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 152.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/sk/152.0.4/Mozilla.Firefox.sk.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.de-DE.yaml new file mode 100644 index 0000000000000..a1e9b2ce723d0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 152.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/sk/152.0.4/Mozilla.Firefox.sk.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.el-GR.yaml new file mode 100644 index 0000000000000..f8687d68ffd9c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 152.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/sk/152.0.4/Mozilla.Firefox.sk.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.en-GB.yaml new file mode 100644 index 0000000000000..b901859e3b8cf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 152.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/sk/152.0.4/Mozilla.Firefox.sk.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.en-US.yaml new file mode 100644 index 0000000000000..6019092e8e6c9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 152.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 (sk) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 152.0.4, first offered to Release channel users on June 30, 2026 + + New + - Smart Window includes several enhancements: + - You can now ask it to close your tabs, with a confirmation step when needed and the option to undo afterward. (Bug 2040769) + - Browsing history results now appear with images. (Bug 2038069) + - When you give feedback on a response, you can now choose from common reasons and preview exactly what will be shared before submitting. (Bug 2033002) + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + + Fixed + - Fixed copy, paste, undo, redo, and similar keyboard shortcuts not working inside macOS system dialogs such as the Save and Open panels. (Bug 2040851, Bug 2040844) + - Fixed the Manage Cookies and Site Data dialog opening with an empty list when opened from the Settings search results. (Bug 2041077) + - Fixed keyboard focus landing in the wrong place after following an in-page link, so pressing Tab continues from the link's position as expected. (Bug 2049307) + - Various security fixes. + - Reference link to 152.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/152.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.es-MX.yaml new file mode 100644 index 0000000000000..8055a3db7c550 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 152.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/sk/152.0.4/Mozilla.Firefox.sk.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.fr-FR.yaml new file mode 100644 index 0000000000000..725546bcc44b0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 152.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/sk/152.0.4/Mozilla.Firefox.sk.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.hu-HU.yaml new file mode 100644 index 0000000000000..f8e4e5b9c7ca6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 152.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/sk/152.0.4/Mozilla.Firefox.sk.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.ja-JP.yaml new file mode 100644 index 0000000000000..8af80fad9c050 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 152.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/sk/152.0.4/Mozilla.Firefox.sk.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.nb-NO.yaml new file mode 100644 index 0000000000000..06b2e8c6985b1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 152.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/sk/152.0.4/Mozilla.Firefox.sk.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.ru-RU.yaml new file mode 100644 index 0000000000000..53761dd62e330 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 152.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/sk/152.0.4/Mozilla.Firefox.sk.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.ta-IN.yaml new file mode 100644 index 0000000000000..7b62e56883090 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 152.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/sk/152.0.4/Mozilla.Firefox.sk.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..668f531263cd3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 152.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/sk/152.0.4/Mozilla.Firefox.sk.yaml b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.yaml new file mode 100644 index 0000000000000..6405a3e7f42ff --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/152.0.4/Mozilla.Firefox.sk.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 152.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/tl/152.0.4/Mozilla.Firefox.tl.installer.yaml b/manifests/m/Mozilla/Firefox/tl/152.0.4/Mozilla.Firefox.tl.installer.yaml new file mode 100644 index 0000000000000..877ac81f78f43 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/152.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: 152.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-30 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win32/tl/Firefox%20Setup%20152.0.4.exe + InstallerSha256: F066A93185AD3F451E5CA739DAF70C7BAAC535205123273F6A8CAC6AC5222084 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64/tl/Firefox%20Setup%20152.0.4.exe + InstallerSha256: DFA836E18B33A4B396F47145C09A2DF3B3684FFDEE8F73BA0C419BC432D7C712 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/152.0.4/win64-aarch64/tl/Firefox%20Setup%20152.0.4.exe + InstallerSha256: 96DF38656608120ABB9C14702CE85E5FF64BBAFDB67141AFF2CB498D0B82826B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/tl/152.0.4/Mozilla.Firefox.tl.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/tl/152.0.4/Mozilla.Firefox.tl.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..77f769dbb7a2d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/152.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: 152.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/152.0.4/Mozilla.Firefox.tl.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/tl/152.0.4/Mozilla.Firefox.tl.locale.da-DK.yaml new file mode 100644 index 0000000000000..f650d1573adbf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/152.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: 152.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/152.0.4/Mozilla.Firefox.tl.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/tl/152.0.4/Mozilla.Firefox.tl.locale.de-DE.yaml new file mode 100644 index 0000000000000..bd23adbb1165f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/152.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: 152.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/152.0.4/Mozilla.Firefox.tl.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/tl/152.0.4/Mozilla.Firefox.tl.locale.el-GR.yaml new file mode 100644 index 0000000000000..ddaf0d73bd520 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/152.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: 152.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/152.0.4/Mozilla.Firefox.tl.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/tl/152.0.4/Mozilla.Firefox.tl.locale.en-GB.yaml new file mode 100644 index 0000000000000..4316ece240faa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/152.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: 152.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/152.0.4/Mozilla.Firefox.tl.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/tl/152.0.4/Mozilla.Firefox.tl.locale.en-US.yaml new file mode 100644 index 0000000000000..4b9e32fedb178 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/152.0.4/Mozilla.Firefox.tl.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.tl +PackageVersion: 152.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 152.0.4, first offered to Release channel users on June 30, 2026 + + New + - Smart Window includes several enhancements: + - You can now ask it to close your tabs, with a confirmation step when needed and the option to undo afterward. (Bug 2040769) + - Browsing history results now appear with images. (Bug 2038069) + - When you give feedback on a response, you can now choose from common reasons and preview exactly what will be shared before submitting. (Bug 2033002) + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + + Fixed + - Fixed copy, paste, undo, redo, and similar keyboard shortcuts not working inside macOS system dialogs such as the Save and Open panels. (Bug 2040851, Bug 2040844) + - Fixed the Manage Cookies and Site Data dialog opening with an empty list when opened from the Settings search results. (Bug 2041077) + - Fixed keyboard focus landing in the wrong place after following an in-page link, so pressing Tab continues from the link's position as expected. (Bug 2049307) + - Various security fixes. + - Reference link to 152.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/152.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/tl/152.0.4/Mozilla.Firefox.tl.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/tl/152.0.4/Mozilla.Firefox.tl.locale.es-MX.yaml new file mode 100644 index 0000000000000..f72d1949ba8ea --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/152.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: 152.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/152.0.4/Mozilla.Firefox.tl.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/tl/152.0.4/Mozilla.Firefox.tl.locale.fr-FR.yaml new file mode 100644 index 0000000000000..5f52b9e8c85d8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/152.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: 152.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/152.0.4/Mozilla.Firefox.tl.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/tl/152.0.4/Mozilla.Firefox.tl.locale.hu-HU.yaml new file mode 100644 index 0000000000000..aac94822bc973 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/152.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: 152.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/152.0.4/Mozilla.Firefox.tl.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/tl/152.0.4/Mozilla.Firefox.tl.locale.ja-JP.yaml new file mode 100644 index 0000000000000..4c54e8d78f037 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/152.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: 152.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/152.0.4/Mozilla.Firefox.tl.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/tl/152.0.4/Mozilla.Firefox.tl.locale.nb-NO.yaml new file mode 100644 index 0000000000000..de90d82d42339 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/152.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: 152.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/152.0.4/Mozilla.Firefox.tl.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/tl/152.0.4/Mozilla.Firefox.tl.locale.ru-RU.yaml new file mode 100644 index 0000000000000..ca11aa51b9df3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/152.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: 152.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/152.0.4/Mozilla.Firefox.tl.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/tl/152.0.4/Mozilla.Firefox.tl.locale.ta-IN.yaml new file mode 100644 index 0000000000000..33dcc838884cd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/152.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: 152.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/152.0.4/Mozilla.Firefox.tl.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/tl/152.0.4/Mozilla.Firefox.tl.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e6c0d46e23f85 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/152.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: 152.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/152.0.4/Mozilla.Firefox.tl.yaml b/manifests/m/Mozilla/Firefox/tl/152.0.4/Mozilla.Firefox.tl.yaml new file mode 100644 index 0000000000000..413495155d016 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/152.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: 152.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaDesktop/0.3.34/Multica.MulticaDesktop.installer.yaml b/manifests/m/Multica/MulticaDesktop/0.3.34/Multica.MulticaDesktop.installer.yaml new file mode 100644 index 0000000000000..03073070c8bd5 --- /dev/null +++ b/manifests/m/Multica/MulticaDesktop/0.3.34/Multica.MulticaDesktop.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: Multica.MulticaDesktop +PackageVersion: 0.3.34 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- multica +ProductCode: d8b75c36-d208-59aa-9acd-26838c159dc3 +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/multica-ai/multica/releases/download/v0.3.34/multica-desktop-0.3.34-windows-x64.exe + InstallerSha256: C9A2E04294B8F9ECBBA7AC9D8AB6C0E13C91902D0941E9F86DA0C09000046296 +- Architecture: arm64 + InstallerUrl: https://github.com/multica-ai/multica/releases/download/v0.3.34/multica-desktop-0.3.34-windows-arm64.exe + InstallerSha256: A9BB59C1F158E73A0BFB297B26F21D800E0926C680177BCC049329E9F922C331 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaDesktop/0.3.34/Multica.MulticaDesktop.locale.en-US.yaml b/manifests/m/Multica/MulticaDesktop/0.3.34/Multica.MulticaDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..898e9c177b867 --- /dev/null +++ b/manifests/m/Multica/MulticaDesktop/0.3.34/Multica.MulticaDesktop.locale.en-US.yaml @@ -0,0 +1,62 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Multica.MulticaDesktop +PackageVersion: 0.3.34 +PackageLocale: en-US +Publisher: Multica +PublisherUrl: https://multica.ai/ +PublisherSupportUrl: https://github.com/multica-ai/multica/issues +PackageName: Multica +PackageUrl: https://multica.ai/download +License: Freeware +LicenseUrl: https://github.com/multica-ai/multica/blob/HEAD/LICENSE +Copyright: © 2026 Multica. All rights reserved. +ShortDescription: The open-source managed agents platform. Turn coding agents into real teammates — assign tasks, track progress, compound skills. +Description: |- + Multica turns coding agents into real teammates. Assign issues to an agent like you'd assign to a colleague — they'll pick up the work, write code, report blockers, and update statuses autonomously. + No more copy-pasting prompts. No more babysitting runs. Your agents show up on the board, participate in conversations, and compound reusable skills over time. Think of it as open-source infrastructure for managed agents — vendor-neutral, self-hosted, and designed for human + AI teams. Works with Claude Code, Codex, GitHub Copilot CLI, OpenClaw, OpenCode, Hermes, Gemini, Pi, Cursor Agent, Kimi, and Kiro CLI. + For larger teams, Squads add a stable routing layer: assign work to a group led by an agent, and the leader delegates to the right member. +Tags: +- agent +- agent-team +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- multi-agent +- programming +ReleaseNotes: |- + Changelog + - 170750242b29f8ed4768735d51b601f623863b07 BHI-12314: add Claude Sonnet 5 catalog and pricing support (MUL-3910) (#4783) + - f0c3b0911c6532945482ef7fc252250a6dce3a04 MUL-3828: fix Cursor and Kiro runtime completion transcripts (#4738) + - 1c010d25c0310ea34910deda140c7dfc1c12c099 Revert "refactor(autopilots): fold access management into the edit dialog (MU…" (#4763) + - 93404545580b0aaeef469ca9b900398f86349770 docs(changelog): add v0.3.34 entry for the 2026-07-01 release (MUL-3918) (#4794) + - 4b9ea4aa684dff610c266838a35142e8a23d9312 feat(agent): add ByteDance TRAE CLI (traecli) as an ACP backend (#4724) + - 26142d74aa138ccb50630a349f954ba557a96895 feat(self-host): collect anonymous source channels mul-3878 (#4741) + - 240ec4efd0dca47e96ddcf53479a2b982c6314f6 feat(slack): native /issue slash command over Socket Mode (MUL-3908) (#4780) + - 247e8ed5ab03a44eac4fbc487c62a54e8e89c00c feat(slack): reuse account link across apps in one Slack workspace (#4786) + - 159d9bebb1ea090fb8c9c12286a32202af288bf8 feat(slack): route /issue slash command through quick-create (MUL-3908) (#4793) + - 3a6d3522c89d1491eb5c08e437573122d86a62b6 feat(slack): two-command channel reads — chat history (overview) + chat thread [id] (MUL-3871) (#4762) + - e57288ba60347d24e5b6708c77c8ccc7f868d76b feat(usage): log per-run prompt-cache hit ratio (MUL-3887) (#4759) + - dbf11f0958d510edd8aa456da680714d820ee212 fix(attachments): relax frame-ancestors on local /uploads static route (MUL-3821) (#4777) + - 21d82b2ae596109bceb15636857d6cec8a4478b7 fix(editor): upgrade tiptap inline code handling (#4790) + - c4209ec7c0b4ae6a366aa938aac09539455c1c61 fix(issues): count active issues, not agents, in working chip (#4750) + - a27f82827806705bf01cad863ff83d9cc2abc39c fix(issues): make comment highlight background-only (#4789) + - ad1afdd48db5ad8f9a105e976eb692e5fe656c96 fix(self-host): restore official source report endpoint (#4781) + - a0735f70c822b851a64629149725b27b7ca0bed6 fix(selfhost): pass MULTICA_SLACK_SECRET_KEY through to backend container (MUL-3897) (#4768) + - bbd900635ea4c5c27fe5362295f509a385cf1097 fix(slack): allow slack_chat issue origin so /issue can create issues (MUL-3908) (#4785) + - 444c2f29a5a46567dbb78d6c1522e56707fe7f6d fix(slack): stop the chat agent narrating its history reads (MUL-3871) (#4776) + - 48f49d8abc5898f4f94275e658fd8996fc21f141 refactor(autopilots): fold access management into the edit dialog (MUL-3893) (#4761) + - 87f9d0fdd333d203bd18f1cc15164b5b0ca46a92 refactor(autopilots): open access management as a popover from the edit modal (MUL-3893) (#4765) + - 7b3cad664b80a1e2b3887bc36cb25fcc0f9edc20 revert(self-host): remove source channel reporting (#4799) + - fc88c7720f29182a6695da3e625b376357eaf947 test(onboarding): cover official source reporting controls (#4782) +ReleaseNotesUrl: https://github.com/multica-ai/multica/releases/tag/v0.3.34 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://multica.ai/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaDesktop/0.3.34/Multica.MulticaDesktop.locale.zh-CN.yaml b/manifests/m/Multica/MulticaDesktop/0.3.34/Multica.MulticaDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..59cf0b3c627aa --- /dev/null +++ b/manifests/m/Multica/MulticaDesktop/0.3.34/Multica.MulticaDesktop.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: Multica.MulticaDesktop +PackageVersion: 0.3.34 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 开源托管智能体助手平台。将编程智能体转化为真正的团队伙伴 —— 分配任务、跟踪进度、复用技能。 +Description: |- + Multica 将代码智能体转变为真正的团队伙伴。你可以像给同事分配任务一样给智能体分配 Issue —— 它们会自动接手工作、编写代码、报告阻碍并自主更新状态。 + 无需再反复复制粘贴提示词,也无需再盯守运行过程。你的智能体将出现在任务看板上,参与对话,并随时间积累可复用的技能。将其视为受管智能体的开源基础设施 —— 厂商中立、支持私有化部署,专为“人+AI”团队设计。兼容 Claude Code、Codex、GitHub Copilot CLI、OpenClaw、OpenCode、Hermes、Gemini、Pi、Cursor Agent、Kimi 和 Kiro CLI。 + 对于更大的团队,Squads(小队)增加了一个稳定的路由层:将工作分配给一个由智能体领导的小组,领导者会将其委派给最合适的成员。 +Tags: +- 人工智能 +- 代码 +- 多智能体 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://multica.ai/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaDesktop/0.3.34/Multica.MulticaDesktop.yaml b/manifests/m/Multica/MulticaDesktop/0.3.34/Multica.MulticaDesktop.yaml new file mode 100644 index 0000000000000..cb981ee9d4f71 --- /dev/null +++ b/manifests/m/Multica/MulticaDesktop/0.3.34/Multica.MulticaDesktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Multica.MulticaDesktop +PackageVersion: 0.3.34 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/martinrotter/RSSGuard5/5.2.1/martinrotter.RSSGuard5.installer.yaml b/manifests/m/martinrotter/RSSGuard5/5.2.1/martinrotter.RSSGuard5.installer.yaml new file mode 100644 index 0000000000000..9f952daef85fc --- /dev/null +++ b/manifests/m/martinrotter/RSSGuard5/5.2.1/martinrotter.RSSGuard5.installer.yaml @@ -0,0 +1,24 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: martinrotter.RSSGuard5 +PackageVersion: 5.2.1 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: RSS Guard 5 +ReleaseDate: 2026-06-30 +AppsAndFeaturesEntries: +- DisplayName: RSS Guard + ProductCode: RSS Guard 5 +InstallationMetadata: + DefaultInstallLocation: C:\RSS Guard 5 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/martinrotter/rssguard/releases/download/5.2.1/rssguard-5.2.1-web-qt6-win10.exe + InstallerSha256: 7ACFA51685F60939CFA19D28C21E10038881AEAAE6E59269C7335E7D3CB3CAC4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/martinrotter/RSSGuard5/5.2.1/martinrotter.RSSGuard5.locale.en-US.yaml b/manifests/m/martinrotter/RSSGuard5/5.2.1/martinrotter.RSSGuard5.locale.en-US.yaml new file mode 100644 index 0000000000000..b246e100fc639 --- /dev/null +++ b/manifests/m/martinrotter/RSSGuard5/5.2.1/martinrotter.RSSGuard5.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: martinrotter.RSSGuard5 +PackageVersion: 5.2.1 +PackageLocale: en-US +Publisher: martinrotter +PublisherUrl: https://github.com/martinrotter +PublisherSupportUrl: https://github.com/martinrotter/rssguard/issues +Author: Martin Rotter +PackageName: RSS Guard 5 +PackageUrl: https://github.com/martinrotter/rssguard +License: GPL-3.0 +LicenseUrl: https://github.com/martinrotter/rssguard/blob/HEAD/LICENSE.md +ShortDescription: Feed reader (podcast player and also Gemini protocol client) which supports RSS/ATOM/JSON and many web-based feed services. +Moniker: rssguard5 +Tags: +- aggregator +- atom +- bazqux +- c-plus-plus +- feedly +- freshrss +- gmail +- inoreader +- nextcloud +- qt +- rdf +- rss +- rss-guard +- rss-reader +- theoldreader +- tiny-tiny-rss +ReleaseNotes: |- + Added: + - Feed and article lists now share common handling for column visibility, order, width and sort state. + - Feed list column order is now saved and restored together with other column settings. + - Column header context menu now offers per-column submenus where visibility and resize mode can be changed. + - Column resize mode can now be switched between interactive sizing, stretching and resizing to contents, and the selected mode is saved with the column state. + - Column header context menu can now switch whether the last visible column stretches to fill available space, and this setting is saved with the column state. + - Column header context menu can now switch cascading section resizing, and this setting is saved with the column state. + - Column header context menu can now autosize a single interactive column or all visible interactive columns. + - Column header context menu now highlights the column which was right-clicked. + - Article list can now optionally remember separate column layouts for feeds, folders, accounts, labels, search folders, important articles, unread articles and recycle bin. (#1297) +ReleaseNotesUrl: https://github.com/martinrotter/rssguard/releases/tag/5.2.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/martinrotter/RSSGuard5/5.2.1/martinrotter.RSSGuard5.yaml b/manifests/m/martinrotter/RSSGuard5/5.2.1/martinrotter.RSSGuard5.yaml new file mode 100644 index 0000000000000..00a329c2d7dde --- /dev/null +++ b/manifests/m/martinrotter/RSSGuard5/5.2.1/martinrotter.RSSGuard5.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: martinrotter.RSSGuard5 +PackageVersion: 5.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetSentinel/NetSentinel/2.1.21/NetSentinel.NetSentinel.installer.yaml b/manifests/n/NetSentinel/NetSentinel/2.1.21/NetSentinel.NetSentinel.installer.yaml new file mode 100644 index 0000000000000..6218bdfa9f514 --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/2.1.21/NetSentinel.NetSentinel.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 2.1.21 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART + Log: /"{localappdata}\NetSentinel\install.log" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ossianericson/netsentinel/releases/download/v2.1.21/NetSentinel-Setup-2.1.21.exe + InstallerSha256: 31B35A17EEB149BFFE7A3C251220F8FBF6B96ECDD949F9863783730E095CE623 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-01 diff --git a/manifests/n/NetSentinel/NetSentinel/2.1.21/NetSentinel.NetSentinel.locale.en-US.yaml b/manifests/n/NetSentinel/NetSentinel/2.1.21/NetSentinel.NetSentinel.locale.en-US.yaml new file mode 100644 index 0000000000000..8aee1046f19ca --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/2.1.21/NetSentinel.NetSentinel.locale.en-US.yaml @@ -0,0 +1,60 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 2.1.21 +PackageLocale: en-US +Publisher: NetSentinel Project +PublisherUrl: https://github.com/ossianericson/netsentinel +PublisherSupportUrl: https://github.com/ossianericson/netsentinel/issues +PrivacyUrl: https://github.com/ossianericson/netsentinel/blob/main/PRIVACY.md +PackageName: NetSentinel +PackageUrl: https://github.com/ossianericson/netsentinel +License: MIT +LicenseUrl: https://raw.githubusercontent.com/ossianericson/netsentinel/main/LICENSE +ShortDescription: Network security scanner — rogue device detector, STP monitor, and connectivity analyser +Description: |- + NetSentinel is a one-stop network diagnostic and security tool for Windows. + It combines several tools that previously required separate utilities: + + • Device Fingerprinter — scans your LAN's ARP table and identifies every + device by MAC OUI, hostname, and device type (camera, smart speaker, router, etc.) + • Rogue Bridge Detector — captures 802.1D/RSTP BPDUs and flags any device + that steals the Root Bridge role and causes periodic 15-45 second outages. + • Broadcast Storm Analyser — measures broadcast/multicast packet rates and + identifies which device is flooding the network. + • IoT Behavioral Baseline — learns normal IoT traffic patterns and raises + an alert if your smart fridge starts port-scanning or talking to a C2 server. + • Root Cause Correlator — links trace results, storm data, and STP findings + into a single plain-English verdict with actionable remediation steps. + • Connection Stability Monitor — long-term background ping logger with + outage detection, jitter analysis, and a 24-hour stability score. + • TCP Port Scanner, OS Fingerprinter, CVE Lookup, DNS Leak Test, Speed Test, + ARP spoof detector, DHCP monitor, SNMP poller, and more. + + Most features require Administrator privileges for raw packet capture. + Install Npcap (https://npcap.com) for STP, Storm, and ARP modules. +Moniker: netsentinel +Tags: +- network +- security +- scanner +- monitoring +- diagnostics +- lan +- wifi +- dns +- iot +- port-scanner +- cve +- speed-test +- packet-capture +- mqtt +- home-assistant +- network-health +ReleaseNotesUrl: https://github.com/ossianericson/netsentinel/releases/tag/v2.1.21 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/ossianericson/netsentinel/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetSentinel/NetSentinel/2.1.21/NetSentinel.NetSentinel.yaml b/manifests/n/NetSentinel/NetSentinel/2.1.21/NetSentinel.NetSentinel.yaml new file mode 100644 index 0000000000000..886ccb3cdb60b --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/2.1.21/NetSentinel.NetSentinel.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 2.1.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenAI/Codex/0.142.5/OpenAI.Codex.installer.yaml b/manifests/o/OpenAI/Codex/0.142.5/OpenAI.Codex.installer.yaml new file mode 100644 index 0000000000000..8cb1c42be6328 --- /dev/null +++ b/manifests/o/OpenAI/Codex/0.142.5/OpenAI.Codex.installer.yaml @@ -0,0 +1,37 @@ +# 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: OpenAI.Codex +PackageVersion: 0.142.5 +InstallerType: zip +NestedInstallerType: portable +Commands: +- codex +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: codex-command-runner.exe + - RelativeFilePath: codex-windows-sandbox-setup.exe + - RelativeFilePath: codex-x86_64-pc-windows-msvc.exe + PortableCommandAlias: codex + InstallerUrl: https://github.com/openai/codex/releases/download/rust-v0.142.5/codex-x86_64-pc-windows-msvc.exe.zip + InstallerSha256: 9D344A41DC15408BB2CC3ED3782CDE33E7B4FD4A7016B5838DFEFFAF1F6E6C0D + Dependencies: + PackageDependencies: + - PackageIdentifier: BurntSushi.ripgrep.MSVC + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: codex-aarch64-pc-windows-msvc.exe + PortableCommandAlias: codex + - RelativeFilePath: codex-command-runner.exe + - RelativeFilePath: codex-windows-sandbox-setup.exe + InstallerUrl: https://github.com/openai/codex/releases/download/rust-v0.142.5/codex-aarch64-pc-windows-msvc.exe.zip + InstallerSha256: 7E921BBAE2F0D17C42778FEF19B07A90AD65545C1FACAD36AE7BCE9507CA933F + Dependencies: + PackageDependencies: + - PackageIdentifier: BurntSushi.ripgrep.MSVC + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenAI/Codex/0.142.5/OpenAI.Codex.locale.en-US.yaml b/manifests/o/OpenAI/Codex/0.142.5/OpenAI.Codex.locale.en-US.yaml new file mode 100644 index 0000000000000..023d341cd7541 --- /dev/null +++ b/manifests/o/OpenAI/Codex/0.142.5/OpenAI.Codex.locale.en-US.yaml @@ -0,0 +1,36 @@ +# 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: OpenAI.Codex +PackageVersion: 0.142.5 +PackageLocale: en-US +Publisher: OpenAI, Inc. +PublisherUrl: https://github.com/openai +PublisherSupportUrl: https://github.com/openai/codex/issues +Author: OpenAI, Inc. +PackageName: Codex CLI +PackageUrl: https://github.com/openai/codex +License: Apache-2.0 +LicenseUrl: https://github.com/openai/codex/blob/HEAD/LICENSE +Copyright: Copyright 2025 OpenAI +CopyrightUrl: https://github.com/openai/codex/blob/HEAD/NOTICE +ShortDescription: Codex CLI is an open‑source local coding agent that runs in your terminal, letting you write, edit, and understand code without leaving the command line. +Moniker: codex +Tags: +- agent +- ai +- cli +- llm +- openai +ReleaseNotes: |- + Bug Fixes + - Prevented full Responses WebSocket request payloads from being written to trace logs. (#30771) + Changelog + Full Changelog: rust-v0.142.4...rust-v0.142.5 + - #30771 [codex] Backport websocket trace fix to release/0.142 @dylan-hurd-oai +ReleaseNotesUrl: https://github.com/openai/codex/releases/tag/rust-v0.142.5 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://developers.openai.com/codex/cli +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenAI/Codex/0.142.5/OpenAI.Codex.yaml b/manifests/o/OpenAI/Codex/0.142.5/OpenAI.Codex.yaml new file mode 100644 index 0000000000000..37e322b988638 --- /dev/null +++ b/manifests/o/OpenAI/Codex/0.142.5/OpenAI.Codex.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: OpenAI.Codex +PackageVersion: 0.142.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/codereview-cli/0.10.200/OpenCLICollective.codereview-cli.installer.yaml b/manifests/o/OpenCLICollective/codereview-cli/0.10.200/OpenCLICollective.codereview-cli.installer.yaml new file mode 100644 index 0000000000000..93143f114be18 --- /dev/null +++ b/manifests/o/OpenCLICollective/codereview-cli/0.10.200/OpenCLICollective.codereview-cli.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.codereview-cli +PackageVersion: 0.10.200 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cr.exe + PortableCommandAlias: cr +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-cli-collective/codereview-cli/releases/download/v0.10.200/cr_v0.10.200_windows_amd64.zip + InstallerSha256: 8E8ED8AD7F43EAD641ABC12CC7DE8F07A833A1A1DECEE362434D4D89E3DE5261 +- Architecture: arm64 + InstallerUrl: https://github.com/open-cli-collective/codereview-cli/releases/download/v0.10.200/cr_v0.10.200_windows_arm64.zip + InstallerSha256: 6EDE24665386636AE8185CEA51C71BB5F1EC6F412D0D25A4109EFE62853C27B3 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-01 diff --git a/manifests/o/OpenCLICollective/codereview-cli/0.10.200/OpenCLICollective.codereview-cli.locale.en-US.yaml b/manifests/o/OpenCLICollective/codereview-cli/0.10.200/OpenCLICollective.codereview-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..a0c1da2963433 --- /dev/null +++ b/manifests/o/OpenCLICollective/codereview-cli/0.10.200/OpenCLICollective.codereview-cli.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.codereview-cli +PackageVersion: 0.10.200 +PackageLocale: en-US +Publisher: Open CLI Collective +PublisherUrl: https://github.com/open-cli-collective +PublisherSupportUrl: https://github.com/open-cli-collective/codereview-cli/issues +PackageName: Code Review CLI +PackageUrl: https://github.com/open-cli-collective/codereview-cli +License: MIT +LicenseUrl: https://github.com/open-cli-collective/codereview-cli/blob/main/LICENSE +ShortDescription: Automated pull-request review CLI +Description: |- + cr runs automated pull-request reviews, records review state locally, posts + review output back to GitHub, and keeps durable metadata to resume, repair, + inspect, and prune review runs. +Tags: +- code-review +- pull-request +- github +- cli +- automation +ReleaseNotesUrl: https://github.com/open-cli-collective/codereview-cli/releases/tag/v0.10.200 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/codereview-cli/0.10.200/OpenCLICollective.codereview-cli.yaml b/manifests/o/OpenCLICollective/codereview-cli/0.10.200/OpenCLICollective.codereview-cli.yaml new file mode 100644 index 0000000000000..70dc77bb30ea0 --- /dev/null +++ b/manifests/o/OpenCLICollective/codereview-cli/0.10.200/OpenCLICollective.codereview-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.codereview-cli +PackageVersion: 0.10.200 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/google-readonly/1.1.66/OpenCLICollective.google-readonly.installer.yaml b/manifests/o/OpenCLICollective/google-readonly/1.1.66/OpenCLICollective.google-readonly.installer.yaml new file mode 100644 index 0000000000000..e69cf7ac0356c --- /dev/null +++ b/manifests/o/OpenCLICollective/google-readonly/1.1.66/OpenCLICollective.google-readonly.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.google-readonly +PackageVersion: 1.1.66 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: gro.exe + PortableCommandAlias: gro +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.1.66/gro_v1.1.66_windows_amd64.zip + InstallerSha256: CD67B8B4ED8949D39A8A181ADCCF4A2D15231DCAE1A5A1794A1CF19F11BC7BD3 +- Architecture: arm64 + InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.1.66/gro_v1.1.66_windows_arm64.zip + InstallerSha256: 1DB8B1F479A16DD81995FE444B18C5FA3D3AA1456DF729667BF940DC570504CF +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-30 diff --git a/manifests/o/OpenCLICollective/google-readonly/1.1.66/OpenCLICollective.google-readonly.locale.en-US.yaml b/manifests/o/OpenCLICollective/google-readonly/1.1.66/OpenCLICollective.google-readonly.locale.en-US.yaml new file mode 100644 index 0000000000000..61ab1c3a73118 --- /dev/null +++ b/manifests/o/OpenCLICollective/google-readonly/1.1.66/OpenCLICollective.google-readonly.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.google-readonly +PackageVersion: 1.1.66 +PackageLocale: en-US +Publisher: Open CLI Collective +PublisherUrl: https://github.com/open-cli-collective +PublisherSupportUrl: https://github.com/open-cli-collective/google-readonly/issues +PackageName: Google Readonly CLI +PackageUrl: https://github.com/open-cli-collective/google-readonly +License: MIT +LicenseUrl: https://github.com/open-cli-collective/google-readonly/blob/main/LICENSE +ShortDescription: Read-only command-line interface for Google services +Description: |- + A read-only CLI for Google services. Provides secure, read-only access to + Gmail, Google Calendar, and Google Drive including searching messages, + reading emails, viewing calendar events, and browsing Drive files. +Tags: +- google +- gmail +- calendar +- drive +- cli +- api +- readonly +- automation +ReleaseNotesUrl: https://github.com/open-cli-collective/google-readonly/releases/tag/v1.1.66 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/open-cli-collective/google-readonly/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/google-readonly/1.1.66/OpenCLICollective.google-readonly.yaml b/manifests/o/OpenCLICollective/google-readonly/1.1.66/OpenCLICollective.google-readonly.yaml new file mode 100644 index 0000000000000..1d6b3caae5b86 --- /dev/null +++ b/manifests/o/OpenCLICollective/google-readonly/1.1.66/OpenCLICollective.google-readonly.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.google-readonly +PackageVersion: 1.1.66 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/slack-chat-cli/3.2.67/OpenCLICollective.slack-chat-cli.installer.yaml b/manifests/o/OpenCLICollective/slack-chat-cli/3.2.67/OpenCLICollective.slack-chat-cli.installer.yaml new file mode 100644 index 0000000000000..1c980be04a590 --- /dev/null +++ b/manifests/o/OpenCLICollective/slack-chat-cli/3.2.67/OpenCLICollective.slack-chat-cli.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.slack-chat-cli +PackageVersion: 3.2.67 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: slck.exe + PortableCommandAlias: slck +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-cli-collective/slack-chat-api/releases/download/v3.2.67/slck_v3.2.67_windows_amd64.zip + InstallerSha256: 7B86E308FB9ECEECA764674B3590CA710B79501451FA0BF8B782D65B7A3DC52B +- Architecture: arm64 + InstallerUrl: https://github.com/open-cli-collective/slack-chat-api/releases/download/v3.2.67/slck_v3.2.67_windows_arm64.zip + InstallerSha256: A73B0BC598A7EAA1E759392596A027DA348B42F57937A44843EFA1F17956DCA2 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-30 diff --git a/manifests/o/OpenCLICollective/slack-chat-cli/3.2.67/OpenCLICollective.slack-chat-cli.locale.en-US.yaml b/manifests/o/OpenCLICollective/slack-chat-cli/3.2.67/OpenCLICollective.slack-chat-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..1218552e55e19 --- /dev/null +++ b/manifests/o/OpenCLICollective/slack-chat-cli/3.2.67/OpenCLICollective.slack-chat-cli.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.slack-chat-cli +PackageVersion: 3.2.67 +PackageLocale: en-US +Publisher: Open CLI Collective +PublisherUrl: https://github.com/open-cli-collective +PublisherSupportUrl: https://github.com/open-cli-collective/slack-chat-api/issues +PackageName: Slack Chat API CLI +PackageUrl: https://github.com/open-cli-collective/slack-chat-api +License: MIT +LicenseUrl: https://github.com/open-cli-collective/slack-chat-api/blob/main/LICENSE +ShortDescription: Command-line interface for Slack Web API +Description: |- + A lightweight CLI for interacting with the Slack Web API. Provides direct + API access for automation and scripting including sending messages, managing + channels, listing users, viewing message history, and searching messages/files. +Tags: +- slack +- cli +- api +- messaging +- automation +- chat +ReleaseNotesUrl: https://github.com/open-cli-collective/slack-chat-api/releases/tag/v3.2.67 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/open-cli-collective/slack-chat-api/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/slack-chat-cli/3.2.67/OpenCLICollective.slack-chat-cli.yaml b/manifests/o/OpenCLICollective/slack-chat-cli/3.2.67/OpenCLICollective.slack-chat-cli.yaml new file mode 100644 index 0000000000000..54a4bd790f914 --- /dev/null +++ b/manifests/o/OpenCLICollective/slack-chat-cli/3.2.67/OpenCLICollective.slack-chat-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.slack-chat-cli +PackageVersion: 3.2.67 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenListTeam/OpenList/4.2.3/OpenListTeam.OpenList.installer.yaml b/manifests/o/OpenListTeam/OpenList/4.2.3/OpenListTeam.OpenList.installer.yaml new file mode 100644 index 0000000000000..2cfefee762ebc --- /dev/null +++ b/manifests/o/OpenListTeam/OpenList/4.2.3/OpenListTeam.OpenList.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenListTeam.OpenList +PackageVersion: 4.2.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: openlist.exe +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/OpenListTeam/OpenList/releases/download/v4.2.3/openlist-windows-386.zip + InstallerSha256: C439333FBEE641382C0368DAE8DAFFF356CC93E70104F4C0E19B754B3F825716 +- Architecture: x64 + InstallerUrl: https://github.com/OpenListTeam/OpenList/releases/download/v4.2.3/openlist-windows-amd64.zip + InstallerSha256: 354956F9F5F86E30F77F2FC223BF1FA1FF9DC9516FB336D6197F24F7EBEE7D3D +- Architecture: arm64 + InstallerUrl: https://github.com/OpenListTeam/OpenList/releases/download/v4.2.3/openlist-windows-arm64.zip + InstallerSha256: 1552AC7BC6F0C0624A7179928492A6559F6066A0EC194326D2B9DA8BD974FA25 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenListTeam/OpenList/4.2.3/OpenListTeam.OpenList.locale.en-US.yaml b/manifests/o/OpenListTeam/OpenList/4.2.3/OpenListTeam.OpenList.locale.en-US.yaml new file mode 100644 index 0000000000000..eb9a1022ea806 --- /dev/null +++ b/manifests/o/OpenListTeam/OpenList/4.2.3/OpenListTeam.OpenList.locale.en-US.yaml @@ -0,0 +1,125 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenListTeam.OpenList +PackageVersion: 4.2.3 +PackageLocale: en-US +Publisher: OpenList Team +PublisherUrl: https://oplist.org/ +PublisherSupportUrl: https://github.com/OpenListTeam/OpenList/issues +PackageName: OpenList +PackageUrl: https://oplist.org/ +License: AGPL-3.0 +LicenseUrl: https://github.com/OpenListTeam/OpenList/blob/HEAD/LICENSE +ShortDescription: A file list program that supports multiple storage, powered by Gin and Solidjs. +Tags: +- file +- server +- share +- storage +ReleaseNotes: |- + 🚀 Features + - actions: + - Add workflow to clean up untagged Docker images - by @elysia-best in https://github.com/OpenListTeam/OpenList/issues/2657 (9e55a) + - archive: + - Support livp as zip archive - by @jyxjjj and Codex in https://github.com/OpenListTeam/OpenList/issues/2624 (b05a5) + - baidu: + - Support link cache lasting one hour - by @hcrgm in https://github.com/OpenListTeam/OpenList/issues/2033 (da84a) + - drivers: + - Add emby driver - by @Akizon77 in https://github.com/OpenListTeam/OpenList/issues/2270 (ac80f) + - Add Cloudflare Image Bed support - by @ZZ0YY, Copilot and Copilot Autofix powered by AI in https://github.com/OpenListTeam/OpenList/issues/2427 (6eedf) + - drivers/alidoc: + - Add DingTalk Docs driver - by @zjhcx and @j2rong4cn in https://github.com/OpenListTeam/OpenList/issues/2543 (aa534) + - mcp: + - Add mcp endpoint for whole openlist - by @jyxjjj and Codex in https://github.com/OpenListTeam/OpenList/issues/2485 (3b017) + - onedrive_sharelink: + - Support direct download redirects - by @syscc, syscc and Codex in https://github.com/OpenListTeam/OpenList/issues/2591 (97370) + - Support upload and folder sizes - by @syscc, syscc and Codex in https://github.com/OpenListTeam/OpenList/issues/2595 (08931) + - s3: + - Support direct transfer redirects - by @syscc, syscc and Codex in https://github.com/OpenListTeam/OpenList/issues/2598 (88d25) + 🐞 Bug Fixes + - Prevent panic in unaligned 64-bit atomic - by @yunxuanhao in https://github.com/OpenListTeam/OpenList/issues/2637 (d403f) + - 115-open: + - Map SDK not found errors - by @syscc in https://github.com/OpenListTeam/OpenList/issues/2596 (726bb) + - archive: + - Prefer utf-8 for non-EFS zip names - by @Lanfei in https://github.com/OpenListTeam/OpenList/issues/2557 (9b587) + - build.sh: + - Remove rm -rf .git/ - by @elysia-best in https://github.com/OpenListTeam/OpenList/issues/2703 (a92d5) + - cache,mem: + - Replace finalizers with runtime.AddCleanup - by @j2rong4cn in https://github.com/OpenListTeam/OpenList/issues/2535 (9282e) + - chaoxing: + - Support multiple uploadDate formats - by @yuxiaoyu8192 in https://github.com/OpenListTeam/OpenList/issues/2545 (cd664) + - clean_docker: + - Only fetch up to 10 pages of image versions - by @elysia-best in https://github.com/OpenListTeam/OpenList/issues/2680 (e9ea9) + - deps: + - Update module github.com/antchfx/htmlquery to v1.3.6 - by @PIKACHUIM in https://github.com/OpenListTeam/OpenList/issues/2601 (009d8) + - Update module github.com/aws/aws-sdk-go to v1.55.8 - in https://github.com/OpenListTeam/OpenList/issues/2574 (aea77) + - Update github.com/t3rm1n4l/go-mega digest to 6845944 - in https://github.com/OpenListTeam/OpenList/issues/2088 (40b39) + - Update module github.com/charmbracelet/bubbles to v0.21.1 - in https://github.com/OpenListTeam/OpenList/issues/2686 (759ad) + - Update module github.com/pkg/sftp to v1.13.10 - in https://github.com/OpenListTeam/OpenList/issues/2694 (30922) + - Update module github.com/sirupsen/logrus to v1.9.4 - in https://github.com/OpenListTeam/OpenList/issues/2695 (31810) + - Update module github.com/ncw/swift/v2 to v2.0.5 - in https://github.com/OpenListTeam/OpenList/issues/2691 (1be74) + - Update module github.com/mholt/archives to v0.1.5 - in https://github.com/OpenListTeam/OpenList/issues/2690 (33015) + - Update module github.com/bodgit/sevenzip to v1.6.4 - by @PIKACHUIM in https://github.com/OpenListTeam/OpenList/issues/2682 (cc3d8) + - Update module github.com/gin-contrib/cors to v1.7.7 - in https://github.com/OpenListTeam/OpenList/issues/2688 (5273a) + - Update github.com/cloudsoda/go-smb2 digest to d8c5600 - in https://github.com/OpenListTeam/OpenList/issues/2298 (d8598) + - Update module github.com/stangelandcl/ppmd v0.1.1 - by @PIKACHUIM in https://github.com/OpenListTeam/OpenList/issues/2698 (f63a5) + - doubao_new: + - Remove temp file after cross-storage put - by @Suyunmeng in https://github.com/OpenListTeam/OpenList/issues/2530 (98c32) + - driver: + - Json: cannot unmarshal number into Go struct field RenameResp.id of type string - by @PIKACHUIM in https://github.com/OpenListTeam/OpenList/issues/2526 (ba6f9) + - 123pan url www.123pan.com → yun.123pan.com - by @PIKACHUIM in https://github.com/OpenListTeam/OpenList/issues/2678 (d4aa8) + - drivers/115_open: + - Simplify Move and Copy methods to return error directly - by @tide-wait in https://github.com/OpenListTeam/OpenList/issues/2505 (b86d1) + - drivers/189pc: + - Pass pointer to RenameResp in Rename method - by @Ovear in https://github.com/OpenListTeam/OpenList/issues/2647 (6ed7d) + - Sync .torrent file when copy/move/rename/upload - by @PIKACHUIM in https://github.com/OpenListTeam/OpenList/issues/2522 (bfbc4) + - drivers/chunk: + - Handle missing chunk part zero - by @jyxjjj and Codex in https://github.com/OpenListTeam/OpenList/issues/2619 (a0f00) + - drivers/ftp: + - Add cwd_list option and filter path-separated entries - by @sorubedo and Claude in https://github.com/OpenListTeam/OpenList/issues/2621 (3abdf) + - drivers/github_releases: + - Skip broken repos instead of returning 500 - by @xrgzs, Claude Code, Mimo and Copilot in https://github.com/OpenListTeam/OpenList/issues/2494 (a42e3) + - drivers/thunder: + - Handle missing token errors - by @jyxjjj in https://github.com/OpenListTeam/OpenList/issues/2623 (d3497) + - drivers/webdav: + - Normalize missing path error - by @fwerkor and ChatGPT in https://github.com/OpenListTeam/OpenList/issues/2611 (f4547) + - fs: + - Clear skipped names before copy and move tasks - by @Suyunmeng in https://github.com/OpenListTeam/OpenList/issues/2520 (4c77b) + - go.mod: + - Update Go version to 1.25 - by @elysia-best in https://github.com/OpenListTeam/OpenList/issues/2692 (86679) + - ilanzou: + - Fix redirect - by @ucscynsqfhnlmntznkaeporoc in https://github.com/OpenListTeam/OpenList/issues/2649 (5a12c) + - index/meilisearch: + - Refresh progress after update - by @jyxjjj and Codex in https://github.com/OpenListTeam/OpenList/issues/2628 (7e55f) + - local: + - Remove thumbnail cache on delete - by @jyxjjj and Codex in https://github.com/OpenListTeam/OpenList/issues/2627 (ffe3f) + - offline-download: + - Block cloud metadata endpoints - by @jyxjjj in https://github.com/OpenListTeam/OpenList/issues/2487 (ace74) + - offline_download: + - Restore SimpleHttp fallback for http links - by @Suyunmeng in https://github.com/OpenListTeam/OpenList/issues/2516 (3b176) + - Block SimpleHttp temp file path traversal via strict filename sanitization - by @Suyunmeng (9cc5d) + - op: + - Use oldName variable for cache updates in Rename function - by @j2rong4cn in https://github.com/OpenListTeam/OpenList/issues/2570 (054db) + - s3: + - Only skip direct redirect for true sub-resource queries - by @syscc in https://github.com/OpenListTeam/OpenList/issues/2604 (d7c33) + - sftp: + - Add connection timeout - by @jyxjjj and Codex in https://github.com/OpenListTeam/OpenList/issues/2626 (b7f9e) + - teldrive: + - Avoid index out of range panic when listing an empty dir - by @SAY-5 in https://github.com/OpenListTeam/OpenList/issues/2585 (bd6cf) + - upload: + - Respect overwrite for direct uploads - by @jyxjjj and Codex in https://github.com/OpenListTeam/OpenList/issues/2625 (eadf0) + - webauthn: + - Enable discoverable keys - by @EzraRT in https://github.com/OpenListTeam/OpenList/issues/2451 (dcfef) + - workflow: + - Using github-script - by @elysia-best in https://github.com/OpenListTeam/OpenList/issues/2701 (fcae0) +ReleaseNotesUrl: https://github.com/OpenListTeam/OpenList/releases/tag/v4.2.3 +Documentations: +- DocumentLabel: Guide + DocumentUrl: https://oplist.org/guide/ +- DocumentLabel: Config + DocumentUrl: https://oplist.org/config/ +- DocumentLabel: FAQ + DocumentUrl: https://oplist.org/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenListTeam/OpenList/4.2.3/OpenListTeam.OpenList.locale.zh-CN.yaml b/manifests/o/OpenListTeam/OpenList/4.2.3/OpenListTeam.OpenList.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ed79a0ef1af45 --- /dev/null +++ b/manifests/o/OpenListTeam/OpenList/4.2.3/OpenListTeam.OpenList.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: OpenListTeam.OpenList +PackageVersion: 4.2.3 +PackageLocale: zh-CN +PublisherUrl: https://oplist.org/zh/ +PackageUrl: https://oplist.org/zh/ +ShortDescription: 一个支持多种存储的文件列表程序,使用 Gin 和 Solidjs。 +Tags: +- 共享 +- 分享 +- 发送 +- 文件 +- 服务器 +ReleaseNotesUrl: https://github.com/OpenListTeam/OpenList/releases/tag/v4.2.3 +Documentations: +- DocumentLabel: 使用指南 + DocumentUrl: https://oplist.org/zh/guide/ +- DocumentLabel: 配置 + DocumentUrl: https://oplist.org/zh/config/ +- DocumentLabel: 常见问题 + DocumentUrl: https://oplist.org/zh/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenListTeam/OpenList/4.2.3/OpenListTeam.OpenList.yaml b/manifests/o/OpenListTeam/OpenList/4.2.3/OpenListTeam.OpenList.yaml new file mode 100644 index 0000000000000..afd0bb45b8de6 --- /dev/null +++ b/manifests/o/OpenListTeam/OpenList/4.2.3/OpenListTeam.OpenList.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OpenListTeam.OpenList +PackageVersion: 4.2.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PCLCommunity/PCL2-CE/Beta/2.15.0-beta.5/PCLCommunity.PCL2-CE.Beta.installer.yaml b/manifests/p/PCLCommunity/PCL2-CE/Beta/2.15.0-beta.5/PCLCommunity.PCL2-CE.Beta.installer.yaml new file mode 100644 index 0000000000000..71e4799068a81 --- /dev/null +++ b/manifests/p/PCLCommunity/PCL2-CE/Beta/2.15.0-beta.5/PCLCommunity.PCL2-CE.Beta.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: PCLCommunity.PCL2-CE.Beta +PackageVersion: 2.15.0-beta.5 +InstallerType: portable +Commands: +- pcl2-ce-beta +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ReleaseDate: 2026-06-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/PCL-Community/PCL-CE/releases/download/v2.15.0-beta.5/PCL2_CE_Beta_x64.exe + InstallerSha256: 5A45ADCD139B753DE3EA5AF669EE3308453FFE8FD70E0346CF8A07F9D980AD00 +- Architecture: arm64 + InstallerUrl: https://github.com/PCL-Community/PCL-CE/releases/download/v2.15.0-beta.5/PCL2_CE_Beta_ARM64.exe + InstallerSha256: 5F545205D8CEA70C40EB5B30CD7E0E7458BBAD571AF32DA25D11D0ED2D2F1DB9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PCLCommunity/PCL2-CE/Beta/2.15.0-beta.5/PCLCommunity.PCL2-CE.Beta.locale.en-US.yaml b/manifests/p/PCLCommunity/PCL2-CE/Beta/2.15.0-beta.5/PCLCommunity.PCL2-CE.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..2444fb0f2a727 --- /dev/null +++ b/manifests/p/PCLCommunity/PCL2-CE/Beta/2.15.0-beta.5/PCLCommunity.PCL2-CE.Beta.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: PCLCommunity.PCL2-CE.Beta +PackageVersion: 2.15.0-beta.5 +PackageLocale: en-US +Publisher: PCLCommunity +PublisherUrl: https://github.com/PCL-Community +PublisherSupportUrl: https://github.com/PCL-Community/PCL2-CE/issues +PackageName: Plain Craft Launcher Community Beta Edition +PackageUrl: https://github.com/PCL-Community/PCL2-CE +License: 专有软件 +LicenseUrl: https://github.com/PCL-Community/PCL2-CE/blob/2.12.0-beta.15/LICENCE +Copyright: Copyright © 龙腾猫跃 2026. All Rights Reserved. +ShortDescription: Plain Craft Launcher Community Edition +Tags: +- community-edition +- csharp-app +- game-launcher +- java +- launcher +- minecraft +- minecraft-java-edition +- minecraft-launcher +- net-framework +- pcl2 +- plain-craft-launcher +- vb-net +ReleaseNotesUrl: https://github.com/PCL-Community/PCL2-CE/releases/tag/2.13.0-beta.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/PCL-Community/PCL2-CE/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PCLCommunity/PCL2-CE/Beta/2.15.0-beta.5/PCLCommunity.PCL2-CE.Beta.yaml b/manifests/p/PCLCommunity/PCL2-CE/Beta/2.15.0-beta.5/PCLCommunity.PCL2-CE.Beta.yaml new file mode 100644 index 0000000000000..349ec70760fcb --- /dev/null +++ b/manifests/p/PCLCommunity/PCL2-CE/Beta/2.15.0-beta.5/PCLCommunity.PCL2-CE.Beta.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: PCLCommunity.PCL2-CE.Beta +PackageVersion: 2.15.0-beta.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PVsyst/PVsyst/8.1.4/PVsyst.PVsyst.installer.yaml b/manifests/p/PVsyst/PVsyst/8.1.4/PVsyst.PVsyst.installer.yaml new file mode 100644 index 0000000000000..e7e8b1f425387 --- /dev/null +++ b/manifests/p/PVsyst/PVsyst/8.1.4/PVsyst.PVsyst.installer.yaml @@ -0,0 +1,68 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PVsyst.PVsyst +PackageVersion: 8.1.4 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /exenoui /quiet /norestart + SilentWithProgress: /exenoui /passive /norestart + InstallLocation: APPDIR="" + Log: /log "" +ExpectedReturnCodes: +- InstallerReturnCode: -1 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1 + ReturnResponse: invalidParameter +- InstallerReturnCode: 87 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1601 + ReturnResponse: contactSupport +- InstallerReturnCode: 1602 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress +- InstallerReturnCode: 1623 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1625 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1628 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1633 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 1639 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 1640 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1643 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1644 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1649 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1650 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1654 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: PVsyst 8.1.4 +ReleaseDate: 2026-07-01 +Installers: +- Architecture: x64 + InstallerUrl: https://www.pvsyst.com/download/bin/PVsyst-8.1.4.48838-setup.exe + InstallerSha256: A387D8127F43A9C9E2977FD6E0B939D51875F8522F5364DCEADDB31115C9E331 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PVsyst/PVsyst/8.1.4/PVsyst.PVsyst.locale.en-US.yaml b/manifests/p/PVsyst/PVsyst/8.1.4/PVsyst.PVsyst.locale.en-US.yaml new file mode 100644 index 0000000000000..be7bc4c0a1ea9 --- /dev/null +++ b/manifests/p/PVsyst/PVsyst/8.1.4/PVsyst.PVsyst.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PVsyst.PVsyst +PackageVersion: 8.1.4 +PackageLocale: en-US +Publisher: PVsyst SA +PublisherUrl: https://www.pvsyst.com/ +PublisherSupportUrl: https://www.pvsyst.com/help/ +PrivacyUrl: https://www.pvsyst.com/pdf/common/data-protection-policy-english.pdf +Author: PVsyst SA +PackageName: PVsyst +PackageUrl: https://www.pvsyst.com/en/products/pvsyst/ +License: Proprietary +LicenseUrl: https://www.pvsyst.com/pdf/common/general-conditions-of-use-english.pdf +Copyright: Copyright © PVsyst SA +CopyrightUrl: https://www.pvsyst.com/pdf/common/general-conditions-of-use-english.pdf +ShortDescription: A PC software package for the study, sizing and data analysis of complete PV systems. +Description: |- + PVsyst is a PC software package for the study, sizing and data analysis of complete PV systems. + It deals with grid-connected, stand-alone, pumping and DC-grid (public transportation) PV systems, and includes extensive weather data and PV systems components databases, as well as general solar energy tools. + This software is geared to the needs of architects, engineers, researchers. It is also very helpful for educational training. + PVsyst focuses on complete and precise PV system study with a complete set of tools. +Tags: +- photovoltaic +- pv +ReleaseNotes: |- + ** New features + + - Weather data, known format import: integration of ANE-NEDO web API weather data for Japan. + + ** Improvements + + - P50-P90 estimation: the default annual GHI variability model was updated to a linear model based on a larger measurement dataset. + + ** Corrections + + - 3D scene: orientation averaging during 3D import now uses a geometrically correct method that properly handles fields with varying tilt, azimuth, and terrain slope + - Batch mode: the batch simulations now work also for sub-hourly simulation steps (already fixed in version 8.1.1) + - Power Factor: fixed issue with reactive and apparent energy values when grid limitation losses are accounted for separately and EGrdLim is not saved + - Power Factor: fixed issue with apparent energy accumulation for monthly power factors, it is now correctly recognized as the norm of the vector (E_Grid, E_ReGrid) + - Results: fixed issue with generating user-defined plots + - Results: after viewing the tables with hourly averages, there is no more error in the irradiance balance check + - System: increase/decrease arrows for the number of inverters and MPPT inputs now correctly update the values + - System: fixed an issue where the inverter nominal power distribution to individual MPPT was not always correct with shared inverters + - Weather data, custom file: importing custom weather data now computes global irradiance when missing from the source data. +ReleaseNotesUrl: https://www.pvsyst.com/help/release-notes/index.html#8.1.4 +PurchaseUrl: https://www.pvsyst.com/shop +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PVsyst/PVsyst/8.1.4/PVsyst.PVsyst.locale.zh-CN.yaml b/manifests/p/PVsyst/PVsyst/8.1.4/PVsyst.PVsyst.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3b0c05cb59ca4 --- /dev/null +++ b/manifests/p/PVsyst/PVsyst/8.1.4/PVsyst.PVsyst.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: PVsyst.PVsyst +PackageVersion: 8.1.4 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 用于光伏系统整体研究、规模测算与数据分析的 PC 端专业软件 +Description: |- + PVsyst 是一款用于光伏系统整体研究、规模测算与数据分析的 PC 端专业软件。 + 该软件涵盖并网型、离网型、光伏水泵及直流电网(公共交通)等光伏系统,内置全面的气象数据库与光伏组件数据库,并提供通用太阳能工具集。 + 本软件专为建筑师、工程师及研究人员需求设计,同时也可作为教学培训的实用辅助工具。 + PVsyst 通过集成化工具套件,致力于提供全面精准的光伏系统研究解决方案。 +Tags: +- pv +- 光伏 +- 光电 +ReleaseNotesUrl: https://www.pvsyst.com/help/release-notes/index.html#8.1.4 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PVsyst/PVsyst/8.1.4/PVsyst.PVsyst.yaml b/manifests/p/PVsyst/PVsyst/8.1.4/PVsyst.PVsyst.yaml new file mode 100644 index 0000000000000..f6661abf6dc19 --- /dev/null +++ b/manifests/p/PVsyst/PVsyst/8.1.4/PVsyst.PVsyst.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: PVsyst.PVsyst +PackageVersion: 8.1.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PicGo/PicGo/3.0.0/PicGo.PicGo.installer.yaml b/manifests/p/PicGo/PicGo/3.0.0/PicGo.PicGo.installer.yaml new file mode 100644 index 0000000000000..4803c96ce7893 --- /dev/null +++ b/manifests/p/PicGo/PicGo/3.0.0/PicGo.PicGo.installer.yaml @@ -0,0 +1,44 @@ +# Created with AutoPublish using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PicGo.PicGo +PackageVersion: 3.0.0 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: 767a1454-0d7f-5a1a-b71b-d01e895b49f8 +ReleaseDate: 2026-07-01 +AppsAndFeaturesEntries: +- DisplayName: PicGo 3.0.00 + Publisher: Molunerfinn + ProductCode: 767a1454-0d7f-5a1a-b71b-d01e895b49f8 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/Molunerfinn/PicGo/releases/download/v3.0.0/PicGo-3.0.0-ia32.exe + InstallerSha256: F44A423537A6B42171952219B719DA744E8F8A732D2311A9BB11699D0C3D212F + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/Molunerfinn/PicGo/releases/download/v3.0.0/PicGo-3.0.0-ia32.exe + InstallerSha256: F44A423537A6B42171952219B719DA744E8F8A732D2311A9BB11699D0C3D212F + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/Molunerfinn/PicGo/releases/download/v3.0.0/PicGo-3.0.0-x64.exe + InstallerSha256: ACE8F0711910721C5EB13096D91CB1B0E598C59D48DFD5355A5D03F46BB08B8D + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/Molunerfinn/PicGo/releases/download/v3.0.0/PicGo-3.0.0-x64.exe + InstallerSha256: ACE8F0711910721C5EB13096D91CB1B0E598C59D48DFD5355A5D03F46BB08B8D + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PicGo/PicGo/3.0.0/PicGo.PicGo.locale.en-US.yaml b/manifests/p/PicGo/PicGo/3.0.0/PicGo.PicGo.locale.en-US.yaml new file mode 100644 index 0000000000000..410eb9c7b7fe9 --- /dev/null +++ b/manifests/p/PicGo/PicGo/3.0.0/PicGo.PicGo.locale.en-US.yaml @@ -0,0 +1,111 @@ +# Created with AutoPublish using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PicGo.PicGo +PackageVersion: 3.0.0 +PackageLocale: en-US +Publisher: PicGo +PublisherUrl: https://github.com/Molunerfinn/PicGo +PublisherSupportUrl: https://github.com/Molunerfinn/PicGo/issues +Author: Molunerfinn +PackageName: PicGo +PackageUrl: https://molunerfinn.com/PicGo +License: MIT +LicenseUrl: https://github.com/Molunerfinn/PicGo/blob/HEAD/LICENSE +Copyright: Copyright (c) 2017-present, Molunerfinn +CopyrightUrl: https://raw.githubusercontent.com/Molunerfinn/PicGo/dev/LICENSE +ShortDescription: A simple & beautiful tool for pictures uploading built by vue-cli-electron-builder +Description: A simple & beautiful tool for pictures uploading built by vue-cli-electron-builder +Moniker: picgo +Tags: +- electron +- pictureuploader +ReleaseNotes: |- + Features + PicGo 3.0.0 is here! A brand-new UI, light & dark theme, built-in PicGo Cloud uploader (free tier on sign-up), cloud album management, and more major updates, along with a bunch of feature improvements and bug fixes! + And we provide PicGo Skills — A new skill package for AI Agents to integrate with PicGo for uploading images and files! Enjoy! + image + - ✨ PicGo Cloud Uploader — PicGo Cloud is now a built-in official uploader and serves as the new default (replacing SM.MS). Supports multipart uploading for large files. Free tier: 200 file items and 500 MB storage, register to use. See PicGo Cloud for details. + - ✨ PicGo Cloud Album — Full cloud album management, including importing local upload history to the cloud, batch operations, retry queue for failed imports, and auto-sync for newly uploaded images. (Paid plan required) + - ✨ PicGo Skills — A new skill package for AI Agents to integrate with PicGo for uploading images and files. + - ✨ PicGo Cloud Configuration Sync — Cloud-based configuration sync with conflict resolution dialog, supporting automatic / SSE / E2E encryption modes. + - ✨ GUI completely rewritten with React 19 — The entire renderer has been migrated from Vue 3 to React 19 + TypeScript, with a new design system built on shadcn/ui + Tailwind CSS v4. This brings a more polished, consistent, and performant user experience across all platforms. + - ✨ Light & Dark theme — Full light and dark mode support. Automatically follows your system appearance, or manually switch in Settings > Appearance. + - ✨ Reactive Plugin Config — Plugin configuration panels now support cascading dropdowns and reactive fields via dependsOn. When the depended field changes, choices and default are re-evaluated dynamically. (#1411) + - ✨ New plugin config field type: editor — A multi-line text editor field for plugin config. Renders as a resizable