2016-08-24 19:02:12 +00:00
### 0.15.0 (2018-xx-xx xx:xx:xx UTC)
2018-03-19 13:09:01 +00:00
* Add showRSS torrent provider
Add choose to delete watched episodes from a list of played media at Kodi, Emby, and/or Plex.
Add episode watched state system that integrates with Kodi, Plex, and/or Emby, instructions at Shows/History/Layout/"Watched".
Add installable SickGear Kodi repository containing addon "SickGear Watched State Updater".
Change add Emby setting for watched state scheduler at Config/Notifications/Emby/"Update watched interval".
Change add Plex setting for watched state scheduler at Config/Notifications/Plex/"Update watched interval".
Add API cmd=sg.updatewatchedstate, instructions for use are linked to in layout "Watched" at /history.
Change history page table filter input values are saved across page refreshes.
Change history page table filter inputs, accept values like "dvd or web" to only display both.
Change history page table filter inputs, press 'ESC' key inside a filter input to reset it.
Add provider activity stats to Shows/History/Layout/ drop down.
Change move provider failures table from Manage/Media Search to Shows/History/Layout/Provider fails.
Change sort provider failures by most recent failure, and with paused providers at the top.
Change remove table form non-testing version 20007, that was reassigned.
2018-03-06 01:18:08 +00:00
* Add choice to delete watched episodes from a list of played media at Kodi, Emby, and/or Plex,
instructions at Shows/History/Layout/"Watched"
* Add installable SickGear Kodi repository containing addon "SickGear Watched State Updater"
* Change add Emby setting for watched state scheduler at Config/Notifications/Emby/"Update watched interval"
* Change add Plex setting for watched state scheduler at Config/Notifications/Plex/"Update watched interval"
2018-03-14 16:07:19 +00:00
* Change add map parent folder setting at Notifications for Emby, Kodi, and Plex
Add choose to delete watched episodes from a list of played media at Kodi, Emby, and/or Plex.
Add episode watched state system that integrates with Kodi, Plex, and/or Emby, instructions at Shows/History/Layout/"Watched".
Add installable SickGear Kodi repository containing addon "SickGear Watched State Updater".
Change add Emby setting for watched state scheduler at Config/Notifications/Emby/"Update watched interval".
Change add Plex setting for watched state scheduler at Config/Notifications/Plex/"Update watched interval".
Add API cmd=sg.updatewatchedstate, instructions for use are linked to in layout "Watched" at /history.
Change history page table filter input values are saved across page refreshes.
Change history page table filter inputs, accept values like "dvd or web" to only display both.
Change history page table filter inputs, press 'ESC' key inside a filter input to reset it.
Add provider activity stats to Shows/History/Layout/ drop down.
Change move provider failures table from Manage/Media Search to Shows/History/Layout/Provider fails.
Change sort provider failures by most recent failure, and with paused providers at the top.
Change remove table form non-testing version 20007, that was reassigned.
2018-03-06 01:18:08 +00:00
* Add API cmd=sg.updatewatchedstate, instructions for use are linked to in layout "Watched" at /history
* Change history page table filter input values are saved across page refreshes
* Change history page table filter inputs, accept values like "dvd or web" to only display both
* Change history page table filter inputs, press 'ESC' key inside a filter input to reset it
* Add provider activity stats to Shows/History/Layout/ drop down
* Change move provider failures table from Manage/Media Search to Shows/History/Layout/Provider fails
* Change sort provider failures by most recent failure, and with paused providers at the top
* Add SickGear-NZBGet dedicated post processing script, see.. \autoProcessTV\SickGear-NG\INSTALL.txt
* Add non standard multi episode name parsing e.g. S01E02and03 and 1x02and03and04
2016-08-24 19:02:12 +00:00
* Change overhaul and add API functions
* Change API version... start with 10
* Change set application response header to 'SickGear' + add API version
* Change return timezone (of network) in API
* Add indexer to calls
* Add SickGear Command tip for old SickBeard commands
* Add warning old sickbeard API calls only support tvdb shows
* Add "tvdbid" fallback only for sickbeard calls
* Add listcommands
* Add list of all commands (old + new) in listcommand page at the beginning
* Change hide 'listcommands' command from commands list, since it needs the API builder CSS + is html not json
* Add missing help in webapi
* Add episode info: absolute_number, scene_season, scene_episode, scene_absolute_number
* Add fork to SB command
* Add sg
* Add sg.activatescenenumbering
* Add sg.addrootdir
* Add sg.checkscheduler
* Add sg.deleterootdir
* Add sg.episode
* Add sg.episode.search
* Add sg.episode.setstatus
* Add sg.episode.subtitlesearch
* Add sg.exceptions
* Add sg.forcesearch
* Add sg.future
* Add sg.getdefaults
* Add sg.getindexericon
* Add sg.getindexers to list all indexers
* Add sg.getmessages
* Add sg.getnetworkicon
* Add sg.getrootdirs
* Add sg.getqualities
* Add sg.getqualitystrings
* Add sg.history
* Add sg.history.clear
* Add sg.history.trim
* Add sg.listtraktaccounts
* Add sg.listignorewords
* Add sg.listrequiedwords
* Add sg.logs
* Add sg.pausebacklog
* Add sg.postprocess
* Add sg.ping
* Add sg.restart
* Add sg.searchqueue
* Add sg.searchtv to search all indexers
* Add sg.setexceptions
* Add sg.setignorewords
* Add sg.setrequiredwords
* Add sg.setscenenumber
* Add sg.show
* Add sg.show.addexisting
* Add sg.show.addnew
* Add sg.show.cache
* Add sg.show.delete
* Add sg.show.getbanner
* Add sg.show.getfanart
* Add sg.show.getposter
* Add sg.show.getquality
* Add sg.show.listfanart
* Add sg.show.ratefanart
* Add sg.show.seasonlist
* Add sg.show.seasons
* Add sg.show.setquality
* Add sg.show.stats
* Add sg.show.refresh
* Add sg.show.pause
* Add sg.show.update
* Add sg.shows
* Add sg.shows.browsetrakt
* Add sg.shows.forceupdate
* Add sg.shows.queue
* Add sg.shows.stats
* Change sickbeard to sickgear
* Change sickbeard_call to property
* Change sg.episode.setstatus allow setting of quality
* Change sg.history, history command output
* Change sg.searchtv to list of indexers
* Add uhd4kweb to qualities
* Add upgrade_once to add existing shows
* Add upgrade_once to add new show
* Add upgrade_once to show quality settings (get/set)
* Add 'ids' to Show + Shows
* Add ids to coming eps + get tvdb id from ids
* Add 'status_str' to coming eps
* Add 'local_datetime' to comming eps + runtime
* Add X-Filename response header to getbanner, getposter
* Add X-Fanartname response header for sg.show.getfanart
2018-02-01 00:06:24 +00:00
* Change remove some non-release group stuff from newnab results
2016-08-24 19:02:12 +00:00
[develop changelog]
2018-02-03 23:46:28 +00:00
* Fix API typo and a regression 'archivefirstmatch'
2018-02-06 21:51:09 +00:00
* Change removed NZBGet 'remote' PostProcess guidance until it is verified to work
2018-03-01 14:48:09 +00:00
* Fix Trakt, recommended and watchlist (send_oauth is now sent)
2018-03-19 11:36:05 +00:00
* Change some log messages from info to debug type
2018-02-03 23:46:28 +00:00
2016-08-24 19:02:12 +00:00
2018-03-19 13:13:19 +00:00
### 0.14.9 (2018-03-19 13:10:00 UTC)
2018-03-19 13:11:25 +00:00
Change remove dead tor caches and stop searching episodes that have a magnet saved
Change AlphaRatio provider freeleech mode; prevent spoiling user ratio from ambiguous filtered results
2018-03-13 22:05:25 +00:00
### 0.14.8 (2018-03-13 22:00:00 UTC)
2018-03-13 22:02:53 +00:00
Fix changing status from "Skipped" to "Wanted" in Manage/Episode Status
2018-03-12 21:29:10 +00:00
### 0.14.7 (2018-03-12 21:30:00 UTC)
2018-03-12 21:25:24 +00:00
Add DrunkenSlug usenet provider
Fix PiSexy torrent provider
2018-03-05 16:00:14 +00:00
### 0.14.6 (2018-03-05 15:40:00 UTC)
2018-03-05 15:34:16 +00:00
Fix config/notifications Trakt "inactive" status not displayed when it should be
Fix saving multiple account "Update collection" selection at config/notifications Trakt
2018-02-23 22:15:55 +00:00
### 0.14.5 (2018-02-23 22:15:00 UTC)
2018-02-19 11:58:49 +00:00
Remove NZB.is usenet provider
Remove HD4Free torrent provider
Fix config/notifications/Pushover priority selector
Fix sending notification on snatch or download to Kodi/Emby
2018-02-19 00:00:26 +00:00
### 0.14.4 (2018-02-18 23:55:00 UTC)
2018-02-18 01:29:19 +00:00
2018-02-18 05:33:04 +00:00
Change relax strict mode from subtitle languages and show unknown.png flag for 'Undetermined' subtitle languages
Add Paramount Network icon
2018-02-18 01:29:19 +00:00
2018-02-13 13:04:53 +00:00
### 0.14.3 (2018-02-13 13:00:00 UTC)
2018-02-13 13:02:32 +00:00
Change improve thetvdb api response handling
2018-02-07 16:04:23 +00:00
### 0.14.2 (2018-02-07 16:00:00 UTC)
2018-02-07 15:59:55 +00:00
Change add handling for where requesting disk freespace is denied permission on some Linux distros
2018-02-03 22:57:44 +00:00
### 0.14.1 (2018-02-03 22:40:00 UTC)
2018-02-02 22:24:33 +00:00
Change terminology around the custom quality selection to improve clarity
Change restrict changing custom download qualities to reasonable selections
Add upgrade to quality selections on Add show page and Import existing show page
2016-08-24 19:02:12 +00:00
### 0.14.0 (2018-02-01 02:30:00 UTC)
2017-12-27 17:54:19 +00:00
* Change improve core scheduler logic
2018-01-12 22:12:34 +00:00
* Change improve media process to parse anime format 'Show Name 123 - 001 - Ep 1 name'
2018-01-23 01:02:13 +00:00
* Add free space stat (if obtainable) of parent folder(s) to footer
* Add option "Display disk free" to general config/interface page (default enabled)
2018-01-15 17:54:36 +00:00
* Add a provider error table to page Manage/Media Search
* Add failure handling, skip provider for x hour(s) depending on count of failures
* Add detection of Too Many Requests (Supporting providers UC and BTN)
2018-01-26 20:55:25 +00:00
* Add footer icon button to switch time layouts
2018-01-27 16:17:21 +00:00
* Add performance gains for proper search by integrating it into recent search
* Add the once per day proper finder time to footer, this process catches any propers missed during recent searches
* Add ability to differentiate webdl/rip sources so overwriting propers is always done from the same source (e.g. AMZN)
2018-01-29 02:26:23 +00:00
* Change layout of quality custom to improve clarity
* Change tweak text of SD DVD to include BD/BR
2018-01-30 17:38:46 +00:00
* Change TBy prov add UHD cat
2017-12-27 17:54:19 +00:00
2018-01-26 10:38:01 +00:00
### 0.13.15 (2018-01-26 10:30:00 UTC)
2018-01-26 10:33:07 +00:00
* Fix save on config general
2018-01-25 19:59:01 +00:00
### 0.13.14 (2018-01-25 16:20:00 UTC)
2018-01-24 02:24:00 +00:00
* Add config/general/web interface/send security headers (default enabled)
* Fix usenet_crawler cache mode results
* Fix omgwtf test of invalid auth, issue when enabling propers, and updating cache
* Fix unicode shownames when searching
* Add season specific naming exceptions to nzb + btn
2018-01-19 00:44:59 +00:00
### 0.13.13 (2018-01-19 00:45:00 UTC)
2018-01-17 07:37:27 +00:00
* Fix setting episode status when testing for if it should be deleted
* Restrict setting newly added old episodes to WANTED to the last 90 days, older are set to SKIPPED
2018-01-16 01:18:56 +00:00
### 0.13.12 (2018-01-16 01:10:00 UTC)
2018-01-16 01:11:46 +00:00
* Remove provider TorrentVault
2018-01-15 17:37:29 +00:00
### 0.13.11 (2018-01-15 17:35:00 UTC)
2018-01-15 17:35:27 +00:00
* Fix issue fetching data in a rare case
2018-01-08 17:19:02 +00:00
### 0.13.10 (2018-01-08 17:20:00 UTC)
2018-01-08 17:16:11 +00:00
* Fix "Upgrade once" for wanted qualities
2018-01-02 15:37:55 +00:00
### 0.13.9 (2018-01-02 15:45:00 UTC)
2017-12-30 17:08:34 +00:00
* Fix marking episode as to upgrade
2017-12-27 17:54:19 +00:00
### 0.13.8 (2017-12-27 15:45:00 UTC)
2017-12-27 15:32:38 +00:00
* Fix HD4Free provider
### 0.13.7 (2017-12-27 03:00:00 UTC)
2017-12-16 02:52:08 +00:00
2017-12-27 03:14:20 +00:00
* Add log message for not found on indexer when adding a new show
* Fix upgrade once ARCHIVED setting by postProcessor
* Fix determination of is_first_best_match
* Fix BTScene and Lime
2017-12-16 02:52:08 +00:00
* Add ETTV torrent provider
* Add PotUK torrent provider
### 0.13.6 (2017-12-13 01:50:00 UTC)
2017-12-12 02:46:28 +00:00
* Change improve multi episode release search
2017-12-13 01:50:00 +00:00
* Change improve usage of the optional regex library
2017-12-12 02:46:28 +00:00
### 0.13.5 (2017-12-11 21:45:00 UTC)
2017-12-11 21:30:32 +00:00
* Change delete unused html5lib files that can cause issue with search providers
### 0.13.4 (2017-12-11 16:45:00 UTC)
2017-12-11 15:16:45 +00:00
* Fix MediaBrowser Season##\metadata
### 0.13.3 (2017-12-10 20:30:00 UTC)
2017-12-09 09:37:49 +00:00
* Fix metadata Season Posters and Banners
* Change restore fetching metadata episode thumbs
### 0.13.2 (2017-12-08 19:00:00 UTC)
2017-12-08 16:01:50 +00:00
* Fix tools menu on Chrome mobile browser
### 0.13.1 (2017-12-07 15:30:00 UTC)
2017-12-07 11:23:46 +00:00
* Fix wanted episodes
### 0.13.0 (2017-12-06 12:40:00 UTC)
2016-12-19 12:14:13 +00:00
2016-11-12 02:13:00 +00:00
* Change don't fetch caps for disabled nzb providers
2016-12-22 22:18:20 +00:00
* Change recent search to use centralised title and URL parser for newznab
2017-01-01 18:07:46 +00:00
* Add display unaired season 1 episodes of a new show in regular and pro I view modes
2017-01-01 18:16:51 +00:00
* Change improve page load time when loading images
* Update isotope library 2.2.2 to 3.0.1
* Add lazyload package 3.0.0 (2e318b1)
2017-02-01 13:29:38 +00:00
* Add webencodings 0.5 (3970651) to assist parsing legacy web content
2017-01-26 00:04:58 +00:00
* Change improve add show search results by comparing search term to an additional unidecoded result set
2017-01-26 00:32:39 +00:00
* Change webserver startup to correctly use xheaders in reverse proxy or load balance set-ups
2017-01-27 14:15:37 +00:00
* Update backports_abc 0.4 to 0.5
2017-08-26 00:09:14 +00:00
* Update Beautiful Soup 4.4.0 (r397) to 4.6.0 (r449)
2017-07-12 00:36:15 +00:00
* Update cachecontrol library 0.11.5 to 0.12.3 (db54c40)
2017-08-25 20:17:38 +00:00
* Update Certifi 2015.11.20.1 (385476b) to 2017.07.27 (f808089)
2017-08-25 23:19:44 +00:00
* Update chardet packages 2.3.0 (d7fae98) to 3.0.4 (9b8c5c2)
2017-08-20 23:11:54 +00:00
* Update dateutil library 2.4.2 (d4baf97) to 2.6.1 (2f3a160)
2017-01-27 14:23:35 +00:00
* Update feedparser library 5.2.0 (8c62940) to 5.2.1 (f1dd1bb)
2017-01-27 14:24:24 +00:00
* Update html5lib 0.99999999/1.0b9 (46dae3d) to (1a28d72)
2017-01-27 14:25:20 +00:00
* Update IMDb 5.1dev20160106 to 5.1 (r907)
2017-01-27 14:26:26 +00:00
* Update moment.js 2.15.1 to 2.17.1
2017-01-27 14:27:29 +00:00
* Update PNotify library 2.1.0 to 3.0.0 (175af26)
2017-01-27 14:34:25 +00:00
* Update profilehooks 1.8.2.dev0 (ee3f1a8) to 1.9.0 (de7d59b)
2017-01-27 14:35:38 +00:00
* Update rarfile to 3.0 (3e54b22)
2017-01-27 14:37:01 +00:00
* Update Requests library 2.9.1 (a1c9b84) to 2.13.0 (fc54869)
2017-01-27 14:38:06 +00:00
* Update SimpleJSON library 3.8.1 (6022794) to 3.10.0 (c52efea)
2017-01-27 14:39:02 +00:00
* Update Six compatibility library 1.10.0 (r405) to 1.10.0 (r433)
2017-01-27 14:40:12 +00:00
* Update socks from SocksiPy 1.0 to PySocks 1.6.5 (b4323df)
2017-08-07 16:00:36 +00:00
* Update Tornado Web Server 4.5.dev1 (92f29b8) to 4.5.1 (79b2683)
2017-08-25 22:51:26 +00:00
* Update unidecode library 0.04.18 to 0.04.21 (e99b0e3)
2017-01-27 14:43:13 +00:00
* Update xmltodict library 0.9.2 (eac0031) to 0.10.2 (375d3a6)
2017-01-29 20:49:10 +00:00
* Update Bootstrap 3.2.0 to 3.3.7
2017-01-29 03:56:35 +00:00
* Update Bootstrap Hover Dropdown 2.0.11 to 2.2.1
2017-01-29 00:55:56 +00:00
* Update imagesloaded 3.1.8 to 4.1.1
2017-01-28 22:35:27 +00:00
* Update jquery.cookie 1.0 (21349d9) to JS-Cookie 2.1.3 (c1aa987)
2017-01-28 23:34:32 +00:00
* Update jquery.cookiejar 1.0.1 to 1.0.2
2017-01-28 21:59:02 +00:00
* Update jQuery JSON 2.2 (c908771) to 2.6 (2339804)
2017-01-28 14:53:49 +00:00
* Update jquery.form plugin 3.35.0 to 3.51.0 (6bf24a5)
2017-01-29 03:01:52 +00:00
* Update jQuery SelectBoxes 2.2.4 to 2.2.6
2017-01-28 19:42:39 +00:00
* Update jquery-tokeninput 1.60 to 1.62 (9c36e19)
2017-01-31 23:58:15 +00:00
* Update jQuery-UI 1.10.4 to 1.12.1 - minimum supported IE is 8
2017-01-29 02:42:30 +00:00
* Update jQuery UI Touch Punch 0.2.2 to 0.2.3
2017-01-29 02:30:26 +00:00
* Update qTip 2.2.1 to 2.2.2
2017-02-01 01:38:27 +00:00
* Update tablesorter 2.17.7 to 2.28.5
2017-01-30 00:49:58 +00:00
* Update jQuery 1.8.3 to 2.2.4
2017-02-03 01:44:55 +00:00
* Add one time run to start up that deletes troublemaking compiled files
2017-02-09 18:41:59 +00:00
* Fix reload of homepage after restart in some browsers
2017-01-18 07:50:01 +00:00
* Add detection of '1080p Remux' releases as fullhdbluray
2017-01-02 18:44:35 +00:00
* Add "Perform search tasks" to Config/Media Providers/Options
* Change improve clarity of enabled providers on Config/Media Providers
2017-02-15 12:27:21 +00:00
* Add option to limit WebDL propers to original release group under Config/Search/Media Search
2017-02-06 13:43:06 +00:00
* Change add IPv4 config option when enabling IPv6.
2017-07-23 00:31:34 +00:00
* Add autoProcessTV/onTxComplete.bat to improve Windows clients Deluge, qBittorrent, Tranmission, and uTorrent
2017-12-04 13:17:39 +00:00
* Add Blutopia torrent provider
2017-06-23 22:13:58 +00:00
* Add MagnetDL torrent provider
2017-08-24 11:36:23 +00:00
* Add SceneHD torrent provider
2017-02-18 20:36:42 +00:00
* Add Skytorrents torrent provider
2017-08-25 17:13:08 +00:00
* Add TorrentVault torrent provider
2017-08-24 22:55:02 +00:00
* Add WorldOfP2P torrent provider
2017-02-20 17:24:33 +00:00
* Change do not have shows checked by default on import page. To re-enable import shows checked by default,
1) On config page 'Save' 2) Stop SG 3) Find 'import_default_checked_shows' in config.ini and set '1' 4) Start SG
2017-05-13 20:51:55 +00:00
* Add Nyaa (.si) torrent provider
2017-05-20 01:10:33 +00:00
* Add Trakt watchlist to Add show/Trakt Cards
* Change revoke application access at Trakt when account is deleted in SG
* Add persistent hide/unhide cards to Add show/Trakt and Add show/IMDb Cards
* Change simplify dropdowns at all Add show/Cards
2017-06-14 15:12:56 +00:00
* Change cosmetic title on shutdown
2017-04-24 22:38:27 +00:00
* Change use TVDb API v2
2017-05-28 22:32:02 +00:00
* Change improve search for PROPERS
2017-06-04 16:19:22 +00:00
* Change catch show update task errors
2017-07-05 09:47:27 +00:00
* Change simplify and update FreeBSD init script
2017-06-29 20:14:44 +00:00
* Change only use newznab Api key if needed
2017-07-11 09:29:55 +00:00
* Change editshow saving empty scene exceptions
2017-07-11 23:58:06 +00:00
* Change improve TVDB data handling
2017-07-15 14:16:16 +00:00
* Change improve post processing by using more snatch history data
2017-07-17 19:29:32 +00:00
* Change show update, don't delete any ep in DB if eps are not returned from indexer
* Change prevent unneeded error message during show update
* Change improve performance, don't fetch episode list when retrieving a show image
* Change don't remove episodes from DB with status: SNATCHED, SNATCHED_PROPER, SNATCHED_BEST, DOWNLOADED, ARCHIVED, IGNORED
* Change add additional episode removal protections for TVDb_api v2
* Change filter SKIPPED items from episode view
* Change improve clarity of various error message by including relevant show name
* Change extend WEB PROPER release group check to ignore SD releases
2017-07-19 14:58:03 +00:00
* Change increase performance by reducing TVDb API requests with a global token
2017-07-21 21:34:23 +00:00
* Change make indexer lookup optional in NameParser, and deactivate during searches
2017-08-02 21:13:02 +00:00
* Change improve newnab autoselect categories
* Change add nzb.org BoxSD and BoxHD categories
2017-08-20 13:59:37 +00:00
* Change post processor, ignore symlinks found in process_dir
2017-08-20 23:11:54 +00:00
* Change file modify date of episodes older than 1970 can be changed to airdate, log warning on set fail
2017-08-27 00:11:17 +00:00
* Add new parameter 'poster' to indexer api
* Add optional tvdb_api load season image: lINDEXER_API_PARMS['seasons'] = True
* Add optional tvdb_api load season wide image: lINDEXER_API_PARMS['seasonwides'] = True
2017-08-27 16:33:32 +00:00
* Add Fuzzywuzzy 0.15.1 to sort search results
* Change remove search results filtering from tv info source
* Change suppress startup warnings for Fuzzywuzzy and Cheetah libs
* Change show search, add options to choose order of search results
* Add option to sort search results by 'A to Z' or 'First aired'
* Add option to sort search results by 'Relevancy' using Fuzzywuzzy lib
* Change search result anchor text uses SORT_ARTICLE setting for display
* Change existing shows in DB are no longer selectable in result list
* Change add image to search result item hover over
* Change improve image load speed on browse Trakt/IMDb/AniDB pages
2017-08-16 19:15:19 +00:00
* Add a changeable master Show ID when show no longer found at TV info source due to an ID change
* Add guiding links to assist user to change TV Info Source ID
* Add "Shows with abandoned master IDs" to Manage/Show Processes Page to link shows that can have their show IDs
adjusted in order to sustain TV info updates
* Add "Shows from defunct TV info sources" to Manage/Show Processes page to link shows that can be switched to a
different default TV info source
* Add shows not found at a TV info source for over 7 days will only be retried once a week
2017-08-30 23:04:32 +00:00
* Change prevent showing 'Mark download as bad and retry?' dialog when status doesn't require it
2017-09-06 09:08:31 +00:00
* Add warn icon indicator of abandoned IDs to "Manage" menu bar and "Manage/Show Processes" menu item
* Add shows that have no replacement ID can be ignored at "Manage/Show Processes", the menu bar warn icon hides if all are ignored
2017-09-13 05:34:08 +00:00
* Change FreeBSD initscript to use command_interpreter
2017-10-17 15:43:28 +00:00
* Add Slack notifier to Notifications config/Social
2017-10-13 01:12:09 +00:00
* Change allow Cheetah template engine version 2 and newer
2017-10-15 00:19:10 +00:00
* Change improve handling of relative download links from providers
* Change enable TorrentBytes provider
2017-10-15 18:13:41 +00:00
* Change after SG is updated, don't attempt to send a Plex client notifications if there is no client host set
2017-10-25 03:31:49 +00:00
* Add file name to possible names in history lookup post processing
* Add garbage name handling to name parser
2017-10-17 15:43:28 +00:00
* Change overhaul Notifications, add Notifier Factory and DRY refactoring
* Notifiers are now loaded into memory on demand
* Add bubble links to Notifications config tabs
* Add Discordapp notifier to Notifications config/Social
* Add Gitter notifier to Notifications config/Social
* Change order of notifiers in Notifications config tabs
* Remove Pushalot notifier
* Remove XBMC notifier
2017-10-28 17:55:02 +00:00
* Change a link to include webroot for "plot overview for this ended show"
2017-10-28 20:06:09 +00:00
* Change Bulk Changes and Notifications save to be web_root setting aware
* Change subtitle addons no longer need to be saved before Search Subtitles is enabled as a
forbidden action to reuse an exited FindSubtitles thread is no longer attempted
* Fix tools menu not opening for some browsers
2017-09-13 17:18:59 +00:00
* Change overhaul handling of PROPERS/REPACKS/REAL
* Add restriction to allow only same release group for repacks
* Change try all episode names with 'real', 'repack', 'proper'
* Add tip to search settings/media search about improved matching with optional regex library
2017-11-02 10:29:16 +00:00
* Change use value of "Update shows during hour" in General Settings straight after it is saved instead of after restart
2017-11-15 01:02:34 +00:00
* Change add tips for what to use for Growl notifications on Windows
2017-11-18 09:21:57 +00:00
* Change if a newly added show is not found on indexer, remove already created empty folder
2017-12-04 13:06:27 +00:00
* Change parse 1080p Bluray AVC/VC1 to a quality instead of unknown
2017-11-27 19:35:20 +00:00
* Add quality tag to archived items, improve displayShow/"Change selected episodes to"
* Use to prevent "Update to" on those select episodes while preserving the downloaded quality
* Change group "Downloaded" status qualities into one section
* Add "Downloaded/with archived quality" to set shows as downloaded using quality of archived status
* Add "Archived with/downloaded quality" to set shows as archived using quality of downloaded status
* Add "Archived with/default (min. initial quality of show here)"
* Change when settings/Post Processing/File Handling/Status of removed episodes/Set Archived is enabled, set status and quality accordingly
* Add downloaded and archived statuses to Manage/Episode Status
* Add quality pills to Manage/Episode Status
* Change Manage/Episode Status season output format to be more readable
2016-12-19 12:14:13 +00:00
2017-11-12 18:45:53 +00:00
### 0.12.37 (2017-11-12 10:35:00 UTC)
2017-11-11 21:44:57 +00:00
* Change improve .nzb handling
2017-11-01 12:28:44 +00:00
### 0.12.36 (2017-11-01 11:45:00 UTC)
2017-11-01 12:19:09 +00:00
* Change qBittorent to handle the change to its API success/fail response
2017-10-27 19:30:09 +00:00
### 0.12.35 (2017-10-27 20:30:00 UTC)
2017-10-27 18:58:53 +00:00
* Change and add some network logos
2017-10-25 15:14:01 +00:00
### 0.12.34 (2017-10-25 15:20:00 UTC)
2017-10-25 15:10:57 +00:00
* Change improve TVChaos parser
2017-10-13 02:25:13 +00:00
### 0.12.33 (2017-10-12 13:00:00 UTC)
2017-10-11 22:12:30 +00:00
* Change improve handling of torrent auth failures
2017-10-11 01:08:40 +00:00
### 0.12.32 (2017-10-11 02:05:00 UTC)
2017-10-11 01:05:58 +00:00
* Change improve PA torrent access
2017-10-06 22:00:48 +00:00
### 0.12.31 (2017-10-06 22:30:00 UTC)
2017-10-06 21:36:04 +00:00
* Change improve handling of connection failures for metadata during media processing
2017-09-28 23:40:26 +00:00
### 0.12.30 (2017-09-29 00:20:00 UTC)
2017-09-28 23:20:06 +00:00
* Fix Media Providers/Custom Newznab tab action 'Delete' then 'Save Changes'
2017-09-27 20:40:44 +00:00
* Fix enforce value API expects for paused show flag
2017-09-28 23:20:06 +00:00
2017-09-17 08:08:31 +00:00
### 0.12.29 (2017-09-17 09:00:00 UTC)
2017-09-17 07:55:57 +00:00
* Fix provider nCore
* Change .torrent checker due to files created with qB 3.3.16 (affects nCore and NBL)
2017-08-26 17:20:00 +00:00
### 0.12.28 (2017-08-26 18:15:00 UTC)
2017-08-26 15:30:52 +00:00
* Change prevent indexer specific release name parts from fudging search logic
2017-08-22 18:03:31 +00:00
### 0.12.27 (2017-08-22 19:00:00 UTC)
2017-08-22 17:17:00 +00:00
* Update to UnRar 5.50 release
2017-08-20 12:09:06 +00:00
### 0.12.26 (2017-08-20 13:05:00 UTC)
2017-07-25 21:47:12 +00:00
* Fix infinite loop loading network_timezones
* Change add optional "stack_size" setting as integer to config.ini under "General" stanza
* Change prevent too many retries when loading network timezones, conversions, and zoneinfo in a short time
* Update to UnRar 5.50 beta 6
### 0.12.25 (2017-06-19 23:35:00 UTC)
2017-08-01 20:32:48 +00:00
* Remove provider SceneAccess
2017-07-31 19:53:55 +00:00
### 0.12.24 (2017-07-31 20:42:00 UTC)
2017-07-31 00:24:22 +00:00
* Fix copy post process method on posix
2017-07-18 15:57:01 +00:00
### 0.12.23 (2017-07-18 16:55:00 UTC)
2017-07-18 14:03:32 +00:00
* Remove obsolete tvrage_api lib
2017-07-13 19:25:20 +00:00
### 0.12.22 (2017-07-13 20:20:00 UTC)
2017-07-13 19:20:00 +00:00
* Fix "Server failed to return anything useful" when should be using cached .torrent file
* Fix displayShow 'Unaired' episode rows change state where appropriate
* Change displayShow to stop requiring an airdate for checkboxes
2017-06-19 23:38:39 +00:00
### 0.12.21 (2017-06-19 23:35:00 UTC)
2017-06-19 23:35:25 +00:00
* Change provider Bit-HDTV user/pass to cookie
2017-06-15 03:24:25 +00:00
### 0.12.20 (2017-06-14 22:00:00 UTC)
2017-06-15 03:20:06 +00:00
* Change send info now required by qBittorrent 3.13+ clients
2017-05-20 09:35:24 +00:00
### 0.12.19 (2017-05-20 10:30:00 UTC)
2017-05-20 09:33:21 +00:00
* Remove provider Freshon.tv
2017-05-17 22:00:59 +00:00
### 0.12.18 (2017-05-15 23:00:00 UTC)
2017-05-17 15:55:59 +00:00
* Change thexem, remove tvrage from xem
2017-05-17 21:10:35 +00:00
### 0.12.17 (2017-05-15 22:10:00 UTC)
2017-05-17 21:01:37 +00:00
* Remove provider ExtraTorrent
* Change thexem tvrage mappings are deprecated, data fetch disabled
2017-05-05 15:37:16 +00:00
### 0.12.16 (2017-05-05 16:40:00 UTC)
2017-05-05 15:34:48 +00:00
* Fix multiple SpeedCD cookie
2017-05-03 23:44:25 +00:00
### 0.12.15 (2017-05-04 00:40:00 UTC)
2017-05-03 23:40:47 +00:00
* Remove provider Nyaa
* Change improve RSS validation (particularly for anime)
* Change improve support for legacy magnet encoding
2017-05-02 16:11:55 +00:00
### 0.12.14 (2017-05-02 17:10:00 UTC)
2017-05-02 16:08:28 +00:00
* Change provider Transmithe.net is now Nebulance
2017-04-24 17:54:36 +00:00
### 0.12.13 (2017-04-23 18:50:00 UTC)
2017-03-30 02:18:36 +00:00
2017-04-24 17:51:35 +00:00
* Change add filter for thetvdb show overview
* Change remove SpeedCD 'inspeed_uid' cookie requirement
2017-03-30 02:24:31 +00:00
### 0.12.12 (2017-03-30 03:15:00 UTC)
2017-03-30 02:18:36 +00:00
2017-04-24 17:51:35 +00:00
* Change search of SpeedCD, TVChaos and parse of TorrentDay
2017-03-30 02:18:36 +00:00
2017-03-17 01:59:43 +00:00
### 0.12.11 (2017-03-17 02:00:00 UTC)
2017-03-17 01:57:08 +00:00
* Change SpeedCD to cookie auth as username/password is not reliable
* Change Usenet-Crawler media provider icon
2017-03-12 01:29:16 +00:00
### 0.12.10 (2017-03-12 16:00:00 UTC)
2017-03-12 01:24:47 +00:00
* Change refactor client for Deluge 1.3.14 compatibility
* Change ensure IPT authentication is valid before use
2017-02-24 19:57:28 +00:00
### 0.12.9 (2017-02-24 18:40:00 UTC)
2017-02-24 17:24:06 +00:00
* Fix issue saving custom NewznabProviders
2017-02-19 15:08:21 +00:00
### 0.12.8 (2017-02-19 13:50:00 UTC)
2017-02-19 15:04:18 +00:00
* Change BTN API hostname
2017-02-17 15:00:55 +00:00
### 0.12.7 (2017-02-17 15:00:00 UTC)
2017-02-17 14:58:04 +00:00
* Change accept lists in JSON responses
* Change do not log error for empty BTN un/pw in most cases
* Change BTN to only try API once when doing alternative name searches
* Change when API fails, warn users as a tip that they can configure un/pw
2017-02-17 05:11:53 +00:00
### 0.12.6 (2017-02-17 03:48:00 UTC)
2017-02-13 20:00:55 +00:00
* Change skip episodes that have no wanted qualities
* Change download picked .nzb file on demand and not before
2017-02-17 03:16:51 +00:00
* Change improve provider title processing
* Change improve handling erroneous JSON responses
* Change improve find show with unicode characters
* Change improve results for providers Omgwtf, SpeedCD, Transmithenet, Zoogle
* Change validate .torrent files that contain optional header data
* Fix case where an episode status was not restored on failure
* Add raise log error if no wanted qualities are found
* Change add un/pw to Config/Media providers/Options for BTN API graceful fallback (can remove Api key for security)
* Change only download torrent once when using blackhole
* Add Cloudflare module 1.6.8 (be0a536) to handle specific CF connections
* Add Js2Py 0.43 (c1442f1) Cloudflare dependency
* Add pyjsparser 2.4.5 (cd5b829) Js2Py dependency
* Remove Torrentshack
2017-02-13 20:00:55 +00:00
2017-01-16 17:21:59 +00:00
### 0.12.5 (2017-01-16 16:22:00 UTC)
2017-01-16 16:22:25 +00:00
* Change TD search URL
* Fix saving Media Providers when either Search NZBs/Torrents is disabled
2016-12-31 01:15:52 +00:00
### 0.12.4 (2016-12-31 00:50:00 UTC)
2016-12-31 00:49:20 +00:00
* Remove Wombles nzb provider
2016-12-28 02:19:16 +00:00
### 0.12.3 (2016-12-27 15:20:00 UTC)
2016-12-27 15:06:14 +00:00
* Add UK date format handling to name parser
2016-12-21 16:58:13 +00:00
### 0.12.2 (2016-12-20 16:00:00 UTC)
2016-12-19 23:02:29 +00:00
* Change Rarbg and IPT urls
2016-12-19 12:14:13 +00:00
### 0.12.1 (2016-12-19 12:00:00 UTC)
2016-12-19 03:05:17 +00:00
2016-12-19 11:49:07 +00:00
* Fix image scan log for show titles that contain "%"
2016-12-19 03:05:17 +00:00
### 0.12.0 (2016-12-19 03:00:00 UTC)
2016-01-11 17:08:43 +00:00
2016-08-24 02:03:06 +00:00
* Add strict Python version check (equal to, or higher than 2.7.9 and less than 3.0), **exit** if incorrect version
2016-01-12 02:01:42 +00:00
* Update unidecode library 0.04.11 to 0.04.18 (fd57cbf)
2016-01-12 02:04:05 +00:00
* Update xmltodict library 0.9.2 (579a005) to 0.9.2 (eac0031)
2016-09-30 22:40:12 +00:00
* Update Tornado Web Server 4.3.dev1 (1b6157d) to 4.5.dev1 (92f29b8)
2015-05-18 18:11:45 +00:00
* Update change to suppress reporting of Tornado exception error 1 to updated package (ref:hacks.txt)
2016-01-12 02:07:41 +00:00
* Change API response header for JSON content type and the return of JSONP data
2015-12-23 13:39:59 +00:00
* Remove redundant MultipartPostHandler
2016-01-11 23:46:18 +00:00
* Update Beautiful Soup 4.4.0 (r390) to 4.4.0 (r397)
2015-12-23 12:49:39 +00:00
* Update backports/ssl_match_hostname 3.4.0.2 to 3.5.0.1 (r18)
2016-01-12 00:00:58 +00:00
* Update cachecontrol library 0.11.2 to 0.11.5
2015-12-23 02:57:53 +00:00
* Update Certifi to 2015.11.20.1 (385476b)
2016-01-12 00:52:16 +00:00
* Update chardet packages 2.3.0 (26982c5) to 2.3.0 (d7fae98)
2016-01-12 00:55:19 +00:00
* Update dateutil library 2.4.2 (083f666) to 2.4.2 (d4baf97)
2016-01-12 01:10:30 +00:00
* Update Hachoir library 1.3.4 (r1383) to 1.3.4 (r1435)
2016-01-12 01:17:02 +00:00
* Update html5lib 0.999 to 0.99999999/1.0b9 (46dae3d)
2016-01-14 08:54:24 +00:00
* Update IMDb 5.0 to 5.1dev20160106
2016-10-14 13:29:44 +00:00
* Update moment.js 2.6 to 2.15.1
2016-01-12 01:21:10 +00:00
* Update PNotify library 2.0.1 to 2.1.0
2015-12-23 14:25:43 +00:00
* Update profilehooks 1.4 to 1.8.2.dev0 (ee3f1a8)
2015-12-23 03:19:45 +00:00
* Update Requests library 2.7.0 (5d6d1bc) to 2.9.1 (a1c9b84)
2016-01-12 01:43:26 +00:00
* Update SimpleJSON library 3.8.0 (a37a9bd) to 3.8.1 (6022794)
2016-01-12 01:45:01 +00:00
* Update Six compatibility library 1.9.0 (r400) to 1.10.0 (r405)
2016-01-28 03:33:50 +00:00
* Add backports_abc 0.4
* Add singledispatch 3.4.0.3
2016-01-17 18:50:26 +00:00
* Change refactor email notifier
2016-01-23 23:39:50 +00:00
* Change emails to Unicode aware
2016-02-02 12:22:58 +00:00
* Add force episode recent search to API
2016-02-01 22:51:51 +00:00
* Change process episodes with utf8 dir and nzb names, handle failed episodes without a dir, add log output streaming
2016-02-06 18:57:19 +00:00
* Change move dateutil-zoneinfo.tar.gz file to data files /cache
2016-02-09 22:43:35 +00:00
* Change handle all Hachoir library parser errors and replace its Unicode enforcement
* Allow episode status "Skipped" to be changed to "Downloaded"
* Allow found "Skipped" episode files to be set "Unknown" quality
2016-02-11 16:25:29 +00:00
* Add CPU throttling preset "Disabled" to config/General/Advanced Settings
2015-11-20 22:52:19 +00:00
* Change overhaul Kodi notifier and tidy up config/notification/KodiNotifier ui
* Add passthru of param "post_json" to Requests() "json" in helpers.getURL
2016-02-14 12:28:30 +00:00
* Add search show Name to Show List Layout: Poster
* Change indicate when not sorting with article by dimming ("The", "A", "An") on Show List, Episode, History,
2016-12-18 20:24:18 +00:00
Bulk Change, Add with Browse and from Existing views
2016-02-19 17:38:38 +00:00
* Add Emby notifier to config/Notifications
2015-02-13 00:20:16 +00:00
* Use a subprocess and cp for copying files on posix systems to preserve file metadata
2016-02-26 01:07:39 +00:00
* Fix alternative unicode show names from breaking search
2016-02-23 20:55:05 +00:00
* Change show update, set shows with newly added airdate or existing episodes with future or never dates, to "Wanted"
2016-02-07 17:57:48 +00:00
* Fix rare NameParser case where numeric episode name was parsed as episode number
2016-03-09 11:16:02 +00:00
* Change improve management of Transmission config/Search/Torrent Search "Downloaded files location"
2016-03-10 12:19:41 +00:00
* Add network logos ABC News 24 and Chiller
* Update network logos to their current logo
* Remove redundant Adult Swim logos
2016-03-11 16:25:53 +00:00
* Add scene qualities WEB.h264 to SDTV, 720p.WEB.h264 to WEB DL 720p, and 1080p.WEB.h264 to WEB DL 1080p
2016-03-19 19:09:18 +00:00
* Change improve handling when provider PiSexy is missing expected data
2016-03-30 14:49:22 +00:00
* Change Show List second level sort criteria
* Change Show List sort Next Ep, and restore sort on Downloads
* Add sort by quality to Poster layout
* Change +n snatches to links on all Show List layouts
2016-03-24 18:37:09 +00:00
* Change adding show processing to be highest priority
* Use timezones to check unaired status during show update/adding
2016-03-31 06:57:50 +00:00
* Fix syntax error causing renamer to error out
2016-04-11 22:55:05 +00:00
* Change storing metadata nfo vars from int to strings to resolve lxml type exceptions that don't occur with etree
2016-04-12 15:34:28 +00:00
* Add visual indicator for upcoming or started shows on Add Browse Shows
2016-04-19 22:28:44 +00:00
* Add IMDb Watchlists to 'View' drop down on the 'Add from IMDb' page
* Add 5 decades of 'IMDb Popular' selections to 'View' drop down on 'Add from... Browse Shows'
* Add 'Other Services' to 'View' drop down on 'Add from... Browse Shows'
* Add enable, disable and delete public IMDb watchlists to Config/General/Interface with a default 'SickGear' list
2016-08-17 16:01:35 +00:00
* Change ensure English data from IMDb
2016-04-19 22:28:44 +00:00
* Change prevent duplicate show ids from presenting items on 'Add from... Browse Shows'
* Change add 'nocache' kwarg to helpers.getURL to facilitate non-cached requests
2016-04-29 19:15:34 +00:00
* Change instantly use saved value from Search Settings/Episode Search/"Check propers every" instead of after a restart
2016-04-24 02:54:24 +00:00
* Change include OSError system messages in file system failure logs during post process
2016-06-01 14:25:38 +00:00
* Fix find associated meta files to prevent orphan episode images
2016-06-10 00:28:37 +00:00
* Add HD4Free torrent provider
2016-08-09 17:51:32 +00:00
* Change validate and improve specific Torrent provider connections, IPT, SCC, TPB, TB, TD, TT
Change validate and improve specific Torrent provider connections, IPT, KAT, SCC, TPB, TB, TD, TT.
Change refactor cache for torrent providers to reduce code.
Change improve search category selection BMTV, FSH, FF, TB.
Change identify more SD release qualities.
Change update SpeedCD, MoreThan, TVChaosuk.
Add torrent provider HD4Free.
Remove torrent provider BitSoup.
Change only create threads for providers needing a recent search instead of for all enabled.
Add 4489 as experimental value to "Recent search frequency" to use provider freqs instead of fixed width for all.
Fix searching nzb season packs.
Change remove some logging cruft.
2016-03-24 18:24:14 +00:00
* Change refactor cache for torrent providers to reduce code
* Change improve search category selection BMTV, FSH, FF, TB
* Change identify more SD release qualities
* Change update SpeedCD, MoreThan, TVChaosuk
* Change only create threads for providers needing a recent search instead of for all enabled
* Add 4489 as experimental value to "Recent search frequency" to use provider freqs instead of fixed width for all
* Change remove some logging cruft
2016-06-01 15:14:37 +00:00
* Fix post processing "Force already processed" processing only the first of multiple files
2016-05-03 01:44:32 +00:00
* Add FileList torrent provider
2016-05-04 15:22:13 +00:00
* Add provider Anizb
2016-06-08 19:29:46 +00:00
* Change TorrentDay to use its 2.x interface
2016-06-12 15:28:40 +00:00
* Add button 'Discover' Emby server to notifications
2016-06-09 01:23:49 +00:00
* Add Bit-HDTV torrent provider
2016-06-10 18:29:40 +00:00
* Add PrivateHD torrent provider
2016-06-10 00:28:37 +00:00
* Add Zooqle torrent provider
2016-03-20 15:59:00 +00:00
* Add 2160p UHD 4K WEB quality
2016-04-08 20:22:22 +00:00
* Add DigitalHive torrent provider
2016-03-20 04:12:58 +00:00
* Add RevTT torrent provider
2016-03-20 15:10:26 +00:00
* Add PTF torrent provider
2016-04-08 16:09:58 +00:00
* Add Fano torrent provider
2016-08-26 23:36:01 +00:00
* Add BTScene torrent provider
* Add Extratorrent provider
* Add Limetorrents provider
2016-09-30 22:20:28 +00:00
* Add HD-Torrents provider
2016-08-26 23:36:01 +00:00
* Add nCore torrent provider
2016-09-23 20:17:25 +00:00
* Add TorLock provider
2016-09-07 20:24:10 +00:00
* Add Torrentz2 provider
2016-09-30 22:20:28 +00:00
* Add freeleech options to fano, freshon, hdspace, phd, ptf providers
* Change SceneTime to cookie auth
2016-10-02 17:30:47 +00:00
* Change improve parser tolerance for torrent providers
* Change disable TorrentBytes provider, over 90s for a response is not good
2016-08-26 23:36:01 +00:00
* Remove Usenet-Crawler provider
2016-06-16 23:44:27 +00:00
* Change CPU throttling on General Config/Advanced to "Disabled" by default for new installs
2016-06-17 18:59:46 +00:00
* Change provider OMGWTFNZBS api url and auto reject nuked releases
* Change Search Provider page to load torrent settings only when Search torrents is enabled in Search Settings
2016-06-22 00:52:55 +00:00
* Add "Order" table column and list failed from newest to oldest wherever possible on Manage Failed Downloads
* Add number of items shown to Manage Failed Downloads table footer and indicate if number of shown items is limited
* Add sorting to "Provider" column and fix sorting of "Remove" column on Manage Failed Downloads
* Fix "Limit" drop down on Manage Failed Downloads
2016-07-02 15:06:50 +00:00
* Change nzbs.org anime search category and fix newznab anime backlog search
* Change improve nzbgeek search response
* Change use query search at 6box (id search fails)
2016-06-30 19:15:09 +00:00
* Change "Add New Show" results sorted newest show to oldest from top
* Change add show genre, network, and overview to "Add New Show" results
* Change improve highlight of shows found in database in "Add New Show" results
* Change use full first aired date where available in "Add New Show" results
* Change prevent duplicate results in "Add New Show"
2016-06-23 19:58:26 +00:00
* Add qBitTorrent to Search Settings/Torrent Search
* Add "Test NZBGet" client to Search Settings/NZB Search/NZBGet
2016-07-08 21:28:29 +00:00
* Change include x265 category when searching IPT provider
2016-07-11 14:31:34 +00:00
* Change init.systemd to use python2 binary and recommended installation paths
2016-07-11 14:34:31 +00:00
* Change improve handling of SIGINT CTRL+C, SIGINT CTRL+BREAK(Windows) and SIGTERM
2016-07-25 16:36:06 +00:00
* Change add three IPTorrents fallback urls
* Change remove one dead and add three fallback magnet torcaches for blackhole use
* Change increase delay between requests to nnab servers to over 2 seconds
2016-07-27 15:32:48 +00:00
* Change set Specials to status "Skipped" not "Wanted" during show updates
2016-08-10 10:37:34 +00:00
* Change improve debug log message for CloudFlare response that indicate website is offline
2016-08-21 20:31:18 +00:00
* Add handling for 'part' numbered new releases and also for specific existing 'part' numbered releases
2016-08-11 00:00:36 +00:00
* Add detection of password protected rars with config/Post Processing/'Unpack downloads' enabled
* Change post process to cleanup filenames with config/Post Processing/'Unpack downloads' enabled
* Change post process to join incrementally named (i.e. file.001 to file.nnn) split files
2016-08-23 14:11:56 +00:00
* Change replace unrar2 lib with rarfile 3.0 and UnRAR.exe 5.40 freeware
2016-08-11 00:00:36 +00:00
* Change post process "Copy" to delete redundant files after use
2016-12-18 20:24:18 +00:00
* Add indicator for public access media providers
2016-08-26 23:36:01 +00:00
* Change improve probability selecting most seeded release
* Change add the TorrentDay x265 category to search
2016-09-04 20:00:44 +00:00
* Add smart logic to reduce api hits to newznab server types and improve how nzbs are downloaded
* Add newznab smart logic to avoid missing releases when there are a great many recent releases
* Change improve performance by using newznab server advertised capabilities
* Change config/providers newznab to display only non-default categories
* Change use scene season for wanted segment in backlog if show is scene numbering
2016-12-18 20:24:18 +00:00
* Change combine Media Search / Backlog Search / Limited and Full to Force
2016-09-04 20:00:44 +00:00
* Change consolidate limited and full backlog
* Change config / Search / Backlog search frequency to instead spread backlog searches over a number of days
* Change migrate minimum used value for search frequency into new minimum 7 for search spread
* Change restrict nzb providers to 1 backlog batch run per day
* Add to Config/Search/Unaired episodes/Allow episodes that are released early
* Add to Config/Search/Unaired episodes/Use specific api requests to search for early episode releases
* Add use related ids for newznab searches to increase search efficiency
* Add periodic update of related show ids
* Change terminology Edit Show/"Post processing" tab name to "Other"
* Add advanced feature "Related show IDs" to Edit Show/Other used for finding episodes and TV info
* Add search info source image links to those that have zero id under Edit Show/Other/"Related show IDs"
* Add "set master" button to Edit Show/Other/"Related show IDs" for info source that can be changed
* Change displayShow terminology "Indexers" to "Links" to cover internal and web links
* Change add related show info sources on displayShow page
* Change don't display "temporarily" defunct TVRage image link on displayShow pages unless it is master info source
* Change if a defunct info source is the master of a show then present a link on displayShow to edit related show IDs
* Change simplify the next backlog search run time display in the page footer
* Change try ssl when fetching data thetvdb, imdb, trakt, scene exception
* Change improve reliability to Trakt notifier by using show related id support
* Change improve config/providers newznab categories layout
* Change show loaded log message at start up and include info source
* Change if episode has no airdate then set status to unaired (was skipped)
2016-09-22 11:43:21 +00:00
* Fix only replace initial quality releases from the upgrade to list
2016-09-23 23:26:42 +00:00
* Change optimise TheTVDB processes, 40% to 66% saved adding new and existing shows, 40% to 50% saved per show update
* Change improve shows with more episodes gain largest reductions in time spent processing
* Change when using "Add new show" reduce search time outs
* Change always allow incomplete show data
* Remove redundant config/general/"Allow incomplete show data"
2016-09-24 02:29:06 +00:00
* Fix status reset of a snatched, downloaded, or archived episode when its date is set to never (no date) on the info
source and there is no media file
2016-12-18 20:24:18 +00:00
* Change only show unaired episodes on Manage/Backlog Overview and Manage/Episode Status where relevant
2016-10-04 14:05:14 +00:00
* Change locally cache Trakt/IMDb/Anime show cards
2016-09-27 20:18:58 +00:00
* Change allow pp to replace files with a repack or proper of same quality
* Fix ensure downloaded eps are not shown on episode view
* Fix allow propers to pp when show marked upgrade once
* Fix never set episodes without airdate to wanted
2016-05-07 18:40:34 +00:00
* Change improve getting the local timezone information
2016-10-01 22:01:16 +00:00
* Change hachoir_parser to close input stream if no parser is found e.g. due to file corruption
2016-11-06 04:05:01 +00:00
* Change improve fault tolerance of Hachoir jpeg parser
2016-10-08 15:07:18 +00:00
* Change reduce time taken to parse avi RIFF metadata during post processing and other times
* Change avi metadata extraction is more fault tolerant and the chance of hanging due to corrupt avi files is reduced
2016-10-14 13:29:44 +00:00
* Change fuzzyMoment to handle air dates before ~1970 on display show page
* Change limit availability of fuzzy date functions on General Config/Interface to English locale systems
2016-10-18 21:55:17 +00:00
* Add Plex notifications secure connect where available (PMS 1.1.4.2757 and newer with username and password)
2016-10-27 09:28:53 +00:00
* Add if all torrent caches fail, save magnets from RARBG and TPB as files for clients (or plugins) that now support it
* Add advice to logs if all caches fail to switch to direct client connect instead of the basic blackhole method
2016-10-26 00:36:13 +00:00
* Add search setting "Disable auto full backlog"
2016-10-08 22:37:27 +00:00
* Change improve performance and reduce start up time
2016-10-28 17:57:37 +00:00
* Fix button "Checkout branch" when stuck on disabled
2016-11-02 01:36:49 +00:00
* Add 'Download Log' to 'Logs & Errors' page
2016-11-05 20:28:19 +00:00
* Change consolidate shutdown with restart, improve systemd support, bring order to on-init globals
2016-11-14 21:33:15 +00:00
* Change speed improvement in finding needed categories/qualities (sd, hd, uhd)
* Change add guidance when using the "unknown" quality selection
2016-11-19 03:19:57 +00:00
* Change prevent browser auto completing password fields on config pages
2016-11-20 02:23:37 +00:00
* Change refresh page when torrent providers are enabled/disabled
* Change only display Search Settings/"Usenet retention" if Search NZBs is enabled
2016-11-22 20:47:39 +00:00
* Change sab API request to prevent naming mismatch
2016-11-13 00:39:23 +00:00
* Change update rTorrent systems
2016-12-09 15:41:49 +00:00
* Change logger to properly cleanup used resources
Add fanart to Episodes View, Display Show, Edit Show, and Media Renamer page.
Add "Maximum fanart image files per show to cache" to config General/Interface.
Add populate images when the daily show updater is run with a default maximum 3 images per show.
Change force full update in a show will replace existing images with new.
Add fanart livepanel to lower right of Episodes View and Display Show page.
Add highlight panel red until button is clicked a few times.
Add flick through multiple background images on Episodes View and Display Show page.
Add persistent move poster image to right hand side or hide on Display Show page (multi-click the eye).
Add persistent translucency of background images on Episodes View and Display Show page.
Add persistent fanart rating to avoid art completely, random display, random from a group, or display fave always.
Add persistent views of the show detail on Display Show page.
Add persistent views on Episodes View.
Add persistent button to collapse and expand card images on Episode View/Layout daybyday.
Add non persistent "Open gear" and "Full fanart" image views to Episodes View and Display Show page.
Add "smart" selection of fanart image to display on Episode view.
Change insert [!] and change text shade of ended shows in drop down show list on Display Show page.
Change button graphic for next and previous show of show list on Display Show page.
Add logic to hide some livepanel buttons until artwork becomes available or in other circumstances.
Add "(Ended)" where appropriate to show title on Display Show page.
Add links to fanart.tv where appropriate on Display Show page.
Change use tense for label "Airs" or "Aired" depending on if show ended.
Change display "No files" instead of "0 files" and "Upgrade once" instead of "End upgrade on first match".
Add persistent button to newest season to "Show all" episodes.
Add persistent button to all shown seasons to "Hide most" episodes.
Add button to older seasons to toggle "Show Season n" or "Show Specials" with "Hide..." episodes.
Add season level status counts next to each season header on display show page
Add sorting to season table headers on display show page
Add filename and size to quality badge on display show page, removed its redundant "downloaded" text
Remove redundant "Add show" buttons
Change combine the NFO and TBN columns into a single Meta column
Change reduce screen estate used by episode numbers columns
Change improve clarity of text on Add Show page.
Add "Reset fanart ratings" to show Edit/Other tab.
Add fanart usage to show Edit/Other tab.
Add fanart keys guide to show Edit/Other tab.
Change add placeholder tip to "Alternative release name(s)" on show Edit.
Change add placeholder tip to search box on shows Search.
Change hide Anime tips on show Edit when selecting its mutually exclusive options.
Change label "End upgrade on first match" to "Upgrade once" on show Edit.
Change improve performance rendering displayShow.
Add total episodes to start of show description (excludes specials if those are hidden).
Add "Add show" actions i.e. "Search", "Trakt cards", "IMDb cards", and "Anime" to Shows menu.
Add "Import (existing)" action to Tools menu.
Change SD quality from red to dark green, 2160p UHD 4K is red.
Change relocate the functions of Logs & Errors to the right side Tools menu -> View Log File.
Add warning indicator to the Tools menu in different colour depending on error count (green through red).
Change View Log error item output from reversed to natural order.
Change View Log add a typeface and some colour to improve readability.
Change View Log/Errors only display "Clear Errors" button when there are errors to clear.
Change improve performance of View Log File.
2016-02-28 23:43:40 +00:00
* Add fanart to Episodes View, Display Show, and Edit Show page
* Add path used for fanart images < Cache Dir > /images/fanart (< Cache Dir > value on Help page)
* Add populate images when the daily show updater is run with default maximum 3 images per show
* Change force full update in a show will replace existing images with new
* Add "Maximum fanart image files per show to cache" to config General/Interface
* Add fanart livepanel to lower right of Episodes View and Display Show page
* Add highlight panel red on Episodes view until button is clicked a few times
* Add flick through multiple background images on Episodes View and Display Show page
* Add persistent move poster image to right hand side or hide on Display Show page (multi-click the eye)
* Add persistent translucency of background images on Episodes View and Display Show page
* Add persistent fanart rating to avoid art completely, random display, random from a group, or display fave always
* Add persistent views of the show detail on Display Show page
* Add persistent views on Episodes View
* Add persistent button to collapse and expand card images on Episode View/Layout daybyday
* Add non persistent "Open gear" and "Backart only" image views to Episodes View and Display Show page
* Add "smart" selection of fanart image to display on Episode view
* Change insert [!] and change text shade of ended shows in drop down show list on Display Show page
* Change button graphic for next and previous show of show list on Display Show page
* Add logic to hide some livepanel buttons until artwork becomes available or in other circumstances
* Add "(Ended)" where appropriate to show title on Display Show page
* Change use tense for label "Airs" or "Aired" depending on if show ended
* Change display "No files" instead of "0 files" and "Upgrade once" instead of "End upgrade on first match"
* Add persistent button to newest season to "Show all" episodes
* Add persistent button to all shown seasons to "Hide most" episodes
* Add button to older seasons to toggle "Show Season n" or "Show Specials" with "Hide..." episodes
* Add season level status counts next to each season header on display show page
* Add sorting to season table headers on display show page
* Add filename and size to quality badge on display show page, removed its redundant "downloaded" text
* Remove redundant "Add show" buttons
* Change combine the NFO and TBN columns into a single Meta column
* Change reduce screen estate used by episode numbers columns
* Change improve clarity of text on Add Show page
* Change rename Edit show/"Post-Processing" tab to "Other"
* Add "Reset fanart ratings" to show Edit/Other tab
* Add fanart keys guide to show Edit/Other tab
* Change add placeholder tip to "Alternative release name(s)" on show Edit
* Change add placeholder tip to search box on shows Search
* Change hide Anime tips on show Edit when selecting its mutually exclusive options
* Change label "End upgrade on first match" to "Upgrade once" on show Edit
* Change improve performance rendering displayShow
* Add total episodes to start of show description (excludes specials if those are hidden)
* Add "Add show" actions i.e. "Search", "Trakt cards", "IMDb cards", and "Anime" to Shows menu
* Add "Import (existing)" action to Tools menu
* Change SD quality from red to dark green, 2160p UHD 4K is red
* Change relocate the functions of Logs & Errors to the right side Tools menu -> View Log File
* Add warning indicator to the Tools menu in different colour depending on error count (green through red)
* Change View Log error item output from reversed to natural order
* Change View Log File add a typeface and some colour to improve readability
* Change View Log File/Errors only display "Clear Errors" button when there are errors to clear
* Change improve performance of View Log File
2016-12-18 20:24:18 +00:00
* Change fanart images to not use cache as cache is not required
* Change rename "Manual Post-Processing" menu item to "Process Media"
* Change rename "Search Providers" -> "Media Providers"
* Change rename "Manage Searches" -> "Media Search"
* Change rename "Episode Status Management" -> "Episode Status"
* Change rename "Mass Update" -> "Bulk Change"
* Change indicate default home on "Shows Menu"
* Change relocate "Episodes" menu to "Shows"/"Episode Schedule"
* Change relocate "History" menu to "Shows"/"History"
* Change remove restart/shutdown buttons from "Show List"
* Change remove superfluous buttons from all submenus
2016-01-11 17:08:43 +00:00
2016-10-06 19:35:00 +00:00
### 0.11.16 (2016-10-16 17:30:00 UTC)
2016-10-01 19:31:35 +00:00
* Change ensure a cache.db table does exist on migration
2016-09-13 20:01:10 +00:00
### 0.11.15 (2016-09-13 19:50:00 UTC)
2016-09-13 18:50:05 +00:00
* Add rollback capability to undo database changes made during tests
2016-07-25 02:16:39 +00:00
### 0.11.14 (2016-07-25 03:10:00 UTC)
2016-07-25 02:12:23 +00:00
* Fix BeyondHD torrent provider
2016-07-21 20:01:06 +00:00
### 0.11.13 (2016-07-21 20:30:00 UTC)
2016-07-21 19:39:37 +00:00
* Remove KAT torrent provider
2016-06-20 02:09:42 +00:00
### 0.11.12 (2016-06-20 02:20:00 UTC)
2016-06-20 01:46:10 +00:00
* Change improve importing show list sickbeard.db files
2016-04-07 18:22:23 +00:00
### 0.11.11 (2016-04-05 19:20:00 UTC)
2016-04-07 18:18:00 +00:00
* Add support for SD mkv container
2016-03-17 19:11:31 +00:00
### 0.11.10 (2016-03-17 19:00:00 UTC)
2016-03-17 19:09:07 +00:00
* Fix dbs that should not have been imported to work
2016-03-17 12:42:59 +00:00
### 0.11.9 (2016-03-17 12:30:00 UTC)
2016-03-17 12:41:04 +00:00
* Fix for import of very rare db structure
2016-03-16 18:36:33 +00:00
### 0.11.8 (2016-03-16 12:50:00 UTC)
2016-03-15 16:34:58 +00:00
* Fix ensures internal buffer of a downloaded file is written to disk
2016-03-06 12:58:21 +00:00
### 0.11.7 (2016-03-06 12:30:00 UTC)
2016-03-06 12:31:38 +00:00
* Fix Torrenting provider
2016-02-18 23:19:36 +00:00
### 0.11.6 (2016-02-18 23:10:00 UTC)
2016-02-18 23:10:25 +00:00
* Fix saving config General/Interface/Date style (save again to repopulate blank dates on the Showlist view)
2016-02-01 20:06:14 +00:00
### 0.11.5 (2016-02-01 19:40:00 UTC)
2016-02-01 19:37:32 +00:00
* Fix refresh handling of Skipped and Ignored items
* Fix issue entering scene numbers
2016-01-31 11:42:04 +00:00
### 0.11.4 (2016-01-31 11:30:00 UTC)
2016-01-31 11:29:32 +00:00
* Fix issue setting some custom name patterns on the "Config/Post Processing/Episode Naming" tab
* Remove Strike torrent provider
* Add network icons
2016-01-17 23:55:56 +00:00
### 0.11.3 (2016-01-16 20:00:00 UTC)
Fix Search Settings display fail.
Fix Search Settings display fail.
Add Audience, Channel 5 (UK), Five US, Fox Channel, FreeForm, Global, Keshet, HBO Canada, More4, Rooster Teeth, TF1, Toon Disney, WE tv, XBox Video.
Change BET network logo.
Change provider TB icon.
Delete 3fm and redundant network logo.
2016-01-17 16:59:09 +00:00
* Fix Search Settings display fail
* Add Audience, Channel 5 (UK), Five US, Fox Channel, FreeForm, Global, HBO Canada, Keshet, More4, Rooster Teeth, TF1,
Toon Disney, WE tv, XBox Video
* Change BET network logo
* Change provider TB icon
* Delete 3fm and redundant network logo
2016-01-14 22:09:54 +00:00
### 0.11.2 (2016-01-14 21:10:00 UTC)
2016-01-14 21:11:24 +00:00
* Fix issue with "Add Existing Shows" on new installations
2016-01-12 22:23:33 +00:00
### 0.11.1 (2016-01-12 22:20:00 UTC)
2016-01-12 19:42:37 +00:00
* Fix handling non-numeric IMDb popular ratings
2016-01-11 17:08:43 +00:00
### 0.11.0 (2016-01-10 22:30:00 UTC)
2015-07-25 09:26:35 +00:00
2015-08-10 14:16:22 +00:00
* Change to only refresh scene exception data for shows that need it
2015-08-14 23:02:05 +00:00
* Change reduce aggressive use of scene numbering that was overriding user preference where not needed
* Change set "Scene numbering" checkbox and add text to the label tip in third step of add "New Show" if scene numbers
are found for the selected show in the search results of the first step
* Change label text on edit show page to highlight when manual numbering and scene numbers are available
* Fix disabling "Scene numbering" of step three in add "New Show" was ignored when scene episode number mappings exist
* Fix don't use scene episode number mappings everywhere when "Scene numbering" is disabled for a show
* Fix width of legend underlining on the third step used to bring other display elements into alignment
* Change when downloading magnet or nzb files, verify the file in cache dir and then move to blackhole
2015-08-10 14:16:22 +00:00
* Fix small cosmetic issue to correctly display "full backlog" date
2015-08-07 23:53:30 +00:00
* Add search crawler exclusions
2015-08-09 03:12:49 +00:00
* Fix saving default show list group on add new show options page
2015-08-09 22:36:46 +00:00
* Remove legacy anime split home option from anime settings tab (new option located in general/interface tab)
2015-08-12 14:16:56 +00:00
* Remove "Manage Torrents"
2015-07-04 21:29:15 +00:00
* Update Beautiful Soup 4.3.2 to 4.4.0 (r390)
2015-09-12 10:51:54 +00:00
* Update dateutil library to 2.4.2 (083f666)
2015-08-21 16:34:25 +00:00
* Update chardet packages to 2.3.0 (26982c5)
2015-08-15 14:26:07 +00:00
* Update Hachoir library 1.3.3 to 1.3.4 (r1383)
* Change configure quiet option in Hachoir to suppress warnings (add ref:hacks.txt)
2016-01-06 20:15:55 +00:00
* Add parse media content to determine quality before making final assumptions during re-scan, update, pp
2015-08-21 02:32:27 +00:00
* Add a postprocess folder name validation
2015-08-22 00:07:00 +00:00
* Update Requests library to 2.7.0 (5d6d1bc)
2015-08-22 00:15:45 +00:00
* Update SimpleJSON library 3.7.3 to 3.8.0 (a37a9bd)
2015-08-21 18:08:34 +00:00
* Update Tornado Web Server 4.2 to 4.3.dev1 (1b6157d)
2015-11-12 01:31:46 +00:00
* Update isotope library 2.0.1 to 2.2.2
2015-05-18 18:11:45 +00:00
* Update change to suppress reporting of Tornado exception error 1 to updated package (ref:hacks.txt)
2015-05-18 18:20:58 +00:00
* Update fix for API response header for JSON content type and the return of JSONP data to updated package (ref:hacks.txt)
2015-10-17 20:40:55 +00:00
* Update TvDB API library 1.09 with changes up to (35732c9) and some pep8 and code cleanups
2015-08-22 09:35:03 +00:00
* Fix post processing season pack folders
2015-08-24 23:55:23 +00:00
* Fix saving torrent provider option "Seed until ratio" after recent refactor
2015-09-01 12:52:14 +00:00
* Change white text in light theme on Manage / Episode Status Management page to black for better readability
Add fanart to Episodes View, Display Show, Edit Show, and Media Renamer page.
Add "Maximum fanart image files per show to cache" to config General/Interface.
Add populate images when the daily show updater is run with a default maximum 3 images per show.
Change force full update in a show will replace existing images with new.
Add fanart livepanel to lower right of Episodes View and Display Show page.
Add highlight panel red until button is clicked a few times.
Add flick through multiple background images on Episodes View and Display Show page.
Add persistent move poster image to right hand side or hide on Display Show page (multi-click the eye).
Add persistent translucency of background images on Episodes View and Display Show page.
Add persistent fanart rating to avoid art completely, random display, random from a group, or display fave always.
Add persistent views of the show detail on Display Show page.
Add persistent views on Episodes View.
Add persistent button to collapse and expand card images on Episode View/Layout daybyday.
Add non persistent "Open gear" and "Full fanart" image views to Episodes View and Display Show page.
Add "smart" selection of fanart image to display on Episode view.
Change insert [!] and change text shade of ended shows in drop down show list on Display Show page.
Change button graphic for next and previous show of show list on Display Show page.
Add logic to hide some livepanel buttons until artwork becomes available or in other circumstances.
Add "(Ended)" where appropriate to show title on Display Show page.
Add links to fanart.tv where appropriate on Display Show page.
Change use tense for label "Airs" or "Aired" depending on if show ended.
Change display "No files" instead of "0 files" and "Upgrade once" instead of "End upgrade on first match".
Add persistent button to newest season to "Show all" episodes.
Add persistent button to all shown seasons to "Hide most" episodes.
Add button to older seasons to toggle "Show Season n" or "Show Specials" with "Hide..." episodes.
Add season level status counts next to each season header on display show page
Add sorting to season table headers on display show page
Add filename and size to quality badge on display show page, removed its redundant "downloaded" text
Remove redundant "Add show" buttons
Change combine the NFO and TBN columns into a single Meta column
Change reduce screen estate used by episode numbers columns
Change improve clarity of text on Add Show page.
Add "Reset fanart ratings" to show Edit/Other tab.
Add fanart usage to show Edit/Other tab.
Add fanart keys guide to show Edit/Other tab.
Change add placeholder tip to "Alternative release name(s)" on show Edit.
Change add placeholder tip to search box on shows Search.
Change hide Anime tips on show Edit when selecting its mutually exclusive options.
Change label "End upgrade on first match" to "Upgrade once" on show Edit.
Change improve performance rendering displayShow.
Add total episodes to start of show description (excludes specials if those are hidden).
Add "Add show" actions i.e. "Search", "Trakt cards", "IMDb cards", and "Anime" to Shows menu.
Add "Import (existing)" action to Tools menu.
Change SD quality from red to dark green, 2160p UHD 4K is red.
Change relocate the functions of Logs & Errors to the right side Tools menu -> View Log File.
Add warning indicator to the Tools menu in different colour depending on error count (green through red).
Change View Log error item output from reversed to natural order.
Change View Log add a typeface and some colour to improve readability.
Change View Log/Errors only display "Clear Errors" button when there are errors to clear.
Change improve performance of View Log File.
2016-02-28 23:43:40 +00:00
* Change displayShow page episode colours when a minimum quality is met with "Upgrade once"
2015-09-12 17:06:54 +00:00
* Add seed time per provider for torrent clients that support seed time per torrent, i.e. currently only uTorrent
* Remove seed time display for Transmission in config/Torrent Search page because the torrent client doesn't support it
2015-09-14 15:33:51 +00:00
* Add PreToMe torrent provider
2015-09-12 17:59:33 +00:00
* Add SceneTime torrent provider
2015-09-06 20:05:24 +00:00
* Change TtN provider to parse new layout
* Improve recognition of SD quality
2015-09-12 07:17:26 +00:00
* Fix halting in mid flow of Add Existing Show which resulted in failure to scan statuses and filesizes
* Change default de-referrer url to blank
* Change javascript urls in templates to allow proper caching
2015-09-15 20:22:58 +00:00
* Change downloads to prevent cache misfiring with "Result is not a valid torrent file"
2015-09-18 00:06:34 +00:00
* Add BitMeTV torrent provider
2015-09-16 23:52:18 +00:00
* Add Torrenting provider
2015-09-17 16:51:33 +00:00
* Add FunFile torrent provider
2015-09-18 00:06:34 +00:00
* Add TVChaosUK torrent provider
* Add HD-Space torrent provider
* Add Shazbat torrent provider
2015-09-20 11:40:03 +00:00
* Remove unnecessary call to indexers during nameparsing
2015-09-25 15:57:20 +00:00
* Change disable ToTV due to non-deletable yet reported hacker BTC inbox scam and also little to no new content listings
2015-09-26 04:01:20 +00:00
* Fix Episode View KeyError: 'state-title' failure for shows without a runtime
2015-10-13 00:46:57 +00:00
* Update py-unrar2 library 99.3 to 99.6 (2fe1e98)
2015-10-13 03:08:45 +00:00
* Fix py-unrar2 on unix to handle different date formats output by different unrar command line versions
2015-09-29 13:17:58 +00:00
* Fix Add and Edit show quality selection when Quality 'Custom' is used
2015-10-13 20:29:14 +00:00
* Fix add existing shows from folders that contain a plus char
2015-10-16 12:44:30 +00:00
* Fix post process issue where items in history were processed out of turn
2015-10-14 00:19:32 +00:00
* Change increase frequency of updating show data
2015-09-18 00:06:34 +00:00
* Remove Animenzb provider
2015-09-25 14:33:25 +00:00
* Change increase the scope and number of non release group text that is identified and removed
2015-11-19 22:05:19 +00:00
* Add general config setting to allow adding incomplete show data
2015-10-26 10:50:19 +00:00
* Change to throttle connection rate on thread initiation for adba library
2015-11-07 16:24:28 +00:00
* Change default manage episodes selector to Snatched episodes if items exist else Wanted on Episode Status Manage page
* Change snatched row colour on Episode Status Manage page to match colour used on the show details page
2015-09-21 15:46:04 +00:00
* Change replace trakt with libtrakt for API v2
2015-11-19 22:05:19 +00:00
* Change improve robustness of Trakt communications
* Change Trakt notification config to use PIN authentication with the service
* Add multiple Trakt account support to Config/Notifications/Social
* Add setting to Trakt notification to update collection with downloaded episode info
* Change trakt notifier logo
2015-10-19 15:37:26 +00:00
* Remove all other Trakt deprecated API V1 service features pending reconsideration
2015-11-14 13:49:54 +00:00
* Change increase show search capability when using plain text and also add TVDB id, IMDb id and IMDb url search
* Change improve existing show page and the handling when an attempt to add a show to an existing location
2015-09-24 18:19:44 +00:00
* Change consolidate Trakt Trending and Recommended views into an "Add From Trakt" view which defaults to trending
2015-11-19 22:05:19 +00:00
* Change Add from Trakt/"Shows:" with Anticipated, New Seasons, New Shows, Popular, Recommendations, and Trending views
2016-01-08 20:57:07 +00:00
* Change Add from Trakt/"Shows:" with Most Watched, Played, and Collected during the last month and year on Trakt
2015-11-17 00:42:26 +00:00
* Change add season info to "Show: Trakt New Seasons" view on the Add from Trakt page
2015-09-24 18:19:44 +00:00
* Change increase number of displayed Trakt shows to 100
* Add genres and rating to all Trakt shows
2015-11-12 00:18:19 +00:00
* Add AniDb Random and Hot to Add Show page
2015-10-01 18:41:20 +00:00
* Add IMDb Popular to Add Show page
2015-10-27 14:49:48 +00:00
* Add version to anime renaming pattern
2015-11-19 23:16:32 +00:00
* Add Code Climate configuration files
2015-09-18 00:06:34 +00:00
* Change move init-scripts to single folder
2015-11-19 04:40:31 +00:00
* Change sickbeard variables to sickgear variables in init-scripts
2015-11-20 17:32:01 +00:00
* Change improve the use of multiple plex servers
2015-09-18 00:06:34 +00:00
* Change move JS code out of home template and into dedicated file
* Change remove branch from window title
* Change move JS code out of inc_top template and into dedicated file
* Change cleanup torrent providers
* Change utilise tvdbid for searching usenet providers
* Add setting to provider BTN to Reject Blu-ray M2TS releases
* Remove jsonrpclib library
* Change consolidate global and per show ignore and require words functions
* Change "Require word" title and notes on Config Search page to properly describe its functional logic
* Add regular expression capability to ignore and require words by starting wordlist with "regex:"
* Add list shows with custom ignore and require words under the global counterparts on the Search Settings page
* Fix failure to search for more than one selected wanted episode
2015-11-29 04:34:39 +00:00
* Add notice for users with Python 2.7.8 or below to update to latest Python
2015-12-02 15:19:28 +00:00
* Change position of parsed qualities to the start of log lines
2015-12-01 22:45:14 +00:00
* Change to always display branch and commit hash on 'Help & Info' page
2015-12-05 04:09:23 +00:00
* Add option to create season search exceptions from editShow page
2015-12-05 01:20:49 +00:00
* Change sab to use requests library
2015-12-22 03:06:33 +00:00
* Add "View Changes" to tools menu
2015-12-16 23:35:39 +00:00
* Change disable connection attempts and remove UI references to the TVRage info source
2016-01-06 20:15:55 +00:00
* Change to simplify xem id fetching
* Fix issue on Add Existing Shows page where shows were listed that should not have been
2016-01-07 13:15:52 +00:00
* Change get_size helper to also handle files
2016-01-07 13:33:21 +00:00
* Change improve handling of a bad email notify setting
2016-01-07 23:33:49 +00:00
* Fix provider MTV download URL
* Change give provider OMGWTFNZBS more time to respond
* Change file browser to permit manually entering a path
2016-07-19 01:04:30 +00:00
* Fix updating Trakt collection from Unix
2015-07-25 09:26:35 +00:00
2015-08-06 11:10:02 +00:00
### 0.10.0 (2015-08-06 11:05:00 UTC)
2015-12-06 01:54:28 +00:00
2015-05-18 18:49:45 +00:00
* Remove EZRSS provider
2015-08-21 18:08:34 +00:00
* Update Tornado Web Server to 4.2 (fdfaf3d)
2015-05-18 18:11:45 +00:00
* Update change to suppress reporting of Tornado exception error 1 to updated package (ref:hacks.txt)
2015-05-18 18:20:58 +00:00
* Update fix for API response header for JSON content type and the return of JSONP data to updated package (ref:hacks.txt)
2015-06-04 15:06:20 +00:00
* Update Requests library 2.6.2 to 2.7.0 (8b5e457)
2015-05-18 17:54:19 +00:00
* Update change to suppress HTTPS verification InsecureRequestWarning to updated package (ref:hacks.txt)
2015-05-18 12:04:41 +00:00
* Change to consolidate cache database migration code
2015-05-19 14:38:33 +00:00
* Change to only rebuild namecache on show update instead of on every search
2015-02-13 05:00:24 +00:00
* Change to allow file moving across partition
2015-05-19 14:38:33 +00:00
* Add removal of old entries from namecache on show deletion
2015-06-05 01:07:22 +00:00
* Add Hallmark and specific ITV logos, remove logo of non-english Comedy Central Family
2015-06-04 18:37:31 +00:00
* Fix provider TD failing to find episodes of air by date shows
2015-05-27 11:27:15 +00:00
* Fix provider SCC failing to find episodes of air by date shows
* Fix provider SCC searching propers
* Fix provider SCC stop snatching releases for episodes already completed
* Fix provider SCC handle null server responses
* Change provider SCC remove 1 of 3 requests per search to save 30% time
2015-06-19 23:34:56 +00:00
* Change provider SCC login process to use General Config/Advanced/Proxy host setting
2015-06-28 16:27:14 +00:00
* Change provider SCD PEP8 and code convention cleanup
2015-06-12 10:18:04 +00:00
* Change provider HDB code simplify and PEP8
2015-06-10 08:04:08 +00:00
* Change provider IPT only decode unicode search strings
* Change provider IPT login process to use General Config/Advanced/Proxy host setting
2015-07-04 09:18:37 +00:00
* Change provider TB logo icon used on Config/Search Providers
2015-06-15 09:05:14 +00:00
* Change provider TB PEP8 and code convention cleanup
2015-06-16 23:50:23 +00:00
* Change provider TB login process to use General Config/Advanced/Proxy host setting
2015-05-22 23:48:55 +00:00
* Remove useless webproxies from provider TPB as they fail for one reason or another
* Change provider TPB to use mediaExtensions from common instead of hard-coded private list
* Add new tld variants to provider TPB
* Add test for authenticity to provider TPB to notify of 3rd party block
2015-07-04 09:18:37 +00:00
* Change provider TD logo icon used on Config/Search Providers
2015-06-22 00:02:07 +00:00
* Change provider TD login process to use General Config/Advanced/Proxy host setting
2015-06-16 15:46:33 +00:00
* Change provider BTN code simplify and PEP8
2015-06-22 00:02:07 +00:00
* Change provider BTS login process to use General Config/Advanced/Proxy host setting
2015-06-22 00:04:39 +00:00
* Change provider FSH login process to use General Config/Advanced/Proxy host setting
2015-06-15 19:09:01 +00:00
* Change provider RSS torrent code to use General Config/Advanced/Proxy host setting, simplify and PEP8
2015-06-28 18:18:45 +00:00
* Change provider Wombles's PEP8 and code convention cleanup
2015-05-23 00:33:37 +00:00
* Change provider Womble's use SSL
2015-06-08 23:35:09 +00:00
* Change provider KAT remove dead url
* Change provider KAT to use mediaExtensions from common instead of private list
* Change provider KAT provider PEP8 and code convention cleanup
2015-06-19 16:47:52 +00:00
* Change refactor and code simplification for torrent and newznab providers
2015-06-19 23:34:56 +00:00
* Change refactor SCC to use torrent provider simplification and PEP8
2015-06-28 16:27:14 +00:00
* Change refactor SCD to use torrent provider simplification
2015-06-16 23:50:23 +00:00
* Change refactor TB to use torrent provider simplification and PEP8
2015-06-16 23:58:50 +00:00
* Change refactor TBP to use torrent provider simplification and PEP8
2015-06-16 23:51:37 +00:00
* Change refactor TD to use torrent provider simplification and PEP8
2015-06-16 23:56:33 +00:00
* Change refactor TL to use torrent provider simplification and PEP8
2015-06-22 00:02:07 +00:00
* Change refactor BTS to use torrent provider simplification and PEP8
2015-06-22 00:04:39 +00:00
* Change refactor FSH to use torrent provider simplification and PEP8
2015-06-22 01:55:22 +00:00
* Change refactor IPT to use torrent provider simplification and PEP8
2015-06-23 15:23:30 +00:00
* Change refactor KAT to use torrent provider simplification and PEP8
2015-07-05 12:37:31 +00:00
* Change refactor TOTV to use torrent provider simplification and PEP8
2015-06-20 17:18:36 +00:00
* Remove HDTorrents torrent provider
2015-06-20 18:14:32 +00:00
* Remove NextGen torrent provider
2015-06-06 15:08:59 +00:00
* Add Rarbg torrent provider
2015-06-21 23:58:27 +00:00
* Add MoreThan torrent provider
2015-06-19 01:25:14 +00:00
* Add AlphaRatio torrent provider
2015-07-01 17:26:10 +00:00
* Add PiSexy torrent provider
2015-06-24 18:53:41 +00:00
* Add Strike torrent provider
2015-06-22 00:00:38 +00:00
* Add TorrentShack torrent provider
2015-07-06 11:14:37 +00:00
* Add BeyondHD torrent provider
2015-07-07 11:12:19 +00:00
* Add GFTracker torrent provider
2015-07-08 00:02:29 +00:00
* Add TtN torrent provider
2015-07-16 12:09:13 +00:00
* Add GTI torrent provider
2015-06-03 11:33:26 +00:00
* Fix getManualSearchStatus: object has no attribute 'segment'
2015-06-04 00:30:42 +00:00
* Change handling of general HTTP error response codes to prevent issues
* Add handling for CloudFlare custom HTTP response codes
2015-06-04 13:36:38 +00:00
* Fix to correctly load local libraries instead of system installed libraries
2015-06-05 00:12:57 +00:00
* Update PyNMA to hybrid v1.0
2015-06-05 09:44:43 +00:00
* Change first run after install to set up the main db to the current schema instead of upgrading
* Change don't create a backup from an initial zero byte main database file, PEP8 and code tidy up
2015-06-05 13:10:17 +00:00
* Fix show list view when no shows exist and "Group show lists shows into" is set to anything other than "One Show List"
2015-06-09 14:43:54 +00:00
* Fix fault matching air by date shows by using correct episode/season strings in find search results
* Change add 'hevc', 'x265' and some langs to Config Search/Episode Search/Ignore result with any word
2015-06-15 12:48:01 +00:00
* Change NotifyMyAndroid to its new web location
2015-06-05 13:49:03 +00:00
* Update feedparser library 5.1.3 to 5.2.0 (8c62940)
2015-06-06 02:23:39 +00:00
* Remove feedcache implementation and library
2015-06-09 14:43:54 +00:00
* Add coverage testing and coveralls support
2015-06-08 12:47:01 +00:00
* Add py2/3 regression testing for exception clauses
2015-06-09 14:43:54 +00:00
* Change py2 exception clauses to py2/3 compatible clauses
2015-06-09 11:13:00 +00:00
* Change py2 print statements to py2/3 compatible functions
2015-06-09 22:32:13 +00:00
* Change py2 octal literals into the new py2/3 syntax
2015-06-13 14:52:46 +00:00
* Change py2 iteritems to py2/3 compatible statements using six library
2015-06-13 16:57:09 +00:00
* Change py2 queue, httplib, cookielib and xmlrpclib to py2/3 compatible calls using six
2015-06-14 03:49:23 +00:00
* Change py2 file and reload functions to py2/3 compatible open and reload_module functions
2015-06-07 02:03:37 +00:00
* Change Kodi notifier to use requests as opposed to urllib
2015-05-26 04:32:50 +00:00
* Change to consolidate scene exceptions and name cache code
2015-06-13 11:26:09 +00:00
* Change check_url function to use requests instead of httplib library
2015-06-13 20:38:05 +00:00
* Update Six compatibility library 1.5.2 to 1.9.0 (8a545f4)
2015-06-13 22:09:10 +00:00
* Update SimpleJSON library 2.0.9 to 3.7.3 (0bcdf20)
2015-06-13 23:01:04 +00:00
* Update xmltodict library 0.9.0 to 0.9.2 (579a005)
2015-06-13 23:18:45 +00:00
* Update dateutil library 2.2 to 2.4.2 (a6b8925)
2015-06-14 12:54:10 +00:00
* Update ConfigObj library 4.6.0 to 5.1.0 (a68530a)
2015-06-14 23:45:29 +00:00
* Update Beautiful Soup to 4.3.2 (r353)
2015-06-16 16:19:43 +00:00
* Update jsonrpclib library r20 to (b59217c)
2015-06-15 01:57:36 +00:00
* Change cachecontrol library to ensure cache file exists before attempting delete
2015-07-04 16:13:38 +00:00
* Fix saving root dirs
2015-06-15 14:46:34 +00:00
* Change pushbullet from urllib2 to requests
* Change to make pushbullet error messages clearer
2015-07-05 19:22:46 +00:00
* Change pyNMA use of urllib to requests (ref:hacks.txt)
2015-07-16 18:28:51 +00:00
* Change Trakt url to fix baseline uses (e.g. add from trending)
2015-07-16 23:09:27 +00:00
* Fix edit on show page for shows that have anime enabled in mass edit
2015-07-18 22:11:22 +00:00
* Fix issue parsing items in ToktoToshokan provider
Add fanart to Episodes View, Display Show, Edit Show, and Media Renamer page.
Add "Maximum fanart image files per show to cache" to config General/Interface.
Add populate images when the daily show updater is run with a default maximum 3 images per show.
Change force full update in a show will replace existing images with new.
Add fanart livepanel to lower right of Episodes View and Display Show page.
Add highlight panel red until button is clicked a few times.
Add flick through multiple background images on Episodes View and Display Show page.
Add persistent move poster image to right hand side or hide on Display Show page (multi-click the eye).
Add persistent translucency of background images on Episodes View and Display Show page.
Add persistent fanart rating to avoid art completely, random display, random from a group, or display fave always.
Add persistent views of the show detail on Display Show page.
Add persistent views on Episodes View.
Add persistent button to collapse and expand card images on Episode View/Layout daybyday.
Add non persistent "Open gear" and "Full fanart" image views to Episodes View and Display Show page.
Add "smart" selection of fanart image to display on Episode view.
Change insert [!] and change text shade of ended shows in drop down show list on Display Show page.
Change button graphic for next and previous show of show list on Display Show page.
Add logic to hide some livepanel buttons until artwork becomes available or in other circumstances.
Add "(Ended)" where appropriate to show title on Display Show page.
Add links to fanart.tv where appropriate on Display Show page.
Change use tense for label "Airs" or "Aired" depending on if show ended.
Change display "No files" instead of "0 files" and "Upgrade once" instead of "End upgrade on first match".
Add persistent button to newest season to "Show all" episodes.
Add persistent button to all shown seasons to "Hide most" episodes.
Add button to older seasons to toggle "Show Season n" or "Show Specials" with "Hide..." episodes.
Add season level status counts next to each season header on display show page
Add sorting to season table headers on display show page
Add filename and size to quality badge on display show page, removed its redundant "downloaded" text
Remove redundant "Add show" buttons
Change combine the NFO and TBN columns into a single Meta column
Change reduce screen estate used by episode numbers columns
Change improve clarity of text on Add Show page.
Add "Reset fanart ratings" to show Edit/Other tab.
Add fanart usage to show Edit/Other tab.
Add fanart keys guide to show Edit/Other tab.
Change add placeholder tip to "Alternative release name(s)" on show Edit.
Change add placeholder tip to search box on shows Search.
Change hide Anime tips on show Edit when selecting its mutually exclusive options.
Change label "End upgrade on first match" to "Upgrade once" on show Edit.
Change improve performance rendering displayShow.
Add total episodes to start of show description (excludes specials if those are hidden).
Add "Add show" actions i.e. "Search", "Trakt cards", "IMDb cards", and "Anime" to Shows menu.
Add "Import (existing)" action to Tools menu.
Change SD quality from red to dark green, 2160p UHD 4K is red.
Change relocate the functions of Logs & Errors to the right side Tools menu -> View Log File.
Add warning indicator to the Tools menu in different colour depending on error count (green through red).
Change View Log error item output from reversed to natural order.
Change View Log add a typeface and some colour to improve readability.
Change View Log/Errors only display "Clear Errors" button when there are errors to clear.
Change improve performance of View Log File.
2016-02-28 23:43:40 +00:00
* Change to only show option "Upgrade once" on edit show page if quality custom is selected
2015-07-16 23:09:27 +00:00
* Change label "Show is grouped in" in edit show page to "Show is in group" and move the section higher
2015-07-21 13:35:20 +00:00
* Fix post processing of anime with version tags
2015-07-24 13:55:49 +00:00
* Change accept SD titles that contain audio quality
2015-07-21 16:30:40 +00:00
* Change readme.md
2015-05-16 17:06:42 +00:00
2015-05-24 13:08:20 +00:00
### 0.9.1 (2015-05-25 03:03:00 UTC)
* Fix erroneous multiple downloads of torrent files which causes snatches to fail under certain conditions
2015-05-18 14:33:19 +00:00
### 0.9.0 (2015-05-18 14:33:00 UTC)
2015-04-10 10:43:03 +00:00
2015-08-21 18:08:34 +00:00
* Update Tornado Web Server to 4.2.dev1 (609dbb9)
2015-04-28 16:41:23 +00:00
* Update change to suppress reporting of Tornado exception error 1 to updated package as listed in hacks.txt
2015-04-28 16:42:13 +00:00
* Update fix for API response header for JSON content type and the return of JSONP data to updated package as listed in hacks.txt
2015-04-28 17:42:46 +00:00
* Change network names to only display on top line of Day by Day layout on Episode View
* Reposition country part of network name into the hover over in Day by Day layout
2015-04-28 17:28:47 +00:00
* Update Requests library 2.4.3 to 2.6.2 (ff71b25)
2015-04-28 17:29:44 +00:00
* Update change to suppress HTTPS verification InsecureRequestWarning to updated package as listed in hacks.txt
* Remove listed hacks.txt record for check that SSLv3 is available because issue was addressed by vendor
2015-04-28 17:17:12 +00:00
* Update chardet packages 2.2.1 to 2.3.0 (ff40135)
2015-04-28 17:32:10 +00:00
* Update cachecontrol library 0.9.3 to 0.11.2
2015-03-29 23:15:25 +00:00
* Change prevent wasted API hit where show and exception names create a duplicate sanitised year
2015-04-17 01:08:50 +00:00
* Add FAILED status indication to Snatched column of History compact
* Add ARCHIVED status release groups to Downloaded column of History compact
2015-04-29 10:12:02 +00:00
* Update root certificates to release dated 2015.04.28
2015-04-10 10:43:03 +00:00
* Add ToTV provider
2015-05-08 16:22:29 +00:00
* Fix poster URL on Add Show/Add From Trending page
2015-04-09 17:24:35 +00:00
* Fix Backlog scheduler initialization and change backlog frequency from minutes to days
2015-04-15 06:16:27 +00:00
* Change to consolidate and tidy some provider code
2015-04-21 10:18:55 +00:00
* Fix restore table row colours on the Manage/Episode Status Management page
2015-04-28 22:15:54 +00:00
* Add option "Unaired episodes" to config/Search Settings/Episode Search
2015-04-29 10:23:25 +00:00
* Change reduce time to search recent result list by searching only once for a best result
* Fix replacing episodes that have a lower quality than what is selected in the initial and archive quality list
* Fix to include episodes marked Failed in the recent and backlog search processes
* Fix display of search status for an alternative release after episode is manually set to "Failed" on the Display Show page
* Change handle more varieties of media quality
* Change to prevent another scheduled search when one of the same type is already running
2015-04-22 15:45:41 +00:00
* Change travis to new container builds for faster unit testing
2015-05-03 16:24:08 +00:00
* Add handling for shows that do not have a total number of episodes
2015-05-03 22:52:03 +00:00
* Add support for country network image files to the Show List view
2015-05-03 00:42:14 +00:00
* Add General Config/Interface/"Group show list shows into:"... to divide shows into groups on the Show List page
* Change Show List progress bar code, smaller page load, efficient use of js render engine
2015-05-02 12:44:21 +00:00
* Change values used for date sorting on home page and episode view for improved compatibility with posix systems
2015-05-08 02:46:54 +00:00
* Change response handling in downloaders to simplify logic
2015-05-07 00:36:40 +00:00
* Change reduce html payload across page template files
2015-05-08 02:46:54 +00:00
* Change to post process files ordered largest to smallest and tidied PP logging output
* Add "then trash subdirs and files" to the Process method "Move" on the manual post process page
* Add using show scene exceptions with post processing
2015-05-08 10:07:08 +00:00
* Change URL of scene exceptions file for TVRage indexer
2015-05-08 02:46:54 +00:00
* Change overhaul processTV into a thread safe class
* Change postProcessor and processTV to PEP8 standards
* Change overhaul Manual Post-Processing page in line with layout style and improve texts
* Change Force Processes enabled, only the largest video file of many will be processed instead of all files
* Change visual ui of Postprocessing results to match the logs and errors view
* Change remove ugly printing of episode object during PP seen in external apps like sabnzbd
* Change to streamline output toward actual work done instead of showing all vars
* Change pp report items from describing actions about to happen to instead detail the actual outcome of actions
* Add clarity to the output of a successful post process but with some issues rather than "there were problems"
* Add a conclusive bottom line to the pp result report
2015-05-09 12:37:50 +00:00
* Change helpers doctests to unittests
2015-05-04 19:14:29 +00:00
* Add Search Queue Overview page
* Add expandable search queue details on the Manage Searches page
* Fix failed status episodes not included in next_episode search function
* Change prevent another show update from running if one is already running
* Change split Force backlog button on the Manage Searches page into: Force Limited, Force Full
* Change refactor properFinder to be part of the search
* Change improve threading of generic_queue, show_queue and search_queue
* Change disable the Force buttons on the Manage Searches page while a search is running
* Change staggered periods of testing and updating of all shows "ended" status up to 460 days
2015-05-13 19:43:03 +00:00
* Change "Archive" to "Upgrade to" in Edit show and other places and improve related texts for clarity
2015-06-04 00:30:42 +00:00
* Fix history consolidation to only update an episode status if the history disagrees with the status
2015-04-10 10:43:03 +00:00
2015-04-23 10:02:21 +00:00
### 0.8.3 (2015-04-25 08:48:00 UTC)
* Fix clearing of the provider cache
2015-04-19 06:38:26 +00:00
### 0.8.2 (2015-04-19 06:45:00 UTC)
* Fix IPTorrents provider search strings and URL for new site changes
2015-04-15 04:17:28 +00:00
### 0.8.1 (2015-04-15 04:16:00 UTC)
* Fix season pack search errors
2015-04-13 14:03:14 +00:00
### 0.8.0 (2015-04-13 14:00:00 UTC)
2015-02-20 15:12:04 +00:00
2015-02-23 01:54:15 +00:00
* Change Wombles to use tv-dvd section
2015-02-20 15:12:04 +00:00
* Add requirements file for pip (port from midgetspy/sick-beard)
2015-02-20 13:30:23 +00:00
* Remove unused libraries fuzzywuzzy and pysrt
2015-02-23 02:19:25 +00:00
* Change webserve code to a logical layout and PEP8
2015-02-23 14:01:20 +00:00
* Add text to explain params passed to extra scripts on Config/Post Processing
2015-02-24 07:01:12 +00:00
* Remove unused SickBeardURLOpener and AuthURLOpener classes
2015-02-24 07:32:45 +00:00
* Update Pushbullet notifier (port from midgetspy/sickbeard)
2015-02-20 14:03:27 +00:00
* Change startup code cleanup and PEP8
2015-02-24 13:37:27 +00:00
* Change authentication credentials to display more securely on config pages
2015-02-25 00:34:26 +00:00
* Add a "Use as default home page" selector to General Config/Interface/User Interface
2015-03-10 00:13:58 +00:00
* Add option to the third step of "Add Show" to set episodes as wanted from the first and latest season, this triggers
a backlog search on those episodes after the show is added
2015-02-28 14:21:11 +00:00
* Change to improve the integrity of the already post processed video checker
2015-02-25 12:33:40 +00:00
* Add Kodi notifier and metadata
2015-02-25 11:30:52 +00:00
* Add priority, device, and sound support to Pushover notifier (port from midgetspy/sickbeard)
2015-02-24 17:12:23 +00:00
* Fix updating of pull requests
2015-01-13 14:18:52 +00:00
* Add hidden cache debug page
2015-02-25 13:21:37 +00:00
* Change autoProcessTV scripts python code quotes from " -> '
2015-02-25 23:19:52 +00:00
* Add expand all button to Episode Status Management
* Add Unknown status query to Episode Status Management
2015-02-28 03:05:20 +00:00
* Fix Episode Status Management error popup from coming up when show is selected without expanding
2015-02-28 14:24:18 +00:00
* Add BET network logo
2015-03-10 00:26:46 +00:00
* Change "Force Backlog" button for paused shows on Backlog Overview page to "Paused" indicator
2015-02-28 16:17:04 +00:00
* Remove unused force variable from code and PEP8
2015-03-01 02:21:31 +00:00
* Change browser, bs4 parser and classes code to PEP8 standards
2015-03-01 13:49:08 +00:00
* Change common and config code to PEP8 standards
2015-03-01 16:31:16 +00:00
* Change database code to PEP8 standards
2015-03-02 11:31:11 +00:00
* Change general config's branches and pull request list generation for faster page loading
2015-03-10 14:50:31 +00:00
* Add PlayStation Network logo
2015-03-11 12:31:57 +00:00
* Change layout of Recent Search code
* Change naming of SEARCHQUEUE threads for shorter log lines
* Fix Recent Search running status on Manage Searches page
2015-03-12 23:15:44 +00:00
* Change to no longer require restart with the "Scan and post process" option on page config/Post Processing
2015-03-12 17:57:04 +00:00
* Add validation when using Release Group token on page config Post Processing/Episode Naming/Name pattern/Custom
2015-03-12 23:23:32 +00:00
* Change to simplify and reduce logging output of Recent-Search and Backlog processes
2015-03-16 15:38:38 +00:00
* Hide year, runtime, genre tags, country flag, or status if lacking valid data to display
* Remove redundant CSS color use (all browsers treat 3 identical digits as 6, except for possibly in gradients)
2015-03-17 17:51:17 +00:00
* Remove whitespace and semi-colon redundancy from CSS shedding 4.5kb
2016-01-06 20:15:55 +00:00
* Add show names to items listed during startup in the loading from database phase
2015-03-14 02:48:38 +00:00
* Add "Enable IMDb info" option to config/General/Interface
* Change to not display IMDb info on UI when "Enable IMDb info" is disabled
* Change genre tags on displayShow page to link to IMDb instead of Trakt
* Change to reduce the time taken to "Update shows" with show data
2015-03-27 19:25:34 +00:00
* Change to stop updating the IMDb info on edit, and during the scheduled daily update for every show
2015-03-14 02:48:38 +00:00
* Change to update the IMDb info for a show after snatching an episode for it
2015-03-27 19:25:34 +00:00
* Add IMDb lookup to "Update" action on Manage/Mass Update page
2015-03-16 16:38:38 +00:00
* Fix updating of scene exception name cache after adding exceptions on Editshow page
2015-03-15 14:00:01 +00:00
* Change log rotation to occur at midnight
* Change to keep a maximum of 7 log files
* Add automatic compression of old log files
2015-03-14 13:46:45 +00:00
* Change overhaul menu and button icons
2015-03-17 13:59:03 +00:00
* Add "Status of removed episodes" to apply (or not) a preferred status to episodes whose files are detected as removed.
"Archived" can now be set so that removed episodes still count toward download completion stats. See setting on page
config/Post Processing/File Handling
* Remove redundant "Skip remove detection" from the config/Post Processing/File Handling page
* Change to highlight the current selected item in combos on page config/Post Processing
2015-03-17 18:58:19 +00:00
* Change the episodes downloaded stat to display e.g. 2843 / 2844 as 99.9% instead of rounding to 100%
2015-03-17 17:51:17 +00:00
* Change 'never' episode row color away from blue on Display Show page when indexer airdate is not defined
* Add tint to archived episode row colour to differentiate it from downloaded episodes on the Display Show page
2015-03-18 22:22:54 +00:00
* Add indication of shows with never aired episodes on Episode Overview page
* Add "Collapse" button and visuals for Expanding... and Collapsing... states
* Add the number of episodes marked with the status being queried to Episode Overview page
* Add indication of shows with never aired episodes on Episode Overview page
* Change to separate "Set as wanted" to prevent disaster selection on Episode Overview page
* Remove restriction to not display snatched eps link in footer on Episode Overview page
* Change the shows episodes count text colour to visually separete from year numbers at the end of show names
2015-03-21 17:47:16 +00:00
* Change to add clarity to the subtitle and other columns on the Mass Update page
2015-03-24 18:11:51 +00:00
* Change to improve clarity with "Recent search" and "Limited backlog" on the Config/Search Settings page
* Change vertical alignment of input fields to be inline with text
2015-03-21 17:47:16 +00:00
* Add tooltips to explain why any the 6 action columns are disabled when required on the Mass Update page
* Change to reclaimed screen estate by hiding unused columns on the Mass Update page
* Change order of option on Mass Edit page to be inline with show edit page
2015-03-18 19:21:44 +00:00
* Fix release group not recognised from manually downloaded filename
2015-03-19 15:34:11 +00:00
* Change to gracefully handle some "key not found" failures when TVDB or TVRage return "Not Found" during show updates
2015-03-19 23:12:19 +00:00
* Change no longer stamp files where airdates are never
2015-03-23 01:05:13 +00:00
* Change overhaul displayShow to ready for new features
* Add section for show plot to displayShow
* Add option to view show background on displayShow (transparent and opaque) for when background downloading is added (disabled)
* Add option to collapse seasons and leave current season open on displayShow (disabled)
* Add filesize to episode location qtip on displayShow
* Change selected options from editShow will only show when enabled now on displayShow
2015-03-23 02:16:33 +00:00
* Change some label tags to fit with edit show page on displayShow
* Fix handle when a show in db has all episodes removed from indexer on displayShow
* Add the name of show that will be displayed to the hover of the Prev/Next show buttons on displayShow
* Add hover tooltips for nfo and tbn columns for browsers that use the title attr on displayShow
* Change Special link moved from "Season" line to "Specials" line on displayShow
* Change code re-factored in readiness for live option switching, clean up and add closures of html tables
2015-03-22 11:52:56 +00:00
* Add show overview from indexers to the database
2015-03-27 11:40:20 +00:00
* Fix case where start year or runtime is not available to display show
2015-03-24 20:52:23 +00:00
* Add "File logging level" to General Config/Advanced Settings
2015-03-29 02:27:59 +00:00
* Fix saving of Sort By/Next Episode in Layout Poster on Show List page
* Change improve backlog search
2015-03-29 11:20:29 +00:00
* Change only add valid items to save to DB
2015-04-03 07:19:59 +00:00
* Change provider cache storage structure
* Add handling for failed cache database upgrades
2015-04-02 09:48:25 +00:00
* Fix XEM Exceptions in case of bad data from XEM
2015-04-13 14:03:14 +00:00
* Change order of snatched provider images to chronological on History layout compact and add ordinal indicators in the tooltips
2015-04-03 07:19:59 +00:00
2015-03-02 11:31:11 +00:00
2015-03-10 02:35:56 +00:00
### 0.7.2 (2015-03-10 17:05:00 UTC)
* Fix Add From Trending page (indexer_id can be "None" which causes white screen when clicking "Add Show")
2015-03-10 02:29:52 +00:00
### 0.7.1 (2015-03-10 17:00:00 UTC)
* Fix error page when clicking "Add Recommended"
* Remove failed Anime options from "Add Existing Show"
2015-03-04 05:58:52 +00:00
### 0.7.0 (2015-03-04 06:00:00 UTC)
2015-01-11 04:13:27 +00:00
2014-12-23 22:28:06 +00:00
* Fix slow database operations (port from midgetspy/sickbeard)
2014-11-16 15:00:05 +00:00
* Add TVRage network name standardization
2015-01-04 02:26:55 +00:00
* Remove recent and backlog search at start up options from GUI
* Change recent and backlog search at start up default value to false
* Change recent search to occur 5 minutes after start up
* Change backlog search to occur 10 minutes after start up
* Change UI footer to display time left until a backlog search
2015-01-18 13:55:23 +00:00
* Remove obsolete tvtorrents search provider
2015-01-20 09:48:04 +00:00
* Change light and dark theme css to only hold color information
* Fix incorrect class names in a couple of templates
2015-01-19 14:27:48 +00:00
* Change anime release groups to in memory storage for lowered latency
2015-01-20 12:32:07 +00:00
* Change adjust menu delay and hover styling
2015-01-20 13:20:10 +00:00
* Fix provider list color
2016-01-06 20:15:55 +00:00
* Add handling of exceptional case with missing network name (NoneType) in Episode View
2015-01-22 22:53:24 +00:00
* Fix black and white list initialization on new show creation
2015-01-24 23:54:16 +00:00
* Add select all and clear all buttons to testRename template
2015-01-24 23:46:13 +00:00
* Fix displayShow topmenu variable to point to a valid menu item
* Change displayShow scene exception separator to a comma for neater appearance
2015-02-05 22:40:59 +00:00
* Remove non english subtitle providers
2015-02-07 18:11:40 +00:00
* Fix rename of excluded metadata
2015-02-08 02:59:10 +00:00
* Change corrected spelling & better clarified various log messages
* Change minor PEP8 tweaks in sab.py
* Add api disabled error code for newznab providers
2015-02-10 04:57:44 +00:00
* Add support for a proxy host PAC url on the General Config/Advanced Settings page
2015-02-10 22:09:25 +00:00
* Add proxy request url parsing to enforce netloc only matching which prevents false positives when url query parts contain FQDNs
2015-02-05 20:22:50 +00:00
* Add scroll into view buttons when overdues shows are available on the Episodes page/DayByDay layout
* Add scroll into view buttons when future shows are available on the Episodes page/DayByDay layout
* Add qTips to episode names on the Episodes page/DayByDay layout
* Change Episodes page/List layout qtips to prepend show title to episode plot
* Change Episodes page/DayByDay layout qtips to prepend show title to episode plot
* Change Episodes page/DayByDay layout cards to display show title in a qtip when there is no plot
* Change position of "[paused]" text to top right of a card on the Episodes page/DayByDay layout
* Add "On Air until" text and overdue/on air colour bars to show episode states on the Episodes page/DayByDay layout
2015-02-11 04:36:39 +00:00
* Change The Pirate Bay url back as it's now back up and oldpiratebay hasn't been updated for weeks
* Remove duplicate thepiratebay icon
2015-02-12 16:32:06 +00:00
* Change to ensure uTorrent API parameters are ordered for uT 2.2.1 compatibility
2015-02-13 02:02:03 +00:00
* Remove defunct boxcar notifier
2015-02-13 05:28:03 +00:00
* Add sound selection for boxcar2 notifier
* Change boxcar2 notifier to use updated api scheme
2015-02-13 13:28:15 +00:00
* Update the Plex notifier from a port at midgetspy/sickbeard
2015-02-14 02:28:24 +00:00
* Add support for multiple server hosts to the updated Plex server notifier
* Change Plex Media Server settings section for multi server(s) and improve the layout in the config/notifications page
* Add logic to Plex notifier to update a single server where its TV section path matches the downloaded show. All server
libraries are updated if no single server has a download path match.
* Change the ui notifications to show the Plex Media Server(s) actioned for library updating
* Fix issue where PMS text wasn't initialised on the config/notifications page and added info about Plex clients
* Add ability to test Plex Server(s) on config/notifications page
2015-02-14 11:05:35 +00:00
* Add percentage of episodes downloaded to footer and remove double spaces in text
2015-02-13 13:13:10 +00:00
* Fix SSL authentication on Synology stations
2015-02-13 01:16:22 +00:00
* Change IPT urls to reduce 301 redirection
2015-02-12 23:41:13 +00:00
* Add detection of file-system having no support for link creation (e.g. Unraid shares)
2015-02-13 00:01:49 +00:00
* Add catch exceptions when unable to cache a requests response
2015-02-14 18:25:38 +00:00
* Update PNotify to latest master (2014-12-25) for desktop notifications
* Add desktop notifications
2015-02-14 20:10:50 +00:00
* Change the AniDB provider image for a sharper looking version
2015-02-13 04:05:42 +00:00
* Change to streamline iCal function and make it handle missing network names
2015-02-15 01:39:40 +00:00
* Change when picking a best result to only test items that have a size specifier against the failed history
2015-01-25 11:58:49 +00:00
* Add anime release groups to add new show options page
2015-02-15 14:54:08 +00:00
* Add setting "Update shows during hour" to General Config/Misc
2015-02-16 04:03:59 +00:00
* Add max-width to prevent ui glitch on Pull request and Branch Version selectors on config/General/Advanced and change < input > tags to html5
2015-02-17 20:35:26 +00:00
* Change order of some settings on Config/General/Interface/Web Interface and tweak texts
2015-02-16 03:17:56 +00:00
* Change overhaul UI of editShow and anime release groups, refactor and simplify code
* Change list order of option on the right of the displayShow page to be mostly inline with the order of options on editShow
* Change legend wording and text colour on the displayShow page
* Add output message if no release group results are available
* Add cleansing of text used in the processes to a add a show
* Add sorting of AniDB available group results
* Add error handling and related UI feedback to reflect result of AniDB communications
2015-02-06 11:39:10 +00:00
* Change replace HTTP auth with a login page
* Change to improve webserve code
* Add logout menu item with confirmation
* Add 404 error page
2015-02-22 12:05:33 +00:00
* Change SCC URLs to remove redirection overhead
2015-02-16 03:46:40 +00:00
* Change TorrentBytes login parameter in line with site change
2015-02-22 00:49:46 +00:00
* Change FreshOnTv login parameter and use secure URLs, add logging of Cloudflare blocking and prevent vacant cookie tracebacks
2015-02-23 01:54:15 +00:00
* Change TPB webproxy list and add SSL variants
2015-02-16 13:43:56 +00:00
* Add YTV network logo
2015-03-03 10:57:03 +00:00
* Remove defunct Fanzub provider
2014-12-23 22:28:06 +00:00
2015-01-11 04:13:27 +00:00
2015-02-10 20:21:10 +00:00
### 0.6.4 (2015-02-10 20:20:00 UTC)
2015-02-23 11:05:44 +00:00
2015-02-10 20:21:10 +00:00
* Fix issue where setting the status for an episode that doesn't need a db update fails
2015-02-10 05:32:59 +00:00
### 0.6.3 (2015-02-10 05:30:00 UTC)
2015-02-23 11:05:44 +00:00
2015-02-10 05:32:59 +00:00
* Change KickAssTorrents URL
2015-01-21 11:36:58 +00:00
### 0.6.2 (2015-01-21 23:35:00 UTC)
* Fix invalid addition of trailing slash to custom torrent RSS URLs
2015-01-20 14:01:11 +00:00
### 0.6.1 (2015-01-20 14:00:00 UTC)
* Fix snatching from TorrentBytes provider
2015-01-18 05:06:26 +00:00
### 0.6.0 (2015-01-18 05:05:00 UTC)
2014-12-15 00:02:19 +00:00
2014-12-17 18:25:23 +00:00
* Add network logos BBC Canada, Crackle, El Rey Network, SKY Atlantic, and Watch
2014-12-15 00:02:19 +00:00
* Change Yahoo! screen network logo
2014-12-17 18:25:23 +00:00
* Add and update Discovery Network's channel logos
* Add A& E Network International/Scripps Networks International channel logos
* Remove non required duplicate network logos
* Add lowercase PM to the General Config/Interface/Time style selection
* Change General Config/Interface/Trim zero padding to Trim date and time, now handles 2:00 pm > 2 pm
* Fix trim zero of military time hour to not use 12 hr time
2014-12-22 07:47:11 +00:00
* Change ThePirateBay to use oldpiratebay as a temporary fix
2014-12-24 10:08:15 +00:00
* Change Search Settings/Torrent/Deluge option texts for improved understanding
2014-12-27 15:14:40 +00:00
* Fix Womble's Index searching (ssl disabled for now, old categories are the new active ones again)
2014-12-31 17:25:52 +00:00
* Fix Add From Trending Show page to work with Trakt changes
2014-12-16 11:54:32 +00:00
* Add anime unit test cases (port from lad1337/sickbeard)
* Fix normal tv show regex (port from midgetspy/sickbeard)
* Fix anime regex (port from lad1337/sickbeard)
2014-12-29 04:22:34 +00:00
* Add pull request checkout option to General Config/Advanced Settings
2015-01-03 10:18:13 +00:00
* Add BTN api call parameter debug logging
2015-01-03 13:07:09 +00:00
* Fix anime searches on BTN provider
2014-12-22 18:30:53 +00:00
* Change replace "Daily-Search" with "Recent-Search"
2014-12-25 01:57:51 +00:00
* Add daily search to recent search renaming to config migration code
2015-01-18 05:08:46 +00:00
* Fix 'NoneType' object is not iterable in trakt module
* Add log message for when trakt does not return a watchlist
2014-12-16 14:14:54 +00:00
* Change Coming Episodes calendar view to a fluid layout, change episode layout design, and add day and month in column headers
* Add isotope plug-in to Coming Episodes calendar view to enable sort columns by Date, Network, and Show name
* Add imagesLoaded plug-in to prevent layout breakage by calling isotope to update content after a page auto-refresh
* Change Coming Episodes to "Episodes" page (API endpoint is not renamed)
* Add coming episodes to episode view renaming to config migration code
* Change Layout term "Calender" to "Day by Day" on Episodes page
* Fix saving of sort modes to config file on Episodes page
* Add qTip episode plots to "Day by Day" on Episodes page
* Add article sorting to networks on Episodes page
* Add toggle sort direction and multidimensional sort to isotope on Episodes page
* Add text "[paused]" where appropriate to shows on layout Day by Day on Episodes page
* Change Epsiodes page auto refresh from 10 to 30 mins
* Add UI tweaks
2015-01-12 12:26:41 +00:00
* Fix progress bars disappearing on home page
2014-12-15 00:02:19 +00:00
2014-12-21 11:32:50 +00:00
### 0.5.0 (2014-12-21 11:40:00 UTC)
2014-11-24 01:20:51 +00:00
2014-11-23 00:13:16 +00:00
* Fix searches freezing due to unescaped ignored or required words
* Add failed database to unit tests tear down function
* Fix purging of database files in tear down function during unit tests
* Add ability to auto focus Search Show box on Home page and control this option via General Config/Interface
2014-11-26 17:19:32 +00:00
* Change some provider images. Add a few new images
2014-11-27 17:53:20 +00:00
* Remove redundant Coming Eps template code used in the old UI
2014-12-03 11:12:13 +00:00
* Change update Plex notifier (port from SickBeard)
* Change Plex notifications to allow authenticated library updates (port from mmccurdy07/Sick-Beard)
* Change Config/Notifications/Plex logo and description (adapted port from mmccurdy07/Sick-Beard)
2014-12-04 17:35:50 +00:00
* Add ability for CSS/JS to target a specific page and layout
2014-12-05 13:50:24 +00:00
* Remove legacy sickbeard updater and build automation code
2014-12-08 12:17:45 +00:00
* Fix multiple instances of SG being able to start
* Fix garbled text appearing during startup in console
* Fix startup code order and general re-factoring (adapted from midgetspy/Sick-Beard)
2014-12-09 12:30:00 +00:00
* Add database migration code
2014-12-08 23:39:06 +00:00
* Change KickassTorrents provider URLs
2014-12-07 14:45:00 +00:00
* Fix missing Content-Type headers for posters and banners
2014-12-09 15:35:36 +00:00
* Remove config Backup & Restore
2014-12-09 21:32:02 +00:00
* Fix article removal for sorting on Display Show, and API pages
2014-12-10 00:02:38 +00:00
* Fix visual positioning of sprites on Config page
2014-12-11 02:07:11 +00:00
* Fix missing navbar gradients for all browsers
2014-12-11 01:28:52 +00:00
* Update qTip2 to v2.2.1
2014-11-20 22:25:33 +00:00
* Overhaul all Add Show pages
2014-12-12 02:36:23 +00:00
* Fix Display Show next/previous when show list is split
2014-12-13 04:06:05 +00:00
* Change Display Show next/previous when show list is not split to loop around
2014-12-13 02:46:14 +00:00
* Fix SQL statements that have dynamic table names to use proper syntax
2014-12-13 05:04:21 +00:00
* Fix port checking code preventing startup directly after a SG restart
2016-01-06 20:15:55 +00:00
* Add a link from the footer number of snatched to episode snatched overview page. The link to the
2014-12-13 15:47:58 +00:00
Episode Overview page is available on all pages except on the Episode Overview page
* Change the default state for all check boxes on the Episode Overview page to not checked
* Add validation to Go button to ensure at least one item is checked on Episode Overview page
* Add highlight to current status text in header on Episode Overview page
2014-12-14 00:19:31 +00:00
* Fix table alignment on homepage
2014-12-13 05:04:21 +00:00
* Fix duplicate entries in cache database
2014-12-14 12:56:20 +00:00
* Fix network sorting on home page
2014-12-14 19:01:32 +00:00
* Fix restart issue
2014-12-14 17:35:12 +00:00
* Fix to use new TorrentDay URLs
2014-12-19 00:13:38 +00:00
* Fix typo in menu item Manage/Update XBMC
2014-11-23 00:13:16 +00:00
2014-12-04 17:35:50 +00:00
### 0.4.0 (2014-12-04 10:50:00 UTC)
2014-11-13 14:31:00 +00:00
2014-11-13 17:07:10 +00:00
* Change footer stats to not add newlines when copy/pasting from them
2014-11-17 09:32:57 +00:00
* Remove redundant references from Config/Help & Info
2014-11-13 21:52:54 +00:00
* Fix poster preview on small poster layout
2014-11-17 09:32:57 +00:00
* Change overhaul Config/Anime to be in line with General Configuration
2014-11-19 17:20:03 +00:00
* Change descriptions and layout on Config/Anime page
2014-11-14 18:34:56 +00:00
* Remove output of source code line when warnings highlight libraries not used with IMDb
2014-11-15 03:15:44 +00:00
* Add dropdown on Add Trending Shows to display all shows, shows not in library, or shows in library
2014-11-14 21:00:00 +00:00
* Change Help and Info icon sprites to color and text of Arguments if unused
2014-11-15 12:57:23 +00:00
* Change sharper looking heart image on the Add Show page
2014-11-17 09:32:57 +00:00
* Change Add Show on Add Trending Show page to use the full Add New Show flow
2014-11-15 18:25:40 +00:00
* Fix adding shows with titles that contain "& " on Add Trending Show page
2014-11-17 09:32:57 +00:00
* Fix unset vars on Add New Shows page used in the Add Existing Shows context
2014-11-15 16:02:16 +00:00
* Remove unneeded datetime convert from Coming Episodes page
2014-11-16 02:19:15 +00:00
* Fix the log output of the limited backlog search for episodes missed
2014-11-17 09:32:57 +00:00
* Remove unsupported t411 search provider
* Remove obsolete Animezb search provider
* Add option to treat anime releases that lack a quality tag as HDTV instead of "unknown"
2014-11-16 14:06:26 +00:00
* Remove old version checking code that no longer applies to SickGear's release system
2014-11-18 13:34:36 +00:00
* Fix pnotify notifications going full page
2014-11-17 00:17:37 +00:00
* Change overhaul Config Post Processing to be in line with General Configuration
2014-11-19 17:20:03 +00:00
* Change rearrange Config Post Processing items into sections for easier use
2014-11-17 00:17:37 +00:00
* Fix CSS overriding link colors on config pages
2014-11-19 17:20:03 +00:00
* Change Config Post Processing texts and descriptions throughout
* Fix Config Post Processing info icons in "Naming Legends"
* Change Config Post Processing naming sample lines to be more available
* Add Config Post Processing failed downloads Sabnzbd setup guide
* Fix Config Post Processing "Anime name pattern" custom javascript validation
2014-11-19 17:22:39 +00:00
* Add check that SSLv3 is available before use by requests lib
2014-11-20 02:00:00 +00:00
* Update Requests library 2.3.0 to 2.4.3 (9dc6602)
2014-11-20 16:37:58 +00:00
* Change suppress HTTPS verification InsecureRequestWarning as many sites use self-certified certificates
* Fix API endpoint Episode.SetStatus to "Wanted"
2014-11-20 18:35:14 +00:00
* Change airdateModifyStamp to handle hour that is "00:00"
2014-11-21 11:25:49 +00:00
* Fix a handler when ShowData is not available in TVDB and TVRage APIs
* Fix a handler when EpisodeData is not available in TVDB and TVRage APIs
* Add TVRage "Canceled/Ended" as "Ended" status to sort on Simple Layout of Show List page
2014-11-21 04:41:42 +00:00
* Fix qtips on Display Show and Config Post Processing
2014-11-21 09:50:12 +00:00
* Fix glitch above rating stars on Display Show page
2014-11-21 18:40:00 +00:00
* Change overhaul Config/Search Providers
* Change Config/Search Providers texts and descriptions
* Fix display when no providers are visible on Config/Search Providers
* Fix failing "Search Settings" link that is shown on Config/Search Providers when Torrents Search is not enabled
* Fix failing "Providers" link on Config/Search Settings/Episode Search
* Change case of labels in General Config/Interface/Timezone
2014-11-22 17:02:22 +00:00
* Split enabled from not enabled providers in the Configure Provider drop down on the Providers Options tab
2014-11-22 23:30:09 +00:00
* Fix typo on General Config/Misc
2014-11-23 03:27:00 +00:00
* Fix Add Trending Shows "Not In library" now filters tvrage added shows
* Add a hover over text "In library" on Add Trending Shows to display tv database show was added from
2014-11-23 20:45:50 +00:00
* Fix reduces time API endpoint Shows takes to return results
2014-11-24 00:55:00 +00:00
* Fix Coming Eps Page to include shows +/- 1 day for time zone corrections
2014-11-26 10:56:35 +00:00
* Fix season jumping dropdown menu for shows with over 15 seasons on Display Show
2014-12-04 10:28:29 +00:00
* Fix article sorting for Coming Eps, Manage, Show List, Display Show, API, and Trending Shows pages
2014-11-13 17:07:10 +00:00
2014-11-16 15:20:12 +00:00
### 0.3.1 (2014-11-19 16:40:00 UTC)
* Fix failing travis test
2014-11-13 14:31:00 +00:00
2014-11-19 16:43:06 +00:00
2014-11-13 14:31:00 +00:00
### 0.3.0 (2014-11-12 14:30:00 UTC)
2014-10-22 06:45:03 +00:00
2014-11-12 16:43:14 +00:00
* Change logos, text etc. branding to SickGear
2014-10-27 00:29:12 +00:00
* Add Bootstrap for UI features
2014-11-05 17:00:45 +00:00
* Change UI to resize fluidly on different display sizes, fixes the issue where top menu items would disappear on smaller screens
2014-10-21 19:09:01 +00:00
* Add date formats "dd/mm/yy", "dd/mm/yyyy", "day, dd/mm/yy" and "day, dd/mm/yyyy"
2014-10-30 15:30:14 +00:00
* Remove imdb watchlist feature from General Configuration/"Misc" tab as it wasn't ready for prime time
2014-11-05 17:00:45 +00:00
* Change rename tab General Configuration/"Web Interface" to "Interface"
* Add "User Interface" section to the General Configuration/"Interface" tab
* Change combine "Date and Time" and "Theme" tab content to "User Interface" section
2014-10-27 00:29:12 +00:00
* Add field in Advanced setting for a custom remote name used to populate branch versions
* Change theme name "original" to "light"
2014-11-05 17:00:45 +00:00
* Change text wording on all UI options under General Configuration
* Change reduce over use of capitals on all General Configuration tabs
* Change streamline UI layout, mark-up and some CSS styling on General Configuration tabs
2014-10-27 00:29:12 +00:00
* Fix imdb and three other images rejected by IExplorer because they were corrupt. Turns out that they were .ico files renamed to either .gif or .png instead of being properly converted
2014-11-05 17:00:45 +00:00
* Change cleanup Subtitles Search settings text, correct quotations, use spaces for code lines, tabs for html
* Add save sorting options automatically on Show List/Layout Poster
* Change clarify description for backlog searches option on provider settings page
* Fix sort mode "Next Episode" on Show List/Layout:Poster with show statuses that are Paused, Ended, and Continuing as they were random
* Fix sort of tvrage show statuses "New" and "Returning" on Show List/Layout:Simple by changing status column text to "Continuing"
2014-10-24 13:16:46 +00:00
* Add dark spinner to "Add New Show" (searching indexers), "Add existing shows" (Loading Folders), Coming Eps and all config pages (when saving)
2014-11-05 17:00:45 +00:00
* Change Config/Notifications test buttons to stop and highlight input fields that lack required values
2014-10-30 12:32:30 +00:00
* Change Test Plex Media Server to Test Plex Client as it only tests the client and not the server
2014-11-05 17:00:45 +00:00
* Change style config_notifications to match new config_general styling
* Change style config_providers to match new config_general styling
* Change move Providers Priorities qtip options to a new Search Providers/Provider Options tab
* Remove superfish-1.4.8.js and supersubs-0.2b.js as they are no longer required with new UI
* Change overhaul Config Search Settings in line with General Configuration
2014-11-12 16:43:14 +00:00
* Fix error when a show folder is deleted outside of SickGear
2014-11-05 17:00:45 +00:00
* Change combine the delete button function into the remove button on the display show page
* Change other small UI tweaks
2014-10-30 10:55:22 +00:00
* Fix keyerrors on backlog overview preventing the page to load
2014-10-31 15:29:18 +00:00
* Fix exception raised when converting 12pm to 24hr format and handle 12am when setting file modify time (e.g. used during PP)
2014-11-01 03:47:07 +00:00
* Fix proxy_indexers setting not loading from config file
2014-11-01 03:54:45 +00:00
* Add subtitle information to the cmd show and cmd shows api output
2014-11-05 17:00:45 +00:00
* Remove http login requirement for API when an API key is provided
* Change API now uses Timezone setting at General Config/Interface/User Interface at relevant endpoints
* Fix changing root dirs on the mass edit page
* Add use trash (or Recycle Bin) for selected actions on General Config/Misc/Send to trash
2014-11-05 05:36:16 +00:00
* Add handling for when deleting a show and the show folder no longer exists
2014-11-05 15:53:01 +00:00
* Fix Coming Episodes/Layout Calender/View Paused and tweak its UI text
2014-11-05 05:29:36 +00:00
* Made all init scripts executable
2014-11-06 15:22:10 +00:00
* Fix invalid responses when using sickbeard.searchtvdb api command
2014-11-03 15:20:00 +00:00
* Fixes unicode issues during searches on newznab providers when rid mapping occur
2014-11-06 04:55:43 +00:00
* Fix white screen of death when trying to add a show that is already in library on Add Show/Add Trending Show page
* Add show sorting options to Add Show/Add Trending Show page
* Add handler for when Trakt returns no results for Add Show/Add Trending Show page
* Fix image links when anchor child images are not found at Trakt on Add Show/Add Trending Show page
* Add image to be used when Trakt posters are void on Add Show/Add Trending Show page
2014-11-12 16:43:14 +00:00
* Fix growl registration not sending SickGear an update notification registration
2014-11-09 02:49:38 +00:00
* Add an anonymous redirect builder for external links
* Update xbmc link to Kodi at Config Notifications
2014-11-09 03:45:10 +00:00
* Fix missing url for kickasstorrents in config_providers
2014-11-09 05:44:47 +00:00
* Fix post processing when using tvrage indexer and mediabrowser metadata generation
2014-11-10 04:45:26 +00:00
* Change reporting failed network_timezones.txt updates from an error to a warning
2014-11-12 16:43:14 +00:00
* Fix missing header and "on < missing text > " when network is none and Layout "Poster" with Sort By "Network" on coming episodes page
2014-11-05 11:33:05 +00:00
* Change how the "local/network" setting is handled to address some issues
2014-11-13 02:49:55 +00:00
* Remove browser player from Config General and Display Shows page
2014-10-30 15:30:14 +00:00
2014-11-12 08:52:22 +00:00
2014-11-12 08:34:01 +00:00
### 0.2.2 (2014-11-12 08:25:00 UTC)
* Change updater URLs to reflect new repository location
2014-10-22 06:42:03 +00:00
### 0.2.1 (2014-10-22 06:41:00 UTC)
* Fix HDtorrents provider screen scraping
2014-10-22 06:45:03 +00:00
2014-10-21 12:42:31 +00:00
### 0.2.0 (2014-10-21 12:36:50 UTC)
* Fix for failed episodes not counted in total
* Fix for custom newznab providers with leading integer in name
* Add checkbox to control proxying of indexers
* Fix crash on general settings page when git output is None
* Add subcentre subtitle provider
* Add return code from hardlinking error to log
* Fix ABD regex for certain filenames
2014-11-05 17:00:45 +00:00
* Change miscellaneous UI fixes
2015-08-21 18:08:34 +00:00
* Update Tornado Web Server to 4.1dev1 and add the certifi lib dependency
2014-10-21 12:42:31 +00:00
* Fix trending shows page from loading full size poster images
* Add "Archive on first match" to Manage, Mass Update, Edit Selected page
* Fix searching IPTorrentsProvider
* Remove travisci python 2.5 build testing
### 0.1.0 (2014-10-16 12:35:15 UTC)
2014-11-02 03:55:29 +00:00
* Initial release