Browse Source

Update firefox to 116.0.3 (#839)

main
Nathan Fretz 1 year ago
committed by GitHub
parent
commit
3e62bca6eb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      firefox/docker-compose.yml
  2. 13
      firefox/umbrel-app.yml

2
firefox/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 3000
server:
image: linuxserver/firefox:101.0.1@sha256:04124c6961be68a869f95cfccd509d3a63be157a59a5407f9eaa39dbf19b34a6
image: linuxserver/firefox:116.0.3@sha256:27751e123a4a17be1e60f672ff79c1f40bbc7488d4b470fa8f49633131233486
restart: on-failure
environment:
- PUID=1000

13
firefox/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: firefox
category: networking
name: Firefox
version: "101.0.1"
version: "116.0.3"
tagline: Firefox is a free and open-source web browser
description: >-
Get the browser that protects what is important.
@ -18,6 +18,17 @@ 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: >-
- Fixed an issue for OPFS users (especially those using the Adobe Photoshop) that broke access to files that were locally cached in a previous version. (bug 1847989, bug 1847619)
- Fixed an issue that was breaking screensharing for some users on Wayland. (bug 1841851)
- Fixed an issue where a fullscreen notification was persistently being shown to a user, even after disabling it. (bug 1847901)
- Fixed an issue where Firefox would hang when doing a Google search. (bug 1847066)
Full release notes are available at https://www.mozilla.org/en-US/firefox/116.0.3/releasenotes
developer: Mozilla Foundation
website: https://www.mozilla.org/en-US/firefox/
dependencies: []

Loading…
Cancel
Save