From c50957d0b4683a125df039329d8f90df630d4e28 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Sun, 13 Mar 2016 08:08:49 +1030 Subject: [PATCH] V10.14 ready for merge --- changelog.txt | 15 +++++++++++++++ core/__init__.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 9123990e..15849d76 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,20 @@ Change_LOG / History +V10.14 13/03/2016 + +Add option move-sym to create symlink to renamed files. +Transmission comment fix. +Prevent int errors in chmod. +Fix urllib warnings. +Create unique directory in output incase of rename error in sick/couch. +Add -strict -2 to dts codec. +Added support to handle archives in SickRage. +Report Downloader failures to SickRage. +Continue on encoding detection failure. +Strip trailing and leading whitespaces from `mount_points`. +Also check sabnzbd history for nzoid. +Add generic run mode (manually enter parameters for execution). + V10.13 11/12/2015 Always add -strict -2 to aac codec. diff --git a/core/__init__.py b/core/__init__.py index d2f16395..028ab275 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.13' + NZBTOMEDIA_VERSION = '10.14' VERSION_NOTIFY = int(CFG['General']['version_notify']) AUTO_UPDATE = int(CFG['General']['auto_update']) GIT_REPO = 'nzbToMedia'