官方版本127.0預計在 2024年06月11日(美國時間) 台灣時間06月11日~06月12日 更新 126.0.1 Release Note https://www.mozilla.org/en-US/firefox/126.0.1/releasenotes/ Fixed︰ Fixed an issue with reading tagged PDF documents in a screen reader. (Bug 1894849) https://bugzilla.mozilla.org/show_bug.cgi?id=1894849 Fixed not displaying localized text for non-en-US locales in the Crash Reporter dialog box on macOS. (Bug 1896097) https://bugzilla.mozilla.org/show_bug.cgi?id=1896097 Fixed issues with drag-and-drop functionality on Linux. (Bug 1897115) https://bugzilla.mozilla.org/show_bug.cgi?id=1897115 Fixed an issue causing high GPU memory usage on certain versions of AMD cards. (Bug 1897006) https://bugzilla.mozilla.org/show_bug.cgi?id=1897006 126.0 release note https://www.mozilla.org/en-US/firefox/126.0/releasenotes/ New︰ The Copy Without Site Tracking option can now remove parameters from nested URLs. It also includes expanded support for blocking over 300 tracking parameters from copied links, including those from major shopping websites. Keep those trackers away when sharing links! https://i.imgur.com/7OG5rja.png Firefox now supports Content-encoding: zstd (zstandard compression). This is http://facebook.github.io/zstd/ an alternative to broti and gzip compression for web content, and can provide higher compression levels for the same CPU used, or conversely lower server CPU use to get the same compression. This is heavily used on sites such as Facebook. Catalan is now available in Firefox Translations. Enabled AV1 hardware decode acceleration on macOS for M3 Macs. Telemetry was added to create an aggregate count of searches by category to broadly inform search feature development. These categories are based on 20 high-level content types, such as "sports,” "business," and "travel". This data will not be associated with specific users and will be collected using OHTTP to remove IP addresses as potentially identifying metadata. No profiling will be performed, and no data will be shared with third parties. Fixed︰ Various security fixes. https://www.mozilla.org/security/advisories/mfsa2024-21/ Changed︰ The URL Paste Suggestion feature added in Fx125 was temporarily disabled https://www.mozilla.org/firefox/125.0.1/releasenotes/ while the team investigates a potential performance issue. The feature will be re-enabled in a future release once the performance issue is addressed. Enterprise︰ https://support.mozilla.org/kb/firefox-enterprise-126-release-notes Developer︰ Added an option to disable/enable the Developer Tools' split console https://mzl.la/3wy4De4 feature. Web Platform︰ Implemented URL.parse(). Unlike the URL constructor, which throws when parsing fails, the static URL.parse() method returns null instead. https://url.spec.whatwg.org/#dom-url-parse https://developer.mozilla.org/docs/Web/API/URL/URL The CSS zoom property has been enabled by default following a lot of web compatibility and standardization work in the CSSWG. https://drafts.csswg.org/css-viewport/#zoom-property Added support for CSS Custom :state() and CustomStateSet pseudo-classes. https://bit.ly/3WH5dRb Added support for Screen Wake Lock API. https://developer.mozilla.org/docs/Web/API/Screen_Wake_Lock_API Added support for IDBFactory.databases for enumeration of IndexedDB databases. https://developer.mozilla.org/docs/Web/API/IDBFactory/databases