Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ FileExtensions:
- xht
- xhtml
ProductCode: Firefox Developer Edition
ReleaseDate: 2026-05-04
ReleaseDate: 2026-05-06
Installers:
- Architecture: x86
InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b6/win32/lv/Firefox%20Setup%20151.0b6.exe
InstallerSha256: 4CE0D88852AEB0C86FF18AC394BE0B1A04F7BD00EE533A018EF4C267564E6CFF
InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b7/win32/lv/Firefox%20Setup%20151.0b7.exe
InstallerSha256: F2325D212935F20C0273130057050CF360FFCB6D155F523936C5C647A62BAEB6
- Architecture: x64
InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b6/win64/lv/Firefox%20Setup%20151.0b6.exe
InstallerSha256: 18DAEA5DE33C11BE0AA257AF7EB98466B81835E9E2637D34426126F917FBA6D4
InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b7/win64/lv/Firefox%20Setup%20151.0b7.exe
InstallerSha256: 06107E870DDE64BB75AF185D45CCD4E7E7C2F2FE741C3222FF226AEA553BB0D0
- Architecture: arm64
InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b6/win64-aarch64/lv/Firefox%20Setup%20151.0b6.exe
InstallerSha256: D35D43ED352A1E308EF319BA444AEC7A0531D0522CA397708DB1E95A78456020
InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/151.0b7/win64-aarch64/lv/Firefox%20Setup%20151.0b7.exe
InstallerSha256: E91298DD75D2C4B44F0BCBC28EBD5B2CCAE4305F210B5B11673417E4D4BE0F7B
ManifestType: installer
ManifestVersion: 1.12.0
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ ReleaseNotes: |-
- Private Browsing Mode now has a new privacy feature that allows users to instantly clear all data from their current private session without closing the entire browser.
- Standard Enhanced Tracking Protection mode is getting increased protections against fingerprinting that limit the amount of information revealed about your computer and frustrating attempts to track you across websites.
- Local profile backups are now available on macOS and Linux, with support for restoring them across platforms.
- Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict.
- You can now merge multiple PDFs directly in the Firefox PDF viewer.
- Added an AI Controls section to the Firefox for Android Settings for managing AI-enhanced features.

Fixed
- Correct screen resolution reporting via JS APIs in multiple monitor setups.
Expand Down