aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2020-08-27 10:03:03 +0200
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2020-08-27 10:03:03 +0200
commitb9fd2f527605d3252a87b1f57346a7cc51089d63 (patch)
treebeeb427909da70e39f4370c280dc85ceebf3cf97 /CHANGELOG.md
parentadd pcsc socket for smartcard access with flatpak (diff)
downloadlibrewolf-linux-b9fd2f527605d3252a87b1f57346a7cc51089d63.tar.gz
librewolf-linux-b9fd2f527605d3252a87b1f57346a7cc51089d63.tar.bz2
librewolf-linux-b9fd2f527605d3252a87b1f57346a7cc51089d63.zip
v80.0.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 58b0416..a305912 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This project follows the official Firefox releases, but also uses
[Arch Linux Package Versioning](https://wiki.archlinux.org/index.php/Arch_package_guidelines#Package_versioning) to mark individual releases in between versions.
+## [80.0-1] - 2020-07-30
+
+### Changed
+
+- New upstream release 80.0
+- New upstream release of included uBlock Origin (1.29.2)
+
+### Fixed
+
+- Fixed too broad Flatpak access permissions / sandboxing (#122 and #123), thanks to @TheMainOne!
+- Unlocked an important setting required to easily enable WebRTC (macOS/#8)
+- Closing the last tab now closes the browser again (#121)
+
## [79.0-1] - 2020-07-30
### Changed
bgstack15