From 7ae26cbe4630aa6545795da10f4fce5184beac77 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Sun, 15 Jan 2017 17:42:27 +1030 Subject: [PATCH] V11.03 ready for merge --- changelog.txt | 8 ++++++++ core/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 870afdb1..0a352e0b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,13 @@ Change_LOG / History +V11.03 15/01/2017 + +Add -o to output path for 7zip. +Try album directory then parent directory for HeadPhones variants. +Prevent duplication of audio tracks in Transcoder. +Update uTorrent Client interface. +Updated to use force_next for SickRage to prevent postprocessing in queue. + V11.02 30/11/2016 Added default "MKV-SD" diff --git a/core/__init__.py b/core/__init__.py index 6a8d5411..a0cc04e8 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -309,7 +309,7 @@ def initialize(section=None): nzbToMediaDB.upgradeDatabase(nzbToMediaDB.DBConnection(), mainDB.InitialSchema) # Set Version and GIT variables - NZBTOMEDIA_VERSION = '11.02' + NZBTOMEDIA_VERSION = '11.03' VERSION_NOTIFY = int(CFG['General']['version_notify']) AUTO_UPDATE = int(CFG['General']['auto_update']) GIT_REPO = 'nzbToMedia'