diff --git a/js/services/UpgradeNotificationService.js b/js/services/UpgradeNotificationService.js
index 448177a52..171d81742 100644
--- a/js/services/UpgradeNotificationService.js
+++ b/js/services/UpgradeNotificationService.js
@@ -11,33 +11,26 @@ 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.0.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",
- "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 "
+ '1.1.0': ["Translations: Italian (lamaresh), German (stormfighter), Portuguese (matigonkas)",
+ "Create a settings flag to run auto-stop for torrents not initiated by DuckieTV",
+ "Added Vuze, uTorrent WEBUI, and fixed qBittorrent 3.2.0 support",
+ "Made it possible for all torrent clients to upload and launch torrent files to a remote machine",
+ "use mouse-wheel on calendar header to scroll months",
+ "Created a settings flag to ignore and hide all ratings (to speed up the daily updates)",
+ "Fixes for trakt.tv episode info that's missing important data",
+ "Distinguish series that have all episodes marked as watched",
+ "Number of unwatched episodes badge over library posters",
+ "A start on private tracker integration and allowing users to define custom torrent search engines",
+ "Gui improvements, logos, touch-ups, moved menu items to the bottom stuff",
+ "hopefully finally fixed time-zone time-travel bugs with air dates",
+ "Subtitle settings (configure your languages)",
+ "Fixed auto-connect logic when opening torrent client and handling re-authentication",
+ "Show next/previous episode when available on series info page",
+ "Introduced new transitions for the series-list that should help keeping track of your position when panels resize",
+ "standalone option to minimize window to system-tray at start-up",
+ "Enable/Disable auto-download for selected series",
+ "You can now mark the entire series as watched",
+ "Added Genre and Status filters to the library page"
].join('')
};