diff --git a/changelog.txt b/changelog.txt index 133dc47..94ffab1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -7,6 +7,7 @@ Version 0.3.0 (2018-) - PASSWORD can optionally be provided as SHA256 hash (Issue #100) @danielperna84 - Added SESAME_TOTP_SECRET for TOTP based IP whitelisting (Issue #100) @danielperna84 - Added git diff functionality (Issue #16) @danielperna84 +- Red colored menu button as indicator for outdated version @danielperna84 Version 0.2.9 (2018-06-22) - Material Icons and HASS-help now open in new tab instead of modal (Issues #85 and #34) @danielperna84 diff --git a/configurator.py b/configurator.py index 53f51a4..2784335 100755 --- a/configurator.py +++ b/configurator.py @@ -659,7 +659,7 @@ INDEX = Template(r"""
  • save
  • close
  • search
  • -
  • more_vert
  • +
  • more_vert
  • save
  • close
  • search
  • @@ -3945,12 +3945,12 @@ class RequestHandler(BaseHTTPRequestHandler): LOG.warning("Exception getting bootstrap") LOG.warning(err) - color = "green" + color = "" try: response = urllib.request.urlopen(RELEASEURL) latest = json.loads(response.read().decode('utf-8'))['tag_name'] if VERSION != latest: - color = "red" + color = "red-text" except Exception as err: LOG.warning("Exception getting release") LOG.warning(err) diff --git a/dev.html b/dev.html index e59714a..9750612 100644 --- a/dev.html +++ b/dev.html @@ -553,7 +553,7 @@
  • save
  • close
  • search
  • -
  • more_vert
  • +
  • more_vert
  • save
  • close
  • search