diff --git a/changelog.txt b/changelog.txt index f297a81..1622740 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,5 @@ -Version 0.2.4 (2017-11-nn) +Version 0.2.4 (2018-01-02) +- Added YAML linting @AtoxIO - Added IPv6 support @danielperna84 Version 0.2.3 (2017-11-12) diff --git a/configurator.py b/configurator.py index 6273647..260198d 100755 --- a/configurator.py +++ b/configurator.py @@ -66,7 +66,7 @@ SO.setLevel(LOGLEVEL) SO.setFormatter(logging.Formatter('%(levelname)s:%(asctime)s:%(name)s:%(message)s')) LOG.addHandler(SO) RELEASEURL = "https://api.github.com/repos/danielperna84/hass-configurator/releases/latest" -VERSION = "0.2.3" +VERSION = "0.2.4" BASEDIR = "." DEV = False HTTPD = None diff --git a/dev.html b/dev.html index 71a67bc..34f3b61 100644 --- a/dev.html +++ b/dev.html @@ -442,6 +442,24 @@ 100% { background-color: #f5f5f5; } } + #lint-status { + position: absolute; + top: 0.75rem; + right: 10px; + } + + .cursor-pointer { + cursor: pointer; + } + + #modal_lint.modal { + width: 80%; + } + + #modal_lint textarea { + resize: none; + height: auto; + } @@ -1389,6 +1407,14 @@ OK +