From 3e4861e87c543a4d2debd8997feb16bda3ef5339 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Fri, 11 Dec 2015 21:56:34 +1030 Subject: [PATCH] V10.13 for merge --- changelog.txt | 16 ++++++++++++++++ core/__init__.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 3214e40c..9123990e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,21 @@ Change_LOG / History +V10.13 11/12/2015 + +Always add -strict -2 to aac codec. +Add "delete_on" for SickRage. +Add https handling for SABnzbd. +Added the ability to chmod Torrent diretory before processing. +Add option to not resume failed torrent. +Add Option to not resume successful torrent. +Add procees name to final SABnzbd message. +Fix SSL warnings forcomic processing. +Add .ts to mediaExtensions. +Don't update plex on failed. +Add option to preserve archive files after extraction. +Force_Clean doesn't over-ride delete_failed. +Added support for SickRageTV and SickRage branches. + V10.12 21/09/2015 Updated Requests Module to Latest Version. Works with Python 2.7.10 diff --git a/core/__init__.py b/core/__init__.py index ba00476f..85a8e453 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -294,7 +294,7 @@ def initialize(section=None): nzbToMediaDB.upgradeDatabase(nzbToMediaDB.DBConnection(), mainDB.InitialSchema) # Set Version and GIT variables - NZBTOMEDIA_VERSION = '10.12' + NZBTOMEDIA_VERSION = '10.13' VERSION_NOTIFY = int(CFG['General']['version_notify']) AUTO_UPDATE = int(CFG['General']['auto_update']) GIT_REPO = 'nzbToMedia'