diff --git a/CHANGES.md b/CHANGES.md index e0cc951..d2d84ac 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -17,6 +17,21 @@ +### 0.18.5 (2018-12-10 12:15:00 UTC) + +* Change all nzb provider requests to 60s timeout +* Fix encode str to unicode for get_UWRatio +* Fix decode given show in add show as 'utf-8' into unicode +* Change improve UI to account for docker/snap installations +* Fix snap startup permissions issue +* Change providers on first run to be alphabetically listed and grouped usenet, torrent, anime +* Change suppress the redundant first run dateutil zoneinfo warning +* Update CFScrape 1.6.8 (be0a536) to custom 1.9.5 (be0a536) +* Update pyjsparser 2.4.5 (cd5b829) to 2.4.5 (39b468e) +* Update Js2Py 0.43 (c1442f1) to 0.43 (da310bb) +* Change it's the time of year to wear a fluffy hat + + ### 0.18.4 (2018-12-04 15:45:00 UTC) * Fix "Test Emby" notifications output when there are not enough API keys for hosts diff --git a/SickBeard.py b/SickBeard.py index da76eb7..9ee64f3 100755 --- a/SickBeard.py +++ b/SickBeard.py @@ -38,6 +38,7 @@ warnings.filterwarnings('ignore', module=r'.*fuzzywuzzy.*') warnings.filterwarnings('ignore', module=r'.*Cheetah.*') warnings.filterwarnings('ignore', module=r'.*connectionpool.*', message='.*certificate verification.*') warnings.filterwarnings('ignore', module=r'.*ssl_.*', message='.*SSLContext object.*') +warnings.filterwarnings('ignore', module=r'.*zoneinfo.*', message='.*file or directory.*') if not (2, 7, 9) <= sys.version_info < (3, 0): print('Python %s.%s.%s detected.' % sys.version_info[:3]) diff --git a/gui/slick/images/sickgear-xmas.png b/gui/slick/images/sickgear-xmas.png new file mode 100644 index 0000000..6712197 Binary files /dev/null and b/gui/slick/images/sickgear-xmas.png differ diff --git a/gui/slick/interfaces/default/config.tmpl b/gui/slick/interfaces/default/config.tmpl index 715a3ec..451ccf7 100644 --- a/gui/slick/interfaces/default/config.tmpl +++ b/gui/slick/interfaces/default/config.tmpl @@ -24,7 +24,7 @@ BRANCH: #echo $sg_str('BRANCH') or 'UNKNOWN'# / COMMIT: #echo ($sg_str('CUR_COMMIT_HASH')[0:7] or 'UNKNOWN') + ('', ' @ ')[bool($version)]#$version
This is BETA software
-#if not $sg_var('VERSION_NOTIFY'): +#if not $sg_var('VERSION_NOTIFY') and not $sg_var('EXT_UPDATES'): You don't have version checking turned on, see "Check software updates" in Config > General. #end if diff --git a/gui/slick/interfaces/default/config_general.tmpl b/gui/slick/interfaces/default/config_general.tmpl index 6d6c618..429897f 100644 --- a/gui/slick/interfaces/default/config_general.tmpl +++ b/gui/slick/interfaces/default/config_general.tmpl @@ -161,7 +161,7 @@

Options for software updates.

- +#if not $sg_var('EXT_UPDATES')
+#else +

Repo updates disabled. Using $sg_var('EXT_UPDATES') update method

+#end if @@ -619,6 +622,7 @@
+#if not $sg_var('EXT_UPDATES')
+#end if
#set $hover_dropdown='data-hover="dropdown" data-hover-delay="400" data-delay="500"'