diff --git a/changelog.txt b/changelog.txt index 06e97a30..0887c8ea 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/nzbtomedia/__init__.py b/nzbtomedia/__init__.py index 779a432a..a103b4ee 100644 --- a/nzbtomedia/__init__.py +++ b/nzbtomedia/__init__.py @@ -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'