Releases: danielperna84/hass-configurator
Releases · danielperna84/hass-configurator
0.5.2
Bugfix: Fix page load with special characters in states (Issue #217 )
0.5.1
- Bugfix: Disable Ace-internal yaml-linting (Issue #226)
- Disable internal check for new releases
0.5.0
- Add Generate UUID menu item
- Harmonize Home Assistant term
- Rename Components to integrations
- Remove images for libraries (Issue #221)
- Update jQuery to 3.6.0
- Update js-yaml to 4.1.0
- Update Ace Editor to 1.9.6
0.4.1
- Ignore
input
-keyword used in blueprints (Issue #207)
0.4.0
- Fix file history width (Issue #192)
- Store HASS-panel visibility state (Issue #189)
0.3.9
- Some dependencies were missing from the package (Issue #187)
0.3.8
- Some dependencies are now included within the package (Issue #177)
- Update Ace Editor to 1.4.8
0.3.7
- Rename files via UI (Issue #162)
- Disable browser-autocomplete on searchbox
- Fix documentation
- Add file history button (Issue #169)
- Update Ace Editor
0.3.6
- Update Ace Editor to 1.4.6
- Update jQuery to 3.4.1
- Update js-yaml to 3.13.1
- Added global setting to hide hidden elements (Issue #165)
- Added toggle to hide / display HASS panel (Issue #163)
0.3.5
- Added
ALLOWED_DOMAINS
option (Issue #143)
- Refactor for Pypi packaging (Issue #147)
- Include argparse for commandline parameters
- Update dependencies
- Code cleanup, lint (Issue #50)
- Added standalone mode
- Added Dockerfile