官方版本106.0預計在 2022年10月18日(美國時間) 台灣時間10月18日~10月19日 更新
105.0.3 Release Note
https://www.mozilla.org/en-US/firefox/105.0.3/releasenotes/
Fixed︰
Mitigated frequent crashes for Windows users with Avast or AVG Antivirus
software installed (bug 1794064)
https://bugzilla.mozilla.org/show_bug.cgi?id=1794064
105.0.2 Release Note
https://www.mozilla.org/en-US/firefox/105.0.2/releasenotes/
Fixed︰
Fixed poor contrast on various menu items with certain themes on Linux
systems (bug 1792063)
https://bugzilla.mozilla.org/show_bug.cgi?id=1792063
Fixed the scrollbar appearing on the wrong side of select elements in
right-to-left locales (bug 1791219)
https://bugzilla.mozilla.org/show_bug.cgi?id=1791219
Fixed a possible deadlock when loading some sites in Troubleshoot Mode
(bug 1786259)
https://bugzilla.mozilla.org/show_bug.cgi?id=1786259
Fixed a bug causing some dynamic appearance changes to appear when
expected (bug 1786521)
https://bugzilla.mozilla.org/show_bug.cgi?id=1786521
Fixed a bug causing theme styling to not be properly applied to sidebars
for some add-ons in Private Browsing Mode (bug 1787543)
https://bugzilla.mozilla.org/show_bug.cgi?id=1787543
105.0.1 Release Note
https://www.mozilla.org/en-US/firefox/105.0.1/releasenotes/
Fixed︰
Reverted focus behavior for new windows back to the content area instead of
the address bar (bug 1784692)
https://bugzilla.mozilla.org/show_bug.cgi?id=1784692
105.0 Release Note
https://www.mozilla.org/en-US/firefox/105.0/releasenotes/
New︰
Added an option to print only the current page from the print preview
dialog.
Firefox now supports partitioned service workers in third-party contexts.
You can register service workers in a third-party iframe and it will be
partitioned under the top-level domain.
Swipe to navigate (two fingers on a touchpad swiped left or right to
perform history back or forward) on Windows is now enabled.
Firefox is now compliant with the User Timing L3 specification, which
adds additional optional arguments to the performance.mark and
performance.measure methods to provide custom start times, end times,
duration, and attached details.
Searching in large lists for individual items is now 2x faster. This
performance enhancement replaces array.includes and array.indexOf with an
optimized SIMD version.
Fixed︰
Stability on Windows is significantly improved as Firefox handles
low-memory situations much better.
Touchpad scrolling on macOS was made more accessible by reducing
unintended diagonal scrolling opposite of the intended scroll axis.
Firefox is less likely to run out of memory on Linux and performs more
efficiently for the rest of the system when memory runs low.
Various security fixes.
https://www.mozilla.org/security/advisories/mfsa2022-40/
Enterprise︰
Various bug fixes and new policies have been implemented in the latest
version of Firefox. You can find more information in the Firefox for
Enterprise 105 Release Notes.
https://support.mozilla.org/kb/firefox-enterprise-105-release-notes
Developer︰
https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/105
Web Platform︰
Support for the Offscreen Canvas DOM API with full context and font
support. The OffscreenCanvas API provides a canvas that can be rendered
https://developer.mozilla.org/docs/Web/API/OffscreenCanvas
off-screen in both Window and Web Worker contexts.