What's new
Full changelog for older versions is available here.
5.0.0
-
Under the hood: the extension has been moved over to typescript (except UI bits, which remain javascript).
-
webextension-polyfill is now used everywhere (if only because typescript throws a hissy fit with
browser
and chrome
otherwise) (#114).
-
Fix some bugs that I didn't even know I had, but typescript kinda shone some light on them
-
Manual zoom and panning are now back. (#135 and #138)
-
Fix issue when video would be scaled incorrectly if video element uses
height:auto
.
-
[5.0.0.1] Fixed the issue where settings were reset on page load.
-
[5.0.0.1] Fixed the issue where settings page wouldn't load.