From edb29139ddafe0f020cf21e3ade323b0b5074730 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 15 May 2015 06:48:07 +1200 Subject: [PATCH] this update to UpgradeNotificationService allows for both 1.0 and 1.1 to get change-log during this period of rapid updates which may cause some users to skip versions --- js/services/UpgradeNotificationService.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/js/services/UpgradeNotificationService.js b/js/services/UpgradeNotificationService.js index c883f00cb..d12171e1e 100644 --- a/js/services/UpgradeNotificationService.js +++ b/js/services/UpgradeNotificationService.js @@ -11,6 +11,20 @@ DuckieTV var dlgLinks = '

Questions? Suggestions? Bugs? Kudo\'s?

Find DuckieTV on Reddit or Facebook.
If you find a bug, please report it on Github'; var notifications = { + '1.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 " + ].join(''), '1.1': ["
  • 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",