From 442db20e4ed36c38365595e3c24d49e38bbf0ab9 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Thu, 19 Jan 2017 22:37:02 +0100 Subject: [PATCH] Updated readme --- README.md | 10 +++++----- manifest.json | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 41c2eae..7496ac7 100644 --- a/README.md +++ b/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. diff --git a/manifest.json b/manifest.json index 0ae3a5e..48a7371 100644 --- a/manifest.json +++ b/manifest.json @@ -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": [