Skip to content

Commit

Permalink
Updated changelog a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
SchizoDuckie committed Feb 18, 2017
1 parent 290650d commit f0451f1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions js/services/UpgradeNotificationService.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '<h2>Questions? Suggestions? Bugs? Kudo\'s?</h2>Find DuckieTV on <a href="https://reddit.com/r/DuckieTV" target="_blank">Reddit</a> or <a href="https://facebook.com/DuckieTV/" target="_blank">Facebook</a>.<br>If you find a bug, please report it on <a href="https://github.com/SchizoDuckie/DuckieTV/issues">Github</a></em>';
var notifications = {
'1.1.4': ["<li>Images: (fix) switched to Fanart.tv for all images after Trakt.tv ended support",
'1.1.4': ["<li>Performance: Massive database write performance improvement.",
"<li>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",
"<li>Images: (fix) switched to Fanart.tv for all images after Trakt.tv ended support",
"<li>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",
"<li>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.",
"<li>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",
Expand All @@ -24,7 +26,7 @@ DuckieTV
"<li>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",
"<li>Top10: (fix) invalid data handling bug",
"<li>Subtitles: (fix) net::err_empty_response handling bug",
"<li>Language: (fix) Russian translations by galeksandrp",
"<li>Language: (fix) Russian translations by galeksandrp, updated italian translations by lamaresh, updated Dutch translations",
"<li>TraktTV: (new) Option to change the frequency of the Episode updates.",
"<li>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.",
"<li>Backup: (new) A Backup can now be automatically scheduled. Choose between Never,Daily,Weekly or the default Monthly.",
Expand All @@ -45,4 +47,4 @@ DuckieTV
}
});
}
]);
]);

0 comments on commit f0451f1

Please sign in to comment.