From 808c4aa3d8c2b220b600e82e677e050fc082a02c Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Mon, 6 Oct 2014 10:14:20 +1030 Subject: [PATCH] v10.7 for merge --- changelog.txt | 14 ++++++++++++++ nzbtomedia/__init__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 14cc7bb0..06e97a30 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,19 @@ Change_LOG / History +V10.7 06/10/2014 + +Impacts All +Add Transcoding of iso/images and VIDEO_TS structures. +Improved multiple session handling. +Improve NZBDrone handling (including Torrent Branch). +Multiple bug-fixes. + +Impacts NZBs +Add custom "group" replacements to allow better subtitle searching. + +Impacts Torrents +Add Vuze Torrent Client support. + V10.6 26/08/2014 Impacts All diff --git a/nzbtomedia/__init__.py b/nzbtomedia/__init__.py index ec8d0dbe..c3a99068 100644 --- a/nzbtomedia/__init__.py +++ b/nzbtomedia/__init__.py @@ -275,7 +275,7 @@ def initialize(section=None): nzbToMediaDB.upgradeDatabase(nzbToMediaDB.DBConnection(), mainDB.InitialSchema) # Set Version and GIT variables - NZBTOMEDIA_VERSION = '10.6' + NZBTOMEDIA_VERSION = '10.7' VERSION_NOTIFY = int(CFG['General']['version_notify']) AUTO_UPDATE = int(CFG['General']['auto_update']) GIT_REPO = 'nzbToMedia'