diff --git a/changelog.txt b/changelog.txt index 81ae4696..d08052e9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,22 @@ Change_LOG / History +V10.1 11/07/2014 + +Impacts All +Improved Transcoder +Minor Bug Fixes +Now accepts Number of Audio Channels for Transcoder options. +Userscript can perform video corruption check first. +Improved extraction. Extract all subdirs and multiple "unique" archives in a directory. +Check if already running and wait for complete before continuing. + +Impacts NZBs +Allow UserScript for NZBs + +Impacts Torrents +Do Extraction Before Flatten + + V10.0 03/07/2014 Impacts All diff --git a/nzbtomedia/__init__.py b/nzbtomedia/__init__.py index 45038f77..442c2e08 100644 --- a/nzbtomedia/__init__.py +++ b/nzbtomedia/__init__.py @@ -264,7 +264,7 @@ def initialize(section=None): nzbToMediaDB.upgradeDatabase(nzbToMediaDB.DBConnection(), mainDB.InitialSchema) # Set Version and GIT variables - NZBTOMEDIA_VERSION = '10.0' + NZBTOMEDIA_VERSION = '10.1' VERSION_NOTIFY = int(CFG['General']['version_notify']) AUTO_UPDATE = int(CFG['General']['auto_update']) GIT_REPO = 'nzbToMedia'