官方版本99.0預計在 2022年04月05日(美國時間) 台灣時間04月05日~06日 更新
98.0.2 Release Note
https://www.mozilla.org/en-US/firefox/98.0.2/releasenotes/
Fixed︰
Fixed an issue preventing users from typing in Address Bar after opening
new tab and pressing cmd + enter (bug 1757376)
https://bugzilla.mozilla.org/show_bug.cgi?id=1757376
Fixed an issue causing some users to crash in out-of-memory conditions
(bug 1757618)
https://bugzilla.mozilla.org/show_bug.cgi?id=1757618
Fixed an issue in session history which caused some sites to fail to load
(bug 1758664)
https://bugzilla.mozilla.org/show_bug.cgi?id=1758664
Fixed an add-on specific compatibility issue (bug 1759162)
https://bugzilla.mozilla.org/show_bug.cgi?id=1759162
98.0.1 Release Note
https://www.mozilla.org/en-US/firefox/98.0.1/releasenotes/
Changed︰
Yandex and Mail.ru have been removed as optional search providers in the
drop-down search menu in Firefox.
If you previously installed a customized version of Firefox with Yandex
or Mail.ru, offered through partner distribution channels, this release
removes those customizations, including add-ons and default bookmarks. Where
applicable, your browser will revert back to default settings, as offered by
Mozilla. All other releases of Firefox remain unaffected by the change.
98.0 Release note
https://www.mozilla.org/en-US/firefox/98.0/releasenotes/
New︰
Firefox has a new optimized download flow. Instead of prompting every time,
files will download automatically. However, they can still be opened from the
downloads panel with just one click. Easy! More information
https://mzl.la/3vOyX13
You’ll find you have a number of options, including:
Always Open Similar Files: Make Firefox automatically open downloaded
files of the same type with the system default application.
Show In Folder: Open the folder that contains your downloaded files.
Go To Download Page: Surfaces the download reference page even after
leaving the site or closing the tab.
Copy Download Link: Copy the download link to share it, save it, or for
any applicable use.
Delete: You can now delete downloaded files directly from the download
panel and other download views using the context menu.
Remove From History: Remove a file from your list of downloaded files.
Clear Preview Panel: Clear the list of downloaded items in the preview
panel that opens when you start a download.
In this release, you’ll also see that Firefox no longer asks what to do
for each file by default. You won’t be prompted to choose a helper application
or save to disk before downloading a file unless you have changed your
download action setting for that type of file.
https://is.gd/CwpQhI
And now, every time you start a download, Firefox will automatically bring
up the Downloads panel by default. This means you’ll experience minimal
interruptions and easily find your downloaded files. Plus, to avoid having to
close it several times, the panel won't show if there are multiple downloads
in progress.
You can now click on a file in the Downloads panel to open it even before
it has finished downloading. Firefox will open the file as soon as it is
available. Firefox: saving you time and helping you get back to what you care
about!
Any files you download will be immediately saved on your disk. Depending on
the current configuration, they’ll be saved in your preferred download
folder, or you’ll be asked to select a location for each download. Windows
and Linux users will find their downloaded files in the destination folder.
They’ll no longer be put in the Temp folder.
Firefox allows users to choose from a number of built-in search engines to
set as their default. In this release, some users who had previously
configured a default engine might notice their default search engine has
changed since Mozilla was unable to secure formal permission to continue
including certain search engines in Firefox.
Fixed︰
Now, you can set a default app to open a file type. Choose the
application you want to use to open files of a specific type in your Firefox
settings.
After updating to Firefox version 98, "Always ask" download actions will
now be reset.
Various security fixes.
https://www.mozilla.org/security/advisories/mfsa2022-10/
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 98 Release Notes.
https://support.mozilla.org/kb/firefox-enterprise-98-release-notes
Developer︰
The Compatibility sidebar panel in the DevTools Inspector already available
https://mzl.la/3CoZi7b
on pre-release channels will become available on the release channel in
version 98 . It provides compatibility warnings for the CSS properties used
on the selected element, as well as for the overall page.
Developers may use it to detect web-compatibility issues early, without
having to test in each browser. All compatibility data are pulled from MDN.
Event listeners for a given node can now be disabled from the Inspector
Event Tooltip, in the markup view. Also, The "event" badge style is updated when at
least one event is disabled to remind the user that something was changed.
https://mzl.la/3CnBhxr
New UI in the Browser Toolbox to toggle Fluent pseudolocalization bidi /
accented
https://mzl.la/3KsarXL
“Ignore line” context menu entry added in the debugger editor gutter when
devtools.debugger.features.blackbox-lines is true. Also, there is a better “
Ignore source” icon and editor background colors for ignored lines.
https://mzl.la/3CnzXuz
Auto-open devtools for tabs opened via window.open (behind
devtools.popups.debug). On a page where you already have DevTools opened, if
a new tab is created via window.open, the toolbox will automatically move to
the new tab, with the new document selected in both the iframe picker and the
context selector
https://mzl.la/3hR2DT2
Web Platform︰
The <dialog> HTML element already available on pre-release channels will
become available on the release channel in version 98.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog
Form associated custom elements will become available on the release
channel in version 98. This allows web authors to define and create custom
elements that can be participated in form submission.
https://html.spec.whatwg.org/#custom-elements
The hyphenate-character CSS property can be used to set a string that is
used instead of a hyphen character (-) at the end of a hyphenation line break.
https://developer.mozilla.org/en-US/docs/Web/CSS/hyphenate-character