Hello everyone, it's beta-time again! 🎉
If you would like to participate in this beta, you are more than welcome! If so, do not hesitate to report any bug you encounter either via Discord or the linked GitHub discussion.
- Improved 'Proxy ad requests only' on Chromium browsers
- Now using a lock mechanism to avoid proxying 'unflagged' requests of the same type as an ongoing 'flagged' request (this is the same feature that was tested in the 2.5.0-optimized-proxies-experiment version)
- Fixed an issue where some requests weren't correctly detected as 'proxied' by the Chromium extension
- Improved the stream status in the extension popup by now counting Usher requests in the statistics
- Revamped ad log, now available for Chromium browsers
- Ad log now gives more information about the ads being served, thus helping to better debug proxy issues
- Note: The 'Send ad log to developer' button has been disabled in this beta to avoid mixing in new & old ad log formats server-wise until 2.6.0 is finalized.
- Improved the expert mode passport options
- Removed the confusing 'GraphQL' type, replaced by a 'GraphQL All' type
- Various improvements in the Options page
- Tweaked design of checkboxes, improved user experience change transition
- Improved communication between the different parts of the extension
- Now using the
BroadcastChannel
web extension API to better isolate extension messages from other third-party messages
- Now using the
Install
- Chrome (Permanent): Unzip > Go to
chrome://extensions
> Enable developer mode > Load unpacked - Firefox all editions (Temporary): Go to
about:debugging#/runtime/this-firefox
> Load Temporary Add-on - Firefox Developer Edition (Permanent): Go to
about:config
> Setxpinstall.signatures.required
tofalse
> Extensions page > Gear > Install Add-on From File