Updated README.md
This commit is contained in:
parent
4829d45b09
commit
7175db885e
13
README.md
13
README.md
@ -1,4 +1,4 @@
|
|||||||
# Ultrawidify — aspect ratio fixer for youtube and netflix
|
# Ultrawidify — aspect ratio fixer for youtube and netflix
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@ -6,7 +6,7 @@ If you own an ultrawide monitor, you have probably noticed that sometimes videos
|
|||||||
|
|
||||||
![Demo](img-demo/example-httyd2.png "Should these black bars be here? No [...] But an ultrawide user never forgets.")
|
![Demo](img-demo/example-httyd2.png "Should these black bars be here? No [...] But an ultrawide user never forgets.")
|
||||||
|
|
||||||
Works on Youtube and Netflix. Available for [Firefox (v1.2.1)](https://addons.mozilla.org/en/firefox/addon/ultrawidify/) and [Chrome (v1.2.1)](https://chrome.google.com/webstore/detail/ultrawidify/dndehlekllfkaijdlokmmicgnlanfjbi).
|
Works on Youtube and Netflix. Available for [Firefox (v2.0.3)](https://addons.mozilla.org/en/firefox/addon/ultrawidify/) and [Chrome (v2.0.2)](https://chrome.google.com/webstore/detail/ultrawidify/dndehlekllfkaijdlokmmicgnlanfjbi).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -59,7 +59,7 @@ Manually triggering aspect ratio change will suspend automatic aspect ratio dete
|
|||||||
|
|
||||||
### Permanent install / stable
|
### Permanent install / stable
|
||||||
|
|
||||||
[v2.0.1 — Regular version — download from AMO](https://addons.mozilla.org/en/firefox/addon/ultrawidify/)
|
[v2.0.3 — Regular version — download from AMO](https://addons.mozilla.org/en/firefox/addon/ultrawidify/)
|
||||||
|
|
||||||
[v2.0.2 — Regular version — download from Chrome store](https://chrome.google.com/webstore/detail/ultrawidify/dndehlekllfkaijdlokmmicgnlanfjbi)
|
[v2.0.2 — Regular version — download from Chrome store](https://chrome.google.com/webstore/detail/ultrawidify/dndehlekllfkaijdlokmmicgnlanfjbi)
|
||||||
|
|
||||||
@ -77,18 +77,21 @@ Manually triggering aspect ratio change will suspend automatic aspect ratio dete
|
|||||||
|
|
||||||
## Plans for the future
|
## Plans for the future
|
||||||
|
|
||||||
* Chrome port
|
|
||||||
* Edge port
|
* Edge port
|
||||||
* Improvements to autodetection
|
* Improvements to autodetection
|
||||||
|
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### v2.0.3 (FF/AMO)
|
||||||
|
|
||||||
|
* Fixed the bug where Netflix videos weren't vertically centered in Firefox 57+ (not present in Chrome or FF 56 or earlier)
|
||||||
|
|
||||||
### v2.0.2 (Chrome)
|
### v2.0.2 (Chrome)
|
||||||
|
|
||||||
v2.0.1, but UI in the extension button now also works in Chrome.
|
v2.0.1, but UI in the extension button now also works in Chrome.
|
||||||
|
|
||||||
### v2.0.1 (FF/AMO)
|
### v2.0.1
|
||||||
|
|
||||||
* Autodetection: aspect ratio is no longer corrected if the detected difference is too small to make a meaningful difference
|
* Autodetection: aspect ratio is no longer corrected if the detected difference is too small to make a meaningful difference
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// Set prod to true when releasing
|
// Set prod to true when releasing
|
||||||
// _prod = true;
|
_prod = true;
|
||||||
_prod = false;
|
//_prod = false;
|
||||||
|
|
||||||
Debug = {
|
Debug = {
|
||||||
debug: true,
|
debug: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user