Skip to content

Commit

Permalink
v1.1.0 UpgradeNotificationService
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Jul 4, 2015
1 parent 09ba066 commit 4e0b931
Showing 1 changed file with 20 additions and 27 deletions.
47 changes: 20 additions & 27 deletions js/services/UpgradeNotificationService.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,33 +11,26 @@ DuckieTV

var dlgLinks = '<h2>Questions? Suggestions? Bugs? Kudo\'s?</h2>Find DuckieTV on <a href="http://reddit.com/r/DuckieTV" target="_blank">Reddit</a> or <a href="http://facebook.com/DuckieTV/" target="_blank">Facebook</a>.<br>If you find a bug, please report it on <a href="http://github.com/SchizoDuckie/DuckieTV/issues">Github</a></em>';
var notifications = {
'1.0': ["<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",
"<li>Initial version of Subtitle search available from episodes panel",
"<li>Removed Chromecast integration. (Use getvideostream.com and the app!)",
"<li>Autodownloads now use the configured torrent provider",
"<li>Revamped the way torrent search engines are created and registered",
"<li>Shows can be marked as downloaded as well as watched, and downloaded episodes can be highlighted on the calendar",
"<li>Added Trakt.TV Trending category filters, caching for Trakt.TV trending list",
"<li>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",
"<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.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",
"<li>Initial version of Subtitle search available from episodes panel",
"<li>Removed Chromecast integration. (Use getvideostream.com and the app!)",
"<li>Autodownloads now use the configured torrent provider",
"<li>Revamped the way torrent search engines are created and registered",
"<li>Shows can be marked as downloaded as well as watched, and downloaded episodes can be highlighted on the calendar",
"<li>Added Trakt.TV Trending category filters, caching for Trakt.TV trending list",
"<li>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",
"<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 "
'1.1.0': ["<li>Translations: Italian (lamaresh), German (stormfighter), Portuguese (matigonkas)",
"<li>Create a settings flag to run auto-stop for torrents not initiated by DuckieTV",
"<li>Added Vuze, uTorrent WEBUI, and fixed qBittorrent 3.2.0 support",
"<li>Made it possible for all torrent clients to upload and launch torrent files to a remote machine",
"<li>use mouse-wheel on calendar header to scroll months",
"<li>Created a settings flag to ignore and hide all ratings (to speed up the daily updates)",
"<li>Fixes for trakt.tv episode info that's missing important data",
"<li>Distinguish series that have all episodes marked as watched",
"<li>Number of unwatched episodes badge over library posters",
"<li>A start on private tracker integration and allowing users to define custom torrent search engines",
"<li>Gui improvements, logos, touch-ups, moved menu items to the bottom stuff",
"<li>hopefully finally fixed time-zone time-travel bugs with air dates",
"<li>Subtitle settings (configure your languages)",
"<li>Fixed auto-connect logic when opening torrent client and handling re-authentication",
"<li>Show next/previous episode when available on series info page",
"<li>Introduced new transitions for the series-list that should help keeping track of your position when panels resize",
"<li>standalone option to minimize window to system-tray at start-up",
"<li>Enable/Disable auto-download for selected series",
"<li>You can now mark the entire series as watched",
"<li>Added Genre and Status filters to the library page"
].join('')
};

Expand Down

0 comments on commit 4e0b931

Please sign in to comment.