diff --git a/changelog.txt b/changelog.txt index f1de6ae..89a85b7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,9 @@ +Version 0.1.2 (2017-02-13) +- Backend improvements @danielperna84 +- Further UI improvements @jmart518 +- Add / delete files / folders +- + Version 0.1.1 (2017-02-10) - Improved UI @jmart518 diff --git a/configurator.py b/configurator.py index c016df4..e47dc17 100755 --- a/configurator.py +++ b/configurator.py @@ -1,4 +1,5 @@ #!/usr/bin/python3 +# -*- coding: utf-8 -*- """ Configurator for Home Assistant. https://github.com/danielperna84/hass-poc-configurator @@ -40,39 +41,56 @@ ### End of options RELEASEURL = "https://api.github.com/repos/danielperna84/hass-poc-configurator/releases/latest" -VERSION = "0.1.1" +VERSION = "0.1.2" BASEDIR = "." DEV = False HTTPD = None FAIL2BAN_IPS = {} -INDEX = Template(""" - +INDEX = Template(r""" + HASS Configurator - + -
-
+
+
-
+
+
-
+
+
-
+
+
-
+
+
-
+
+
-
+
+
-
+
+
-
+
+
- - +
+