软餐获悉,Mozilla 已经发布了 Firefox 123.0 稳定版。该版本最大的改进当属新增了一个新的网站兼容性报告工具,Firefox 用户可以使用该工具向 Mozilla 报告无法正常工作的网站。
Firefox 123 稳定版带来的主要变化/改进:
- 引入了网站兼容性报告工具,可报告损坏的网站,以帮助 Mozilla 解决 Firefox 的兼容性问题。
- Firefox 现在可以翻译网站工具提示和表单控件中显示的文本。
- Firefox View(浏览器左上角)支持搜索功能了,以快速从其他设备查找打开、关闭或选项卡。
- 已知问题:使用旧版 AMD 处理器的计算机上的 Firefox 可能会在文件对话框中将缩略图呈现为 “全黑”。Mozilla 建议更新显卡驱动程序以解决此问题。
开发者变更:
<template>
元素现在支持shadowrootmode
属性,可以声明性地创建 shadow DOM 子树。<linearGradient>
和<radialGradient>
SVG 元素现在支持更改颜色空间。- Firefox 现在支持 103 提前提示的 HTTP 信息响应状态码,用于预加载资源。
- Web 认证 API 现在支持跨源凭证创建。
- 新增
contextualIdentities.move
函数,允许在上下文标识列表中移动项目。 - 网络监视器的新 “保存响应” 选项允许将响应正文保存到本地系统。它替代了 “保存图像” 右键菜单选项,因为该选项仅支持保存图像。
企业变更:
Firefox 123 版本仅包含三个企业变更:
- Mozilla 解决了多用户账户系统中背景更新器的问题。据 Mozilla 表示,该工具现在可以进行正确的更新。有关此问题的详细信息请参阅 Bug 报告。根据报告,如果在计算机上安装 Firefox 的用户未登录,则背景更新任务将不会运行。
- Preferences 策略允许使用
Type
设置首选项的类型,解决了以前将值为 0 或 1 的整数首选项设置为布尔值的问题。 - UserMessaging 策略已更新,还可以控制是否在弹出窗口中向用户推广翻译功能。
Mozilla 将于 2024 年 3 月 19 日发布 Firefox 124 稳定版。
Mozilla has released Firefox 123.0 stable version. The biggest improvement in this version is the addition of a new website compatibility reporting tool. Firefox users can utilize this tool to report websites that are not functioning correctly to Mozilla.
Key changes/improvements in Firefox 123 stable version:
- Introduction of a website compatibility reporting tool to report broken websites and help Mozilla address compatibility issues in Firefox.
- Firefox now has the ability to translate text displayed in tooltips and form controls on websites.
- Firefox View (located in the top left corner of the browser) now supports search functionality, allowing for quick searching of open, closed, or tab options from other devices.
- Known issue: Firefox on computers using older AMD processors may render thumbnails as “completely black” in file dialogs. Mozilla recommends updating the graphics card drivers to resolve this issue.