Releases: hacs/integration
Releases · hacs/integration
0.15.3
0.15.2
0.15.1
This release only affects the new experimental UI.
Overview
- Translations are now handled on Lokalise, Thanks to everyone that have joined there 🎉
- The translations made there are pulled into this release.
- Fixes FireFox bug #612
- Adds list view.
- Adds updates initialized by the backend.
- Various UI corrections.
0.15.0
Ring Of Fire
Highlights
- This version adds a new config option
experimental
, this option will be used to enable experimental features instead of having a separate beta release experimental features will have bugs/issues. - This version ships with an optional experimental UI.
- New translations for FR/ES/NL (config_flow).
New experimental UI.
This version ships with an optional experimental UI that you can enable with the experimental
configuration option.
- A full rewrite of the UI.
- Added localization options. Translators assemble! 🎉
Other notes
- The documentation will soon change from using MkDocs to use Docusaurus
0.14.2
0.14.1
0.14.0
All The Small Things
Stats
- 56 files changed
- 1,117 additions
- 428 deletions
- 7 contributors
Important notices
- This version has Home Assistant version 0.98.0 or newer as a requirement.
Highlights
- Added a new manifest file (
hacs.json
) to give the developer more control of the repository - Translation for the initial setup (in the UI) for PL & RU
- Added configuration options, if you use config_flow (configured HACS in the UI) you do not need to restart for these to change.
- Country filter: Hide repositories that are designed for a country you don't live in.
- Release limit: Limit the number of releases shown in the version selector.
- Removes the device_info property (#548)
- New markdown render logic (#525)
- Adds more metadata you can search for. example: if you search for
thomasloven
you will see all his repositories. - To handle issues where HACS saved blank data files, it now checks the content before the save function is done, and if it fails it will revert the save.
Other notes
- LGTM Now scans this repository for issues.
- The documentation is now hosted on Netlify
- The documentation will soon change from using MkDocs to use Docusaurus
- There is a new devcontainer in this repository based on Alpine.