Skip to content

Releases: hacs/integration

0.10.0

29 Jun 11:24
c8a4783
Compare
Choose a tag to compare

Here Comes The Sun

image

Highlights

  • Show a "NEW" tag on new store items as requested in #169
  • New repositories will now be pulled down with each full reload (startup and every 500 min) as requested in #181
  • Added the option for integration developers to set minimum HA version in manifest.json

Every item in the store (that you have not installed) will have a "NEW" label after this release until you open them up for the first time.

Full Changelog

0.9.0

22 Jun 08:40
Compare
Choose a tag to compare

How Do You Do!

image

Highlights

  • Added support for tracking AppDaemon apps as requested in #77
  • Added support for tracking python_scripts as requested in #145
  • Added support for tracking themes as requested by no one, but why not 🤷‍♂
  • Added "Upgrade all" button under settings as requested in #94
  • Added Table as a view option for overview/store as requested in #133
  • Show HACS in overview as requested in #140
  • Add option to show beta releases (pre-release) for a repository.

New default repositories

New layout for the documentation site 🎉

image

Full Changelog

0.8.1

18 Jun 20:30
Compare
Choose a tag to compare

0.8.0

16 Jun 11:46
Compare
Choose a tag to compare

Crazy Train

image

Highlights

  • The first 7 characters of the SHA-1 for commits are now used as a metric to determine "version" for repositories that do not use GitHub releases, because of this you will see that there is an "update" to every element you have installed that uses this, as a plus you will now easier see when it was updated, and if you have the latest version.
  • The "Last Updated" note on the RepositoryView has been removed.
  • When you install/upgrade a plugin after this release it will also create a compressed ('.gz') version of the files to serve up to the frontend, this is to save data/time during transfers, this will make your Lovelace load custom plugins faster if they are served from HACS.
  • The logger requirement has been removed.

New default repositories

Full changelog

0.7.0

13 Jun 20:06
Compare
Choose a tag to compare

Rock This Party

new_settings

Highligts

  • Merges the integration/plugin lists under the "SETTINGS" tab to save space.
  • Add broader retry logic to downloads.
  • Move dependencies locally as requested in #72

New default repositories

NB: In the log if you are upgrading to this from an earlier version there will be a log of failed downloads, HACS will correct that by itself on the first start after the upgrade.

Full changelog

0.6.0

10 Jun 20:22
Compare
Choose a tag to compare

Welcome To The Jungle

sensor

Highlights

  • A sensor is now added to display the number of pending updates as requested in #56

  • The HACS section has been to the top under settings.

  • There is a new list showing hidden repositories under settings.

  • "Codeblocks" from the info.md files are now using <code> instead of <pre>

  • The reload icon has been changed to a dropdown menu.

  • In the dropdown menu you can:

    • Reload.
    • Hide (This option will not show on custom repositories or installed repositories).
    • Open an issue, will take you to the issue tracker for that repository.
    • Flag this will take you to a special template for flagging items in the store for removal.
  • Developers can now submit their repositories to be included by default as requested in #25 (documentation)

New default repositories

Full changelog

0.5.1

05 Jun 06:19
Compare
Choose a tag to compare

Fix external links from info.md

0.5.0

04 Jun 22:15
Compare
Choose a tag to compare

Hey Good Lookin'

theme

Highlights

  • Layout restructures for the "Overview" and "Store" tabs as requested in #40
  • Every item now have a "status" icon as requested in #15
    • no color = not installed
    • orange color = pending update
    • red color = pending restart
    • green color = installed and no pending operations
  • Initial theme support (HACS) will now use your HA theme.
  • In the "Settings" tab, the reload icon is gone from custom repositories, and you can now click the repository name to get to the view for that repository as requested in #25
  • Items are ordered alphabetically as requested in #36

Full changelog

0.4.4

03 Jun 16:28
Compare
Choose a tag to compare

Changes

  • Fixed a minor typo (#51)
  • Revert scrollbar hack
  • Adds backoff as retry logic for API calls
  • Fixes issues with Lovelace config suggestions
  • Fixes a download issue where it downloaded files to the base of custom_components

Full changelog

0.4.3

02 Jun 18:58
Compare
Choose a tag to compare
Fixes loading issues on python < 3.7...