Releases: hacs/integration
Releases · hacs/integration
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
Harder, Better, Faster, Stronger
There is a lot of changes in this one, so many that a bump to 0.3.0
was to small, hence the bump to 0.4.0
.
I have forgotten some of the changes but here are some highlights:
- The biggest change is probably the move away from
PyGithub
to "aiogithub" for the calls against the GitHub API. - When you open the store view, the search box is auto-focused.
- There is a "copy to clipboard" icon next to the Lovelace resources example (#31).
- When you add a custom repository under the settings view, you are redirected to that repository if it was accepted.
- Fixes an error message at startup for HA > 0.94.0
- Adds support for plugins that have the plugin file as a release asset.
- Changes to auto scan for updates.
- For installed elements, at startup and every 30 minutes.
- For everything, at startup and every 500 minutes.
- Repositories are now indexed by a repository ID and not the name.
- Endpoint URLs are generated by combining
community_
and two uuid4's (with the exception of/community_plugin/
that is untouched)
if when you encounter bugs/issues, please open an issue here
0.2.1
This started small...
When I started earlier today, I had planned to do a hotfix and quickly publish 0.1.1, that failed...
But that's okey!, working on this has been the most fun thing I have done in a long long time :D
New "features"
- Using GitHub releases are no longer a requirement, if used it will add more functionality like version tracking.
- ElementViews (the detailed view of the element) now have a reload button (icon).
- ElementViews (the detailed view of the element) now has a "Last updated" filed to indicate when the last update was.
- All custom repo under the SETTINGS tab now has a reload button (icon).
- For plugins, there is now a new button in the ElementView that will allow you to open the plugin file.
- A warning message will display if you try to add a repo that does not meet the requirements.
Side note
@maykar has taken the advantage of adding an info.md
file to his repo, to make a next level experience for the user 🎉
From the ElementView for https://github.com/maykar/compact-custom-header
When this update is ready for you, you will see an upgrade card on the "SETTINGS" tab.