Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e561df7c authored by csagan5's avatar csagan5 Committed by Sooraj S
Browse files

Release 78.0.3904.130

parent bc6679c2
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
# 78.0.3904.130
* support user-specified subresources filter URL (fixes https://github.com/bromite/bromite/issues/2)
* revert removal of flag for disabling pull-to-refresh effect
* fix crash when entering no DoH URL (fixes https://github.com/bromite/bromite/issues/430)
* added Peter Lowe's Ad and tracking server list (fixes https://github.com/bromite/bromite/issues/423)
* removed Startpage
* enabled dav1d_decoder

# 78.0.3904.119
* replace fixed DNS-over-HTTPS feature flag with user-customizable option
* fix background playback issue (fixes https://github.com/bromite/bromite/issues/424)
+1 −1
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@ Bromite uses an unindexed filter file, which is periodically published at https:
* [EasyList](https://easylist.to/#easylist)
* [EasyPrivacy](https://easylist.to/#easyprivacy)
* [uBlock Origin](https://github.com/uBlockOrigin)

* [Peter Lowe's Ad and tracking server list](https://pgl.yoyo.org/adservers/)
# License

The patches published as part of the Bromite project are released under [GNU GPL v3](./LICENSE).
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ debuggable_apks=false
disable_android_lint=true
enable_ac3_eac3_audio_demuxing=true enable_hevc_demuxing=true enable_iterator_debugging=false
enable_av1_decoder=true
enable_dav1d_decoder=true
enable_gvr_services=false
enable_hangout_services_extension=false
enable_mdns=false
+3 −1
Original line number Diff line number Diff line
@@ -155,4 +155,6 @@ e-rebrand-translations.patch
e-fix-settings-crash-issue.patch
e-enable-custom-tabs-by-default.patch
Fix-About-Chrome-regression.patch
Add-user-setting-for-DNS-over-HTTPS-custom-URL.patch
Add-user-setting-for-DNS-over-HTTPS-DoH-custom-URL.patch
Revert-flags-remove-disable-pull-to-refresh-effect.patch
Add-option-to-configure-the-ad-blocker-filters-URL.patch
Loading