diff --git a/README.md b/README.md index c6196b30f..5d3e1eeb7 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ Screenshots: Changelog: ========== +* v1.1 : Fixed a missing dependency that broke the qBittorrent and Transmission integration * v1.00 : Completely revamped user interface (now with 100% more sexyness) - Added support for Tixati, Transmission and qBittorrent torrent clients - Added Strike and RarBG torrent search providers - Added calendar grouping for netflix episode dumps - Initial version of Subtitle search available from episodes panel - Removed Chromecast integration. (Use getvideostream.com and the app!) - Autodownloads now use the configured torrent provider - Revamped the way torrent search engines are created and registered - Shows can be marked as downloaded as well as watched, and downloaded episodes can be highlighted on the calendar - Added Trakt.TV Trending category filters, caching for Trakt.TV trending list - Fixes for DuckieTV standalone: now using frame-less window, open external links in default browser, window and unminimize from tray works in Ubuntu, added upgrade check and notification, and zoom control is now 1:1 with chrome browser - Database performance improvement (including less frequent ratings updates) - added 'Watch on Netflix' button for Netflix shows - numerous other small changes and bugfixes to list * v0.94 : Switched to the new (hopefully more stable) trakt.tv endpoint, Added actor and rating info back to serie details, Fixed KAT Mirror Resolver and custom setting and added back TPB mirror selection to torrent settings, Changed default KAT mirror back to kickass.to, Minor tweaks to auto-download and updatecheck mechanisms, Built a little standalone website to turn off uTorrent's ads with one click. ( http://schizoduckie.github.io/PimpMyuTorrent/) * v0.93 : Welcome back TPB! Added ShowRSS.info as a custom datasource diff --git a/VERSION b/VERSION index f2457ad8b..9459d4ba2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.01 +1.1 diff --git a/manifest-app.json b/manifest-app.json index 537d22c90..a0f459d24 100644 --- a/manifest-app.json +++ b/manifest-app.json @@ -4,7 +4,7 @@ "short_name": "__MSG_appShortNameBrowserAction__", "description": "__MSG_appDescBrowserAction__", "default_locale": "en", - "version": "1.01", + "version": "1.1", "permissions": [ "http://*/*", "https://*/*", diff --git a/manifest-opera.json b/manifest-opera.json index 30d80e7fa..7f5f9ac80 100644 --- a/manifest-opera.json +++ b/manifest-opera.json @@ -4,7 +4,7 @@ "short_name": "__MSG_appShortNameBrowserAction__", "description": "__MSG_appDescBrowserAction__", "default_locale": "en", - "version": "1.01", + "version": "1.1", "permissions": [ "http://*/*", "https://*/*", diff --git a/manifest.json b/manifest.json index b86d8447b..439d83590 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "short_name": "__MSG_appShortNameNewTab__", "description": "__MSG_appDescNewTab__", "default_locale": "en", - "version": "1.01", + "version": "1.1", "permissions": [ "http://*/*", "https://*/*",