[-Fx-] Firefox 136.0.4 Released

楼主: rick (可惜没如果)   2025-03-04 22:04:42
官方版本137.0预计在 2025年04月01日(美国时间) 台湾时间04月01日~04月02日 更新
136.0.4 Release Note
https://www.mozilla.org/en-US/firefox/136.0.4/releasenotes/
Fixed︰
Security fix.
https://www.mozilla.org/security/advisories/mfsa2025-19
136.0.3 Release Note
https://www.mozilla.org/en-US/firefox/136.0.3/releasenotes/
Fixed︰
Significantly improved responsiveness on TikTok by improving the speed of
date formatting. (Bug 1954323)
https://bugzilla.mozilla.org/show_bug.cgi?id=1954323
136.0.2 Release Note
https://www.mozilla.org/en-US/firefox/136.0.2/releasenotes/
Fixed︰
Fixed a bug where "Cookies and site data" and "Temporary cached files and
pages" were unexpectedly enabled after updating to Firefox 136 for users with
"History" and/or "Site settings" set to clear on shutdown in previous
versions. (Bug 1952564)
https://bugzilla.mozilla.org/show_bug.cgi?id=1952564
Affected users already on Firefox 136 can disable these settings in
"Privacy & Security".
Fixed an issue where the Primary Password prompt appeared in unexpected
situations. (Bug 1946121)
https://bugzilla.mozilla.org/show_bug.cgi?id=1946121
Fixed visibility issues with radio buttons on dark backgrounds. (Bug
1951930)
https://bugzilla.mozilla.org/show_bug.cgi?id=1951930
Fixed high CPU usage on Windows when the screen was locked or the laptop
lid was closed. (Bug 1924932)
https://bugzilla.mozilla.org/show_bug.cgi?id=1924932
Web Platform︰
Disabled support for the CookieStore API due to compatibility concerns. The
API will be enabled later once the compatibility issues have been addressed.
https://developer.mozilla.org/docs/Web/API/CookieStore
136.0.1 Release Note
https://www.mozilla.org/en-US/firefox/136.0.1/releasenotes/
Fixed︰
Fixed an issue where a cookie size limit caused problems with website
cookie management when using the CookieStore API. This could cause login and
other state-related issues. (Bug 1950565)
https://bugzilla.mozilla.org/show_bug.cgi?id=1950565
Fixed an issue where Control/Command+L did not focus the address bar in
new windows. (Bug 1947723)
https://bugzilla.mozilla.org/show_bug.cgi?id=1947723
136.0 Release Note
https://www.mozilla.org/en-US/firefox/136.0/releasenotes/
New︰
You can now enable the updated Firefox sidebar in Settings > General >
Browser Layout to quickly access multiple tools in one click, without leaving
your main view. Sidebar tools include an AI chatbot of your choice,
bookmarks, history, and tabs from devices you sync with your Mozilla account.
https://i.imgur.com/4yRRQd9.png
Keep a lot of tabs open? Try our new vertical tabs layout to quickly scan
your list of tabs. With vertical tabs, your open and pinned tabs appear in
the sidebar instead of along the top of the browser. To turn on vertical
tabs, right-click on the toolbar near the top of the browser and select Turn
on Vertical Tabs. If you’ve enabled the updated sidebar, you can also go to
Customize sidebar and check Vertical tabs. Early testers report feeling more
organized after using vertical tabs for a few days.
https://i.imgur.com/VyXgCTm.png
The Clear browsing data and cookies dialog now allows clearing saved form
info separately from browsing history.
https://i.imgur.com/zOo5sLv.png
https://is.gd/qdmMaP
Smartblock Embeds allows users to selectively unblock certain social media
embeds that are blocked in ETP Strict and Private Browsing modes. Currently,
support is limited to a few embed types, with more to be added in future
updates.
https://support.mozilla.org/kb/smartblock-enhanced-tracking-protection
Firefox now upgrades page loads to HTTPS by default and gracefully falls
back to HTTP if the secure connection fails. This behavior is known as
HTTPS-First.
https://support.mozilla.org/kb/https-first
On macOS, some background tabs will be moved to lower power cores, reducing
energy usage.
Hardware-accelerated playback of HEVC video content is now supported on
macOS.
Hardware video decoding is now enabled for AMD GPUs on Linux.
On Linux, Firefox is now available on ARM64 (AArch64), with installation
options via APT and tarballs. Flatpak support is coming soon.
https://support.mozilla.org/kb/installer-firefox-linux
The Weather forecast on the New Tab page is expanding to additional regions
, including Mexico, Brazil, Argentina, and Chile, as part of an ongoing
regional rollout.
https://support.mozilla.org/kb/about-new-tab-page
Address autofill enabled for users in the United Kingdom.
https://support.mozilla.org/kb/automatically-fill-your-address-web-forms
Fixed︰
Firefox will now prefer the PNG format when copying images out of
Firefox, allowing the preservation of transparency.
Various security fixes.
https://www.mozilla.org/security/advisories/mfsa2025-14
Changed︰
For New Tab stories, the Save to Pocket action was moved from a button to
the context menu along with other actions, such as Bookmark.
https://support.mozilla.org/kb/new-tab
The macOS DMG installer packages now use LZMA for compression, reducing
download size and installation time.
Due to recent changes in macOS Sequoia, the shortcut for completing
search strings to .com addresses has been changed from Ctrl+Enter to
Cmd+Enter.
Enterprise︰
https://support.mozilla.org/kb/firefox-enterprise-136-release-notes
Developer︰
https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/136
The Developer Tools debugger editor now uses Codemirror 6, which improves
performance.
Web Platform︰
Added support for the Intl.DurationFormat object; this enables
language-sensitive duration formatting.
https://mzl.la/4h2Q5nL
Added support for the CSS :open pseudo-class for styling elements that
can be toggled “open” to display more content.
https://developer.mozilla.org/docs/Web/CSS/:open
Added support for the :has-slotted pseudo-class, allowing authors to
style the contents of a <slot> element when it is not empty or not using the
default value.
https://developer.mozilla.org/docs/Web/CSS/:has-slotted
Added support for the CookieStore API, an asynchronous cookie API for
scripts running in HTML documents and service workers.
https://developer.mozilla.org/docs/Web/API/CookieStore
Added support for ARIA elements reflection.
https://bit.ly/4hZL3tN
Firefox now sends a referrer from meta refreshes and Refresh headers.
https://bit.ly/41rXOpA
Added support for sending and receiving the AV1 video codec over WebRTC.
Both singlecast and simulcast are supported for sending.
Added support for sending multiple simultaneous versions of the same
source over WebRTC, commonly called simulcast, with the H264 video codec.
H264 is the second video codec after VP8 to be supported for sending
simulcast.
The value plaintext-only can now be specified for the contenteditable
attribute, making the raw text of an element editable but without supporting
rich text formatting.
https://mzl.la/4bp2lOo
Added support for the text replacement feature in an input field on
macOS. Web content can enable/disable this using the HTML autocorrect
attribute.
https://developer.mozilla.org/docs/Web/HTML/Global_attributes/autocorrect
作者: Artlanis (妈~妳看他啦!)   2025-03-05 01:21:00
不能多影片同时播放了,有解决方法吗?抱歉,耍笨了,是 Enhancer for youtube 造成的
作者: MK47 (和牛第一)   2025-03-05 01:53:00
Enhancer for youtube没强制不能同时播放 人家有给选项不是
作者: olduck (123)   2025-03-05 11:36:00
拨放图示又变了 重找放大语法中
作者: cys070 (cys070)   2025-03-05 17:45:00
前面几篇网友说的bug不修好没?
楼主: rick (可惜没如果)   2025-03-05 23:09:00
侧边栏感觉会lag
作者: IFAN (加快通过注册)   2025-03-06 02:07:00
书签排列方式可以不要只要一排显示吗?原本的js因为更新后就又不能用了
作者: Luxus (奢望)   2025-03-07 14:29:00
这次更新后变得很难用
作者: ChampYen (网络黑猫)   2025-03-07 22:33:00
Linux ARM64 好像变顺, 垂直分页很实用
楼主: rick (可惜没如果)   2025-03-08 07:46:00
Download Manager (S3) 这扩充套件下载完成的音效又可以了
作者: SUCKERKING   2025-03-08 15:47:00
用了三天没觉得这版有变难用。
楼主: rick (可惜没如果)   2025-03-12 07:34:00
android 136.0.1
作者: Medic   2025-03-12 21:47:00
本来怕垂直分页和 Simple Tab Groups 冲突 还好相容
楼主: rick (可惜没如果)   2025-03-13 11:34:00
iOS 136.2
作者: finhisky (finhisky)   2025-03-15 11:07:00
被停用恐吓到更新工具列放太多会消失,不像旧版会自动变挤,TAB宽度调整也有问题,扩充支援度变差,常当掉无法使用,要重启才能恢复扩充功能希望赶快更新,或有人出设定config的教学一键重启 ADDON 搜寻 RESTART
楼主: rick (可惜没如果)   2025-03-15 21:34:00
我有搜寻过 但是那几个好像不是我要的这功能 有推荐的吗?
作者: finhisky (finhisky)   2025-03-15 22:18:00
RESTART就是按颗钮,就会关闭程式,重新启动啊还是APP没办法这样? 我桌机OK
楼主: rick (可惜没如果)   2025-03-19 16:37:00
iOS 136.3
作者: kc1446 (咱只有這條路)   2025-04-01 07:14:00
137.0

Links booklink

Contact Us: admin [ a t ] ucptt.com