Releases: danielperna84/hass-configurator
Releases · danielperna84/hass-configurator
0.3.4
- 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
0.3.2
0.3.1
0.3.0
- 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
- 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
- Updated CDN libraries
- Cosmetic improvements
- Added event observer
0.2.7
- 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
- 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
- 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