From 75c5a39ec4da04aab8fbc9e5cff6f5ede29feae7 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Mon, 15 Dec 2014 09:04:41 +1030 Subject: [PATCH] V10.8 ready for merge --- changelog.txt | 22 ++++++++++++++++++++++ nzbtomedia/__init__.py | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) 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'