Skip to content

Releases: younesaassila/ttv-lol-pro

2.6.1-rc.0

08 Dec 13:41
9583a15

Choose a tag to compare

2.6.1-rc.0 Pre-release
Pre-release
  • Fixed the following issues:
    • Streams with duplicate video qualities (e.g. "720p60 (source)" and "720p60") prevent ad replacement from working optimally
    • Error messages related to failed fetch/Worker injection aren't shown in the extension popup
    • GraphQL PlaybackAccessToken requests for VODs aren't detected correctly
    • Ads from ignored streams (e.g. frontpage, whitelisted) are added to the ad log
  • Minor code improvements

2.6.0

30 Nov 06:54
ae7306c

Choose a tag to compare

  • Improvements to 'Proxy ad requests only'
    • Now using a lock mechanism on Chromium browsers to avoid proxying 'unflagged' requests of the same type as ongoing 'flagged' requests
    • Improved logic to fall back to an unproxied stream if the proxied stream has been served an ad (e.g. Commercial break in progress). This should reduce the number of purple screens prerolls on the public proxies
  • Improvements to the extension popup
    • Added a "Copy proxy credentials" button on Chromium browsers to 'mitigate' a browser issue that may prompt the user for their credentials when using an authenticated proxy despite having already provided them in the extension options (See #160)
  • Revamped ad log, now available on Chromium browsers
    • Ad log now captures more information about the ads that slip through. This should help diagnose proxy issues more easily
  • Updates to the Options page
    • Added "Move up" and "Move down" arrow buttons to list items
    • Replaced the Expert Mode 'GraphQL' passport option by a 'GraphQL All' option with a more sensible behavior
    • UI improvements
  • Code improvements
    • Improved script injection speed, reliability, and compatibility with third-party scripts (Fixes #359)
    • Now handling GraphQL PlaybackAccessToken prefetch requests
    • Fixed popup, Options, and Setup pages accessibility to support keyboard-only navigation
    • Now using the BroadcastChannel web extension API to better isolate extension messages from other third-party messages
    • Upgraded dependencies

1.9.4

20 Nov 10:09
be2f172

Choose a tag to compare

Note

This is a special update to TTV LOL PRO V1 to add support for Twitch's Usher V2 API (Thanks to @Newcool1230 for the PR!)

Warning

While V1 might still work for some users, it remains deprecated in favor of V2.

  • Add support for Twitch's Usher V2 API
  • Allow removal of default proxy & Prevent V2 proxies from being added
  • Improve channel name regex & Upgrade dependencies

🔗 Installation guide (v1)

2.5.1

17 Nov 12:31
429021c

Choose a tag to compare

  • Stream status statistics now take Usher requests into account. This should help users of the "Unlock Best Quality" experience distinguish between expected vs unexpected behaviors
  • Fixed an issue where some requests weren't correctly detected as 'proxied' by the Chromium extension
  • Fixed the value of the isPurpleScreen property in ad log entries
  • Added support for the new Usher V2 Twitch API