Skip to content
This repository has been archived by the owner on Aug 8, 2021. It is now read-only.

Latest commit

 

History

History
37 lines (32 loc) · 3.17 KB

CHANGELOG.md

File metadata and controls

37 lines (32 loc) · 3.17 KB

Netflix Tweaked

GitHub release License: MIT Web store version User count Firefox store version Firefox User count Edge compatibility


Release Notes

2.x.x

  • 2.0.x
    • 2.0.1 - Fix minor issue in build package.
    • 2.0.0 - More or less a complete rewrite of the extension to now rely on the Host page (the Netflix tab) to handle the logic, rather than an extension content script.

1.x.x

  • 1.0.x
    • 1.0.15 - Correct build issue.
    • 1.0.14 - Resolve issues caused by Netflix updates - trailer autoplay should again be prevented.
    • 1.0.13 - Further improve auto-playback of trailers seed when hovering over a list item
    • 1.0.12 - Improve auto-playback blocking behavior to hopefully also prevent trailers seen when hovering over a list entry
    • 1.0.11 - Add an update listener to ensure everyone stays up to date
    • 1.0.10 - Fixes issue in Firefox where extension interferes with the ability to mute a tab from the browser controls
    • 1.0.9 - Add gulp tasks for building Firefox which allows for adding permissions to Firefox specifically
    • 1.0.8 - Bump the version to keep everything in sync
    • 1.0.7 - Quick fix to prevent a possible infinite loop - My bad ¯\(ツ)
    • 1.0.6 - Basically a rewrite to make methods location-change event based, with idempotent methods and mutation observation. TLDR, it should be more reliable now even when Netflix code changes things at runtime
    • 1.0.5 - Reliability improvements for Firefox
    • 1.0.4 - Prevent specificity issues for Firefox
    • 1.0.3 - Fixing an issue observed by a user where lists do not sort correctly every time
    • 1.0.2 - Several more improvements to reliability, especially under variable network conditions
    • 1.0.1 - Major improvement to the reliability of the logic, especially during Netflix-internal navigation
    • 1.0.0 - An extension is born :)