Updated readme
This commit is contained in:
parent
16e855e4ac
commit
442db20e4e
10
README.md
10
README.md
@ -72,23 +72,23 @@ At the moment, I'm not aware of anything that this extension advertises not work
|
||||
* ~~Adding an option to force specific aspect ratio~~ (now it's "good enough")
|
||||
* Port to Chrome
|
||||
* Have extension remember the last setting when switching between fullscreen and not fullscreen. Have an option to remember last selected aspect ratio.
|
||||
* Netflix support
|
||||
* ~~Netflix support~~ (done)
|
||||
|
||||
|
||||
## Changelog
|
||||
|
||||
###v1.2.0 (this repo, unstable as fuck)
|
||||
###v1.2.0 (waiting for approval)
|
||||
|
||||
* After an afternoon's worth of work, I managed to get the Rube Goldberg machine (that automagically removes unnecessary black borders on ultrawide videos — on netflix only) working for a few moments before the background script crashed. Now that feature only needs a bit of a polish (and by 'a bit', I mean a metric ton of it). gg
|
||||
* Auto-aspect ratio detection on netflix
|
||||
|
||||
###v1.1.1 (waiting for approval)
|
||||
###v1.1.1 (latest version on AMO)
|
||||
|
||||
* Fixed zooming issue on netflix
|
||||
* Ultrawidify shortcuts > youtube/netflix shortcuts
|
||||
* Fixed 'settings' page
|
||||
* Fixed 'settings' (wrench button) popup on youtube (it was broken by one of the previous updates)
|
||||
|
||||
###v1.1.0 (latest version on AMO)
|
||||
###v1.1.0
|
||||
|
||||
* Introduced Netflix support.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Ultrawidify-git",
|
||||
"version": "1.2.0dev",
|
||||
"version": "1.2.0",
|
||||
|
||||
"icons": {
|
||||
"32":"res/icons/uw-32.png",
|
||||
@ -24,7 +24,7 @@
|
||||
},
|
||||
|
||||
"permissions": [
|
||||
"tabs", "storage", "activeTab", "webrequest", "*://*.youtube.com/*", "*://youtube.com/*", "*://imdb.com/*", "*://*.imdb.com/*"
|
||||
"tabs", "storage", "activeTab", "*://*.youtube.com/*", "*://youtube.com/*", "*://imdb.com/*", "*://*.imdb.com/*"
|
||||
],
|
||||
|
||||
"web_accessible_resources": [
|
||||
|
Loading…
Reference in New Issue
Block a user