Skip to content

Commit

Permalink
bring everything back into sync with what has been published.
Browse files Browse the repository at this point in the history
I hope I got this right :-/
  • Loading branch information
garfield69 committed May 14, 2015
1 parent edb2913 commit 3252d65
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ 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
* v1.0.1 : Fixed a missing dependency that broke the qBittorrent and Transmission integration
* v1.0 : 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
* v0.92 : Fixed problem with deployment script: moment.js was not included, breaking torrent searches for shows that are released with a date format.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1
1.0.1
2 changes: 1 addition & 1 deletion js/services/UpgradeNotificationService.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ DuckieTV
"<li>Database performance improvement (including less frequent ratings updates)",
"<li>Added 'Watch on Netflix' button for Netflix shows - numerous other small changes and bugfixes to list "
].join(''),
'1.1': ["<li>Completely revamped user interface (now with 100% more sexyness)",
'1.0.1': ["<li>Completely revamped user interface (now with 100% more sexyness)",
"<li>Added support for Tixati, Transmission and qBittorrent torrent clients",
"<li>Added Strike and RarBG torrent search providers",
"<li>Added calendar grouping for netflix episode dumps",
Expand Down
2 changes: 1 addition & 1 deletion manifest-app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"short_name": "__MSG_appShortNameBrowserAction__",
"description": "__MSG_appDescBrowserAction__",
"default_locale": "en",
"version": "1.1",
"version": "1.0.1",
"permissions": [
"http://*/*",
"https://*/*",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"short_name": "__MSG_appShortNameNewTab__",
"description": "__MSG_appDescNewTab__",
"default_locale": "en",
"version": "1.1",
"version": "1.0.1",
"permissions": [
"http://*/*",
"https://*/*",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"grunt-cli": "^0.1.13"
},
"author": "DuckieTV",
"user-agent": "DuckieTV Standalone v1.0",
"user-agent": "DuckieTV Standalone v1.0.1",
"window": {
"fullscreen": false,
"icon": "C:/xampp/htdocs/deploy/newtab/img/icon128.png",
"resizable": true,
"title": "DuckieTV Standalone v1.0",
"title": "DuckieTV Standalone v1.0.1",
"always-on-top": false,
"mac_app_icon": "",
"frame": false,
Expand All @@ -56,7 +56,7 @@
"toolbar": false,
"exe_icon": "C:/xampp/htdocs/deploy/newtab/img/icon128.png"
},
"version": "1.0.0",
"version": "1.0.1",
"inject-js-start": "",
"main": "tab.html",
"chromium-args": "",
Expand Down

1 comment on commit 3252d65

@SchizoDuckie
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah thanks :D that's about it

Please sign in to comment.