V10.15 ready for merge.

This commit is contained in:
clinton-hall 2016-05-29 18:41:44 +09:30
commit 2d770510a2
2 changed files with 11 additions and 1 deletions

View file

@ -1,5 +1,15 @@
Change_LOG / History
V10.15 29/05/2016
Don't copy archives when set to extract.
Specifically check for failed download handing regardless of fork.
sort Media file results by pathlength.
Synchronize changed SickRage directory param.
Don't remove release group information from base folder.
Don't add imdb id to file name when move-sym in use.
Fix string and integer concat error.
V10.14 13/03/2016
Add option move-sym to create symlink to renamed files.

View file

@ -294,7 +294,7 @@ def initialize(section=None):
nzbToMediaDB.upgradeDatabase(nzbToMediaDB.DBConnection(), mainDB.InitialSchema)
# Set Version and GIT variables
NZBTOMEDIA_VERSION = '10.14'
NZBTOMEDIA_VERSION = '10.15'
VERSION_NOTIFY = int(CFG['General']['version_notify'])
AUTO_UPDATE = int(CFG['General']['auto_update'])
GIT_REPO = 'nzbToMedia'