mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
V10.8 ready for merge
This commit is contained in:
parent
aed81776a1
commit
75c5a39ec4
2 changed files with 23 additions and 1 deletions
|
@ -1,5 +1,27 @@
|
|||
Change_LOG / History
|
||||
|
||||
V10.8 15/12/2014
|
||||
|
||||
Impacts All
|
||||
Removed "stand alone" scripts DeleteSamples and ResetDateTimes. These are now in https://github.com/clinton-hall/GetScripts
|
||||
Removed chp.exe and replaced with vb script.
|
||||
Improved Sonarr(NZBDrone) CDH support.
|
||||
Use folder Permissions to set permissions for sub directories and files following extract.
|
||||
Added support fro new SickRage Login.
|
||||
|
||||
Impacts NZBs
|
||||
Get NZOID from SABnzbd for better release matching.
|
||||
|
||||
Impacts Torrents
|
||||
Now gets Label from Deluge.
|
||||
Changed SSL version for updated Deluge (0.3.11+)
|
||||
|
||||
Impacts Transcoding
|
||||
Fixed reported bugs.
|
||||
Fix Audio mapping.
|
||||
Fix Subtitle mapping from external files.
|
||||
Fixed scaling errors.
|
||||
|
||||
V10.7 06/10/2014
|
||||
|
||||
Impacts All
|
||||
|
|
|
@ -281,7 +281,7 @@ def initialize(section=None):
|
|||
nzbToMediaDB.upgradeDatabase(nzbToMediaDB.DBConnection(), mainDB.InitialSchema)
|
||||
|
||||
# Set Version and GIT variables
|
||||
NZBTOMEDIA_VERSION = '10.7'
|
||||
NZBTOMEDIA_VERSION = '10.8'
|
||||
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