官方版本128.0预计在 2024年07月09日(美国时间) 台湾时间07月09日~07月10日 更新
127.0.2 Release Note
https://www.mozilla.org/en-US/firefox/127.0.2/releasenotes/
Fixed︰
Fixed an issue where YouTube playback may experience stalling under
certain conditions (bug 1900191, bug 1878510).
https://bugzilla.mozilla.org/show_bug.cgi?id=1900191
https://bugzilla.mozilla.org/1878510
Fixed an issue where the Private Window icon was displayed in the taskbar
on Windows when browser.privateWindowSeparation.enabled was set to false (bug
1901840).
https://bugzilla.mozilla.org/1901840
127.0.1 Release Note
https://www.mozilla.org/en-US/firefox/127.0.1/releasenotes/
Fixed︰
Fixed an issue where users with a primary password set on their profile
could lose their previous session of tabs upon upgrading if they dismissed
the primary password prompt (bug 1901899).
https://bugzilla.mozilla.org/1901899
Fixed an issue where Linux users with accessibility.monoaudio.enable set
to true were experiencing slow audio speeds (bug 1900972).
https://bugzilla.mozilla.org/1900972
Fixed an issue where, in some circumstances, the Firefox installer on
Windows failed to complete the installation (bug 1896868).
https://bugzilla.mozilla.org/1896868
Fixed an issue causing Firefox to incorrectly reject cookies for certain
websites (bug 1901325).
https://bugzilla.mozilla.org/1901325
127.0 Release Note
https://www.mozilla.org/en-US/firefox/127.0/releasenotes/
New︰
You can now set Firefox to automatically launch whenever you start or
restart your Windows computer. Setting Firefox to auto-launch optimizes
efficiency in our browser-centric digital routines, eliminating manual
startup delays and facilitating immediate web access. (Learn more)
https://is.gd/x7DSB7
We completed work to optimize and enable DNS prefetching for HTTPS
documents via the rel="dns-prefetch" link hint. This standard allows web
developers to specify domain names for important assets that should be
resolved preemptively.
It is now possible to close all duplicate tabs in a window with the Close
duplicate tabs command available from the List all tabs widget in the tab bar
or a tab context menu.
Firefox will now automatically try to upgrade <img>, <audio>, and <video>
elements from HTTP to HTTPS if they are embedded within an HTTPS page. If
https://mzl.la/3yWltUV
these so-called mixed content elements do not support HTTPS, they will no
longer load.
For added protection on MacOS and Windows, a device sign in (e.g. your
operating system password, fingerprint, face or voice login if enabled) can
be required when accessing and filling stored passwords in the Firefox
Password Manager about:logins page.
https://support.mozilla.org/kb/password-manager-remember-delete-edit-logins
Fixed︰
Various security fixes.
https://www.mozilla.org/security/advisories/mfsa2024-25/
Changed︰
To reduce user fingerprinting information and the risk of some website
compatibility issues, the CPU architecture for 32-bit x86 Linux will now be
reported as x86_64 in Firefox's User-Agent string and navigator.platform and
navigator.oscpu Web APIs.
Links and other focusable elements are now tab-navigable by default on
macOS, instead of following macOS' "Keyboard navigation" setting. This is a
more accessible default and matches the default in all other platforms. A
checkbox in the settings page still allows users to restore the old behavior.
The Screenshots feature in Firefox has gotten a big update! It now
supports taking screenshots of file types like SVG, XML, and more as well as
various about: pages within Firefox. We've also made the screenshot tool more
accessible to everyone by implementing new keyboard shortcuts and adding
theme compatibility and High Contrast Mode (HCM) support. And finally,
performance for capturing large screenshots has been improved.
Enterprise︰
https://support.mozilla.org/kb/firefox-enterprise-127-release-notes
Developer︰
https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/127
Web Platform︰
navigator.clipboard.read()/write() has been enabled (see documentation). A
https://developer.mozilla.org/docs/Web/API/Clipboard_API
paste context menu will appear for the user to confirm when attempting to
read clipboard content that is not originated from a same-origin page.