diff --git a/.travis.yml b/.travis.yml index b7c9d39..d492362 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,10 @@ sudo: false matrix: fast_finish: true include: - - python: "3.4" - env: TOXENV=lint - python: "3.5" env: TOXENV=lint + - python: "3.6" + env: TOXENV=lint install: pip install pylint gitpython language: python script: pylint configurator.py \ No newline at end of file diff --git a/changelog.txt b/changelog.txt index 7c94a3d..751b6ba 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,11 @@ +Version 0.3.6 (2019-10-08) +- Update Ace Editor @emontnemery & @danielperna84 +- Update js-yaml +- Update jQuery +- Added setting to hide hidden elements (Issue #165) +- Added menuitem to toggle HASS panel (Issue #163) +- Minor UI fix (Issue #162) @MarcHagen + Version 0.3.5 (2019-03-08) - Added `ALLOWED_DOMAINS` option (Issue #143) - Refactor for Pypi packaging (Issue #147) diff --git a/configurator.py b/configurator.py index 425f04e..09d08bc 100755 --- a/configurator.py +++ b/configurator.py @@ -76,6 +76,8 @@ DIRSFIRST = False # Sesame token. Browse to the configurator URL + /secrettoken to unban your # client IP and add it to the list of allowed IPs. +HIDEHIDDEN = False +# Don't display hidden files (starting with .) SESAME = None # Instead of a static SESAME token you may also use a TOTP based token that # changes every 30 seconds. The value needs to be a base 32 encoded string. @@ -109,7 +111,7 @@ 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.3.5" +VERSION = "0.3.6" BASEDIR = "." DEV = False LISTENPORT = None @@ -613,9 +615,9 @@ height: auto; } - - - + + +
@@ -707,6 +709,7 @@
  • Restart HASS
  • Execute shell command
  • +
  • Toggle HASS panel
  • Libraries used:

    @@ -2159,15 +2166,16 @@
    -
    Save Settings Locally -

    Ace Editor 1.4.2

    +
    + Save Settings Locally +

    Ace Editor 1.4.6

    - + - + - - + + +
    @@ -587,6 +587,7 @@
  • Restart HASS
  • Execute shell command
  • +
  • Toggle HASS panel
  • +
  • +
    Contact Person Erik Montnemery
    +
  • Libraries used:

    @@ -2039,15 +2044,16 @@

    -

    Save Settings Locally -

    Ace Editor 1.4.2

    + + Save Settings Locally +

    Ace Editor 1.4.6

    - + - + - - + + +
    @@ -707,6 +709,7 @@
  • Restart HASS
  • Execute shell command
  • +
  • Toggle HASS panel
  • Libraries used:

    @@ -2159,15 +2166,16 @@
    -
    Save Settings Locally -

    Ace Editor 1.4.2

    +
    + Save Settings Locally +

    Ace Editor 1.4.6

    - + - + - - + + +
    @@ -587,6 +587,7 @@
  • Restart HASS
  • Execute shell command
  • +
  • Toggle HASS panel
  • +
  • +
    Contact Person Erik Montnemery
    +
  • Libraries used:

    @@ -2039,15 +2044,16 @@

    -

    Save Settings Locally -

    Ace Editor 1.4.2

    + + Save Settings Locally +

    Ace Editor 1.4.6

    - + - +