foxgirl-linux/CHANGELOG.md

110 lines
2.7 KiB
Markdown
Raw Normal View History

# Changelog
All notable changes to this project will be documented in this file.
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.
2020-05-08 18:14:53 +02:00
## [76.0.1-1] - 2020-05-08
### Changed
- New upstream release 76.0.1
## [76.0-2] - Unreleased/Skipped
2020-05-08 15:28:08 +02:00
### Fixed
- Typos in `librewolf.cfg` that prevented it from being cleanly loaded.
## [76.0-1] - Unreleased/Skipped
### Added
- Remove Internal Plugin Certificates from Mozilla
2020-04-10 20:26:39 +02:00
### Changed
2020-05-07 21:53:32 +02:00
- New upstream release 76.0
2020-04-10 20:26:39 +02:00
- DoH disabled by default
### Fixed
- Some default addons from Mozilla are now removed (#59)
2020-05-07 21:53:32 +02:00
- Improvements to search engines and DDG Lite added (settings#18)
- Don't disable the Intersection Observer API (settings#20)
- Configure manual update URL (settings#1)
- Set fallback UA to resistFingerprinting's default (settings#10)
- Temporarily fix Firefox's address bar (settings#23)
- Update to ghacks-user.js 69 (settings#21)
- Fix Qwant's name (settings#25)
2020-04-08 10:40:26 +02:00
## [75.0-1] - 2020-04-08
2020-04-10 20:26:39 +02:00
### Changed
2020-04-08 10:40:26 +02:00
- New upstream release 75.0
2020-04-04 17:05:09 +02:00
## [74.0.1-1] - 2020-04-04
2020-04-10 20:26:39 +02:00
### Changed
2020-04-04 17:05:09 +02:00
- New upstream release 74.0.1
## [74.0-5] - 2020-04-01
2020-04-10 20:26:39 +02:00
### Changed
- WebRTC related settings unlocked (but still disabled) in `librewolf.cfg`
2020-03-31 20:30:46 +02:00
## [74.0-4] - 2020-03-31
### Added
2020-03-31 21:10:41 +02:00
- AppImage and Flatpak improvements (metadata, conventions etc.)
- (Mostly) working Flatpak release
2020-03-31 20:30:46 +02:00
- **Untested**: AppImage and Flatpak releases for `aarch64` are now also built on Ubuntu 16.04
### Known Issues
- AppImage and Flatpak releases cannot be built as PGO/profiled builds at the moment
- AppStream metadata is not completely valid (missing screenshots)
- Build scripts are not tested outside of a dockerized environment
## [74.0-3] - 2020-03-31
### Added
2020-04-01 09:40:02 +02:00
- WebRTC enabled for `aarch64` builds (`librewolf.cfg` still blocks it by default, intentionally)
2020-03-24 10:31:40 +01:00
### Fixed
- Installation of uBlock
- Removal and addition of search engines via `policies.json`
2020-03-31 20:30:46 +02:00
- Building the intermediary tarball on Ubuntu 16.04 (Xenial) to ensure AppImage and Flatpak compatibility
2020-03-24 10:31:40 +01:00
### Known Issues
- Appimage and Flatpak settings loading still needs to be tested
- Appimage and Flatpak still don't work on older distributions
2020-03-31 20:30:46 +02:00
- LibreWolf built on Ubuntu 16.04 cannot be a profiled/PGO build at the time.
2020-03-24 10:31:40 +01:00
## [74.0-2] - 2020-03-10
### Fixed
- Wrong commenting format in `librewolf.cfg` breaking LibreWolf settings
### Known Issues
- Appimage and FlatPak releases must be considered broken
## [74.0-1] - 2020-03-10
### Added
- Initial release following stable upstream Firefox releases
- [WIP] Appimage and FlatPak Releases