From f0451f142154b4b476a0852fa95de5796ac0aff6 Mon Sep 17 00:00:00 2001 From: SchizoDuckie Date: Sat, 18 Feb 2017 22:19:49 +0100 Subject: [PATCH] Updated changelog a little bit --- js/services/UpgradeNotificationService.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/js/services/UpgradeNotificationService.js b/js/services/UpgradeNotificationService.js index b5f3b2b64..b3731f0ec 100644 --- a/js/services/UpgradeNotificationService.js +++ b/js/services/UpgradeNotificationService.js @@ -6,12 +6,14 @@ DuckieTV * * If the user closes the dialog, the notification is dismissed and not shown again. */ -.run(["dialogs", "$http", "$q", + .run(["dialogs", "$http", "$q", function(dialogs, $http, $q) { 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.1.4': ["
  • Images: (fix) switched to Fanart.tv for all images after Trakt.tv ended support", + '1.1.4': ["
  • Performance: Massive database write performance improvement.", + "
  • User Interface: Split up favorites and adding mode, introduced 'todo' mode. You can now add multiple shows at once. Yellow stars now indicate show or season premieres", + "
  • Images: (fix) switched to Fanart.tv for all images after Trakt.tv ended support", "
  • AutoDownload: (new) using global Require/Ignore Keywords / exclude lists, (new) series custom search provider option, (new) option to ignore global Quality, Require and Ignore keywords via series custom settings, (new) use global/custom size min/max, (new) use series custom search string, (fix) episodes with date scene names bug, (new) monitor auto-download activity via status sidepanel, (new) make AD wait until episode has aired before searching, (new) series custom AD additional delay before searching", "
  • FastSearch: (new) introducing the fast-search feature. Just start typing and a dialog pops up with the first six matches of your series from favourites, series from Trakt.TV, and the first 9 matches of episodes from favourites and torrent search.", "
  • Standalone: (upgrade) nwjs 20.x chromium 56.x Node 7.3.x, (fix) linux minimize bug, (new) option to open add-new-torrent panel on torrentHost, (fix) linux and mac multy systray bug, (fix) defaults for first time users bug, (new) option to set the color of the system tray icon", @@ -24,7 +26,7 @@ DuckieTV "
  • Calendar: (fix) events multi-episodes badge incorrectly counted hidden specials bug, (new) Series option to ignore global Hide Specials from calendar, (new) events single click to mark episode as watched, (new) Highlight season premiers with gold star", "
  • Top10: (fix) invalid data handling bug", "
  • Subtitles: (fix) net::err_empty_response handling bug", - "
  • Language: (fix) Russian translations by galeksandrp", + "
  • Language: (fix) Russian translations by galeksandrp, updated italian translations by lamaresh, updated Dutch translations", "
  • TraktTV: (new) Option to change the frequency of the Episode updates.", "
  • TorrentDialog: (new) Option to sort the Seeders, Leechers and Size column, (new) Option to search using all the Search Engines at once, (add) Option to enable Sort menu to sort by Age.", "
  • Backup: (new) A Backup can now be automatically scheduled. Choose between Never,Daily,Weekly or the default Monthly.", @@ -45,4 +47,4 @@ DuckieTV } }); } -]); +]); \ No newline at end of file