官方版本117.0預計在 2023年08月29日(美國時間) 台灣時間08月29日~08月30日 更新
116.0.3 Release Note
https://www.mozilla.org/en-US/firefox/116.0.3/releasenotes/
Fixed︰
Fixed an issue for OPFS users (especially those using the Adobe Photoshop)
that broke access to files that were locally cached in a previous version.
(bug 1847989, bug 1847619)
https://bugzilla.mozilla.org/show_bug.cgi?id=1847989
https://bugzilla.mozilla.org/show_bug.cgi?id=1847619
Fixed an issue that was breaking screensharing for some users on Wayland.
(bug 1841851)
https://bugzilla.mozilla.org/show_bug.cgi?id=1841851
Fixed an issue where a fullscreen notification was persistently being shown
to a user, even after disabling it. (bug 1847901)
https://bugzilla.mozilla.org/show_bug.cgi?id=1847901
Fixed an issue where Firefox would hang when doing a Google search. (bug
1847066)
https://bugzilla.mozilla.org/show_bug.cgi?id=1847066
116.0.2 Release Note
https://www.mozilla.org/en-US/firefox/116.0.2/releasenotes/
Fixed︰
Fixes an issue that was causing keystrokes to be scrambled for users using
ZoneAlarm anti-keylogger. (bug 1847033)
https://bugzilla.mozilla.org/show_bug.cgi?id=1847033
116.0.1 Release Note
https://www.mozilla.org/en-US/firefox/116.0.1/releasenotes/
Fixed︰
Fixed an issue which caused chart elements to render incorrectly for
Windows users. (bug 1846613)
https://bugzilla.mozilla.org/show_bug.cgi?id=1846613
116.0 Release Note
https://www.mozilla.org/en-US/firefox/116.0/releasenotes/
New︰
Sidebar switcher allows users to access Bookmarks, History and Synced Tabs
panels easily, quickly switch between them, move the sidebar to another side
of the browser window, or close the sidebar. Now, keyboard users would be
able to do it all with ease too, with or without any assistive technology
running, without needing to memorize keyboard shortcuts to access these
panels.
When an update is available in English locales, users will now have access
to the release notes in the update notification prompt in the form of a "Learn
More" link.
It is now possible to copy any file from your operating system and paste it
into Firefox.
You asked, and we listened! The volume slider is now available in
Picture-in-Picture.
We added the possibility to edit existing text annotations.
Fixed︰
The upload performance of HTTP/2 has been significantly improved starting
with Firefox 115.0, particularly on those with a higher bandwidth delay
product (i.e., networks characterized by both high bandwidth and high
latency).
Various security fixes.
https://www.mozilla.org/security/advisories/mfsa2023-29/
Changed︰
The keyboard shortcut to reopen closed tabs (command + shift + t) now
reopens last closed tab or last closed window, in the order items were closed.
If there aren't any tabs or windows to reopen, this command restores the
previous session. This change is in anticipation of upcoming changes to
recently closed tabs.
Enterprise︰
You can find information about policy updates and enterprise specific bug
fixes in the Firefox for Enterprise 116 Release Notes.
https://support.mozilla.org/kb/firefox-enterprise-116-release-notes
Developer︰
https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/116
Added support for the dirname attribute to pass text directionality
information about input and textarea elements to the server. (learn more)
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#dirname
https://www.w3.org/International/questions/qa-html-dir#reportingdirection
Firefox now supports CSP3 external hashes.
https://w3c.github.io/webappsec-csp/#external-hash
The Audio Output Devices API now enables sites to redirect audio from media
elements to permitted output devices (speakers) other than the system default
for the user-agent.
For example, WebRTC conferencing sites can now redirect audio either to the
speakers in a headset or to external speakers.
https://developer.mozilla.org/en-US/docs/Web/API/Audio_Output_Devices_API
Web Platform︰
This release now supports proper BYOB readers on Fetch and WebTransport,
which allows developers to prepare their ArrayBuffer so that it can be reused
for read requests and thus saves memory allocation. .getReader({ mode: "byob"
}) on Fetch and WebTransport streams was supported on previous releases but
without true BYOB support, as new memory allocation still occurred internally.
With custom formatters, websites can now define how to display specific
JavaScript objects and functions within different parts of the DevTools. This
feature is disabled by default and can be enabled via the Settings panel.
(Learn more)
https://firefox-source-docs.mozilla.org/devtools-user/settings/index.html
https://fxdx.dev/firefox-devtools-custom-object-formatters/