Featured image of post Mozilla Firefox 121

Mozilla Firefox 121

Firefox is de browser van Mozilla. De browser is open-source en richt zich vooral op privacyfuncties. Zo blokkeert Firefox standaard trackingcookies en sociale trackers. Ook heeft Firefox via een officiële add-on de functie Containers, waarmee je websites in een afgezonderde sessie kunt bezoeken, zodat je moeilijker op het web gevolgd kan worden. Verder kun je je browser-instellingen en -gegevens synchroniseren met je andere computers, heeft Firefox een ingebouwde passwordmanager en een speciale leesmodus.

Firefox heeft een vast release-schema waarop nieuwe versies verschijnen. Elke vier weken verschijnt een nieuwe versie van de browser. Tussendoor kunnen nog wel kleine updates met bugfixes of securityfixes uitgebracht worden.

Wat is er nieuw

Mozilla heeft versie 121 van Firefox uitgebracht. Nieuw in deze versie is dat Firefox vraagt aan gebruikers om de AV1-video-extensie te installeren om hardware-versnelde decoding mogelijk te maken. Verder ondersteunt Firefox op macOS nu commando's via stembediening en heeft Firefox nu de mogelijkheid om links altijd onderstreept weer te geven. Je vindt de volledige changelog van Firefox 121 hieronder.

Screenshot van Mozilla Firefox

Informatie

Versienummer 121
Releasestatus Stable
Platformen Windows, macOS, Linux en meer
Uitgebracht op 19-12-2023
Ontwikkelaar Mozilla
Licentie Gratis

Instructies

Om Mozilla Firefox te updaten, klik je in Windows op de drie strepen rechts naast de adresbalk en ga je naar Help en dan Over Firefox. Op Mac klik je in de menubalk op Firefox en dan Over Firefox. Wacht even totdat de update is binnengehaald en klik dan op Herstarten om Firefox bij te werken. Je kunt de update ook handmatig downloaden en installeren via de downloadlinks hieronder.

Changelog

121.0

Firefox Release


December 19, 2023

Version 121.0, first offered to Release channel users on December 19, 2023

New

  • Firefox now prompts Windows users to install the Microsoft AV1 Video Extension to enable hardware decoding support for the AV1 video codec from about:support if not already installed.

  • Firefox now supports Voice Control commands on macOS systems.

  • On Linux, Firefox now defaults to the Wayland compositor when available instead of XWayland. This brings support for touchpad & touchscreen gestures, swipe-to-nav, per-monitor DPI settings, better graphics performance, and more.

    Note that due to Wayland protocol limitations, Picture-in-Picture windows require an extra user interaction (generally right-click on the window) or a shell / desktop-environment tweak. See bug 1621261 for related discussion and tracking, this post for a KDE configuration, and this extension for GNOME. It is also a known issue that windows are not correctly placed when restoring a previous session on launch.

  • Firefox can now force links to always be underlined. This option can be enabled in the Browsing section of the Firefox Settings menu.

  • The PDF viewer now includes a floating button to simplify deleting drawings, text, and images added in PDFs.

Fixed

  • Various security fixes.

  • Ubuntu Firefox Snap builds did not default to Wayland compositing on some systems as expected when Firefox 121 was first released. This is now fixed and updated builds can be installed with the Ubuntu Software Updater.

Enterprise

Developer

  • Developer Information

  • The Firefox Debugger now includes a new feature: an option to disable the debugger; keyword on the current page. This feature is accessible via a new checkbox in the Breakpoints side panel labeled Pause on debugger statement, located next to the existing Pause on exceptions checkbox. By default, this option is enabled, meaning that the debugger statements are active unless manually disabled.

    Screenshot showing new Pause on debugger statement option

  • As part of our work on improving the accessibility of Firefox Developer Tools, we've unified the focus indicator across the toolbox. The focus indicator is now larger with improved contrast, featuring a white box-shadow for enhanced visibility on blue backgrounds. Adjustments have also been made to ensure clear visibility across shared components and frequently used panels, preventing overlap with element borders or backgrounds.

Web Platform

  • The :has() selector is now supported. This allows authors to match an element that has, or "anchors", at least one element matching its relative selector.

  • The hanging and each-line keywords are now supported for the text-indent CSS property, offering more convenient paragraph layout options for styles such as bibliographies, poetry, etc.

  • The balance keyword is now supported for the text-wrap CSS property, which can improve the appearance of short multi-line text blocks such as long headings or captions by harmonizing the line lengths.

  • Lazy loading iframes are now supported (<iframe loading=lazy>). Lazy loading iframes are only loaded when visible, so non-critical iframes can load later when needed to speed up initial page loads, reduce initial network usage, etc.

  • Support has been added for tail call elimination in WebAssembly language to improve support for functional languages.

Community Contributions