Hass Configurator Versions Save

Configuration UI for Home Assistant

0.3.4

5 years ago
  • Spelling fix @nelsonblaha
  • Added env_var tag exception (Issue #138)
  • Event observer: support access tokens and disconnect on modal close (Issue #136)
  • Added editor option to hide file / directory stats (Issue #130)
  • Added HASS_WS_API option to correctly prefill the websocket URL
  • Open common image formats in new tab (Issue #133)
  • Update dependencies

0.3.3

5 years ago
  • Display covered last item in file browser (Issue #120)
  • Proper displaying of file browser (Issue #121)
  • Added support for long-lived JWT access tokens (Issue #118)

0.3.2

5 years ago
  • Allow PASSWORD to be numeric (Issue #108)
  • Sanity check for ALLOWED_NETWORKS, BANNED_IPS and IGNORE_PATTERN (Issue #109)
  • Reading files as UTF-8 (Issue #80)

0.3.1

5 years ago
  • Fix SESAME / SESAME_TOTP_SECRET bug (Issue #103)
  • Added client IP to network status modal
  • Allow setting logging level with environment variable HC_LOGLEVEL

0.3.0

5 years ago
  • Allow passing settings via environment variables (Issue #100)
  • Added basic git stash functionality (Issue #16)
  • Added NOTIFY_SERVICE option
  • Notifying if used passwords are insecure (Issue #100) and if SESAME has been used
  • CREDENTIALS setting replaced by USERNAME and PASSWORD
  • PASSWORD can optionally be provided as SHA256 hash (Issue #100)
  • Added SESAME_TOTP_SECRET for TOTP based IP whitelisting (Issue #100)
  • Added git diff functionality (Issue #16)
  • Red colored menu button as indicator for outdated version
  • The GIT setting can now also be set with static settings file or environment variable
  • LISTENPORT has been renamed to PORT (LISTENPORT still works though)
  • Hiding git menu when git is disabled
  • Removed right dragging area for editor settings (Issue #102)
  • Added IGNORE_SSL option to disable SSL verification when connecting to HASS API

0.2.9

5 years ago
  • Material Icons and HASS-help now open in new tab instead of modal
  • Open file by URL
  • Added ENFORCE_BASEPATH option
  • Cosmetic fix for scaled viewports
  • Added search-function for entities
  • Updated Ace Editor to 1.3.3
  • Updated jQuery to 3.3.1
  • Updated js-yaml to 3.12.0

0.2.8

6 years ago
  • Updated CDN libraries
  • Cosmetic improvements
  • Added event observer

0.2.7

6 years ago
  • Setting SO_REUSEADDR on socket for proper restarts
  • Using Threading to handle multiple connections
  • New VERIFY_HOSTNAME option to block requests without correct host header
  • Fixed filebrowser hiding

0.2.6

6 years ago
  • Displaying current filename in title
  • Added menu item to open configurator in new tab
  • Automatically load last viewed (and not closed) file via localStorage
  • CTRL+s / CMD+s can now be used to save files
  • Prompting before saving now opt-in in editor settings

0.2.5

6 years ago
  • Added warning-logs for access failure
  • Added transparency to whitespace characters
  • Using external repository for Docker
  • Modify BANNED_IPS and ALLOWED_NETWORKS at runtime
  • Use relative paths in webserver
  • Added "Sesame" feature