mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
v11.06 ready for merge
This commit is contained in:
parent
326479ed1b
commit
7dd9ba308c
2 changed files with 20 additions and 1 deletions
|
@ -1,6 +1,25 @@
|
|||
Change_LOG / History
|
||||
|
||||
V11.06 11/03/2018
|
||||
|
||||
updates to incorporate importMode for NzbDrone/Sonarr and Radarr.
|
||||
Correct typo(s) for "Lidarr" category.
|
||||
only pass id to CP if release id found.
|
||||
fix issue with no release id and no imdbid.
|
||||
Fixed NZBGet save of Lidarr config.
|
||||
improve logging for imdb id lookup.
|
||||
fix minor description error.
|
||||
add better logging of movie name when added to CP.
|
||||
attempt to clean up Liddar api commands.
|
||||
update to use Mylar api.
|
||||
set Torrent move-sym option to force SickRage process_method.
|
||||
add rmDir import for HeadPhones processing.
|
||||
change sickrage and sickchill names and modify api process to work with multiple sick* forks.
|
||||
add NZBGet WebUI set of delete failed for HP.
|
||||
fix qbittorrent to delete permanently (remove files on delete).
|
||||
|
||||
V11.05 27/06/2018
|
||||
|
||||
Add qBittorrent support.
|
||||
Add SickGear support.
|
||||
Add SiCKRAGE api support.
|
||||
|
|
|
@ -317,7 +317,7 @@ def initialize(section=None):
|
|||
nzbToMediaDB.upgradeDatabase(nzbToMediaDB.DBConnection(), mainDB.InitialSchema)
|
||||
|
||||
# Set Version and GIT variables
|
||||
NZBTOMEDIA_VERSION = '11.05'
|
||||
NZBTOMEDIA_VERSION = '11.06'
|
||||
VERSION_NOTIFY = int(CFG['General']['version_notify'])
|
||||
AUTO_UPDATE = int(CFG['General']['auto_update'])
|
||||
GIT_REPO = 'nzbToMedia'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue