diff --git a/CHANGES.md b/CHANGES.md index 39d29dbf..ac2524a2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -94,6 +94,7 @@ * Fix failure to search for more than one selected wanted episode * Add notice for users with Python 2.7.8 or below to update to latest Python * Change position of parsed qualities to the start of log lines +* Change to always display branch and commit hash on 'Help & Info' page [develop changelog] * Enable Alpha Ratio again now that the secure login page over https is fixed diff --git a/gui/slick/interfaces/default/config.tmpl b/gui/slick/interfaces/default/config.tmpl index 71478149..60434a68 100644 --- a/gui/slick/interfaces/default/config.tmpl +++ b/gui/slick/interfaces/default/config.tmpl @@ -8,36 +8,23 @@ #set global $sbPath = '..' #set global $topmenu = 'config' #include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_top.tmpl') - +## #if $varExists('header')
Version: |
-#if $sickbeard.VERSION_NOTIFY
- BRANCH: ($sickbeard.BRANCH) / COMMIT: ($sickbeard.CUR_COMMIT_HASH) -#else - You don't have version checking turned on, see "Check software updates" in Config > General. + BRANCH: #echo $sickbeard.BRANCH or 'UNKNOWN'# / COMMIT: #echo $sickbeard.CUR_COMMIT_HASH or 'UNKNOWN'# + This is BETA software +#if not $sickbeard.VERSION_NOTIFY: + You don't have version checking turned on, see "Check software updates" in Config > General. #end if - This is BETA software. |
Config file: | $sickbeard.CONFIG_FILE |