diff --git a/firefox/docker-compose.yml b/firefox/docker-compose.yml index 7adc3b45..f1da5abd 100644 --- a/firefox/docker-compose.yml +++ b/firefox/docker-compose.yml @@ -7,11 +7,11 @@ services: APP_PORT: 3000 server: - image: linuxserver/firefox:126.0.1@sha256:b9eb0a238bf941a65674bf97287e14c6cbe31e361af1d9426857213e58a3b179 + image: linuxserver/firefox:128.0.3@sha256:b11ffb901584ea4141d5a7dcb2b3b97f078404147aa51afb679c8de6fe39bfad restart: on-failure environment: - PUID=1000 - PGID=1000 volumes: - ${APP_DATA_DIR}/data/config:/config - shm_size: "1gb" + shm_size: "1gb" \ No newline at end of file diff --git a/firefox/umbrel-app.yml b/firefox/umbrel-app.yml index b66ea93b..56976e0d 100644 --- a/firefox/umbrel-app.yml +++ b/firefox/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: firefox category: networking name: Firefox -version: "126.0.1" +version: "128.0.3" tagline: Firefox is a free and open-source web browser description: >- Get the browser that protects what is important. @@ -19,18 +19,13 @@ description: >- Available in over 90 languages, and compatible with Windows, Mac and Linux machines, Firefox works no matter what you are using or where you are. Make sure your operating system is up to date for the best experience. releaseNotes: >- - - 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! - - - Firefox now supports Content-encoding: zstd (zstandard compression). This is 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. - - - and many more... + This release includes several improvements and bug fixes: + - Fixed an issue causing some sites to not load when connecting via HTTP/2 + - Fixed collapsed table rows not appearing when expected in some situations + - Fixed the Windows on-screen keyboard potentially concealing the webpage when displayed - Full release notes are available at https://www.mozilla.org/en-US/firefox/126.0/releasenotes + Full release notes are available at https://www.mozilla.org/en-US/firefox/128.0/releasenotes developer: Mozilla Foundation website: https://www.mozilla.org/en-US/firefox/ dependencies: []