mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
v10.7 for merge
This commit is contained in:
parent
e192f9a52c
commit
808c4aa3d8
2 changed files with 15 additions and 1 deletions
|
@ -1,5 +1,19 @@
|
||||||
Change_LOG / History
|
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
|
V10.6 26/08/2014
|
||||||
|
|
||||||
Impacts All
|
Impacts All
|
||||||
|
|
|
@ -275,7 +275,7 @@ def initialize(section=None):
|
||||||
nzbToMediaDB.upgradeDatabase(nzbToMediaDB.DBConnection(), mainDB.InitialSchema)
|
nzbToMediaDB.upgradeDatabase(nzbToMediaDB.DBConnection(), mainDB.InitialSchema)
|
||||||
|
|
||||||
# Set Version and GIT variables
|
# Set Version and GIT variables
|
||||||
NZBTOMEDIA_VERSION = '10.6'
|
NZBTOMEDIA_VERSION = '10.7'
|
||||||
VERSION_NOTIFY = int(CFG['General']['version_notify'])
|
VERSION_NOTIFY = int(CFG['General']['version_notify'])
|
||||||
AUTO_UPDATE = int(CFG['General']['auto_update'])
|
AUTO_UPDATE = int(CFG['General']['auto_update'])
|
||||||
GIT_REPO = 'nzbToMedia'
|
GIT_REPO = 'nzbToMedia'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue