mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
V10.9
This commit is contained in:
parent
9a715773be
commit
cac3d80c85
2 changed files with 11 additions and 1 deletions
|
@ -1,5 +1,15 @@
|
||||||
Change_LOG / History
|
Change_LOG / History
|
||||||
|
|
||||||
|
V10.9 19/01/2015
|
||||||
|
|
||||||
|
Prevent Errors when trying next release from CouchPotato (CouchPotato failed handling)
|
||||||
|
Prevent check for status change when using Manage scan (CouchPotato)
|
||||||
|
Better Tooltip for "host" in NZBGet settings.
|
||||||
|
Continue if failed to connect to Torrent Client.
|
||||||
|
Fixed resolution settings in Transcoder.
|
||||||
|
Make Windows Linking and extraction invisible.
|
||||||
|
|
||||||
|
|
||||||
V10.8 15/12/2014
|
V10.8 15/12/2014
|
||||||
|
|
||||||
Impacts All
|
Impacts All
|
||||||
|
|
|
@ -281,7 +281,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.8'
|
NZBTOMEDIA_VERSION = '10.9'
|
||||||
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