mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 13:23:18 -07:00
V10.15 ready for merge.
This commit is contained in:
parent
c1b73be96a
commit
2d770510a2
2 changed files with 11 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue