Skip to content

Releases: hacs/integration

0.13.1

14 Aug 15:16
Compare
Choose a tag to compare

Fixes issue reported in #434 where HACS would remove the python_script or themes directory.

0.13.0

11 Aug 18:31
3cd19a2
Compare
Choose a tag to compare

Everything Is Awesome

template_installation_demo

Another BIG release! most of the backend handling has been changed in this one.
image

Important notices

  • This version has Home Assistant version 0.97.0 or newer as a requirement.
  • If you are upgrading from a version before 0.12.0, upgrade to 0.12.0 before upgrading to this version.

Potential BREAKING CHANGE For plugins

Earlier HACS striped parts of the filename like -bundle and lovelace-, this is no longer done, if you update a plugin that has that after this version of HACS, you need to change the url in your Lovelace configuration, the example on the plugin page inside HACS, will be correct.

Highlights

  • A good amount of changes
  • Most caching issues that some users experienced should now be handled.
  • Most startup issues should now be handled.
  • Added devcontainer to make it easier to test/contribute.
  • Started to test out automation for issues/PRs (not technically for this release, but worth mentioning)
  • Added information about pending updates to the sensor
  • When you have new repositories in your installation they now show in the top of the store
    image
    image
  • Config flows!
    • HACS can now be configured in the UI (Configuration -> Integrations )
    • For integrations you install that support config_flows you can now install and configure those without restarting Home Assistant 🎉 (See demo at the top here)

Thanks to everyone that helped testing out and reported bugs during the beta versions of this release!

Ful changelog

0.13.0b3

10 Aug 19:56
Compare
Choose a tag to compare
0.13.0b3 Pre-release
Pre-release

Changes in b3

  • Adds an attribute to the sensor with element info (name, installed, available)
  • Redirect to overview after uninstall

all changes in b3

NB!: If this is your first beta, look at the release notes for b0

Issues for this beta should be added here

0.13.0b2

10 Aug 10:20
Compare
Choose a tag to compare
0.13.0b2 Pre-release
Pre-release

Changes in b2

  • Fixes issue where uninstalled elements came back after a restart.
  • Changes the trigger of the repository menu from hover to click.
  • Fixes a startup issue, when there was a mismatch in the stored data sets.

all changes in b2

NB!: If this is your first beta, look at the release notes for b0

Issues for this beta should be added here

0.13.0b1

05 Aug 15:27
Compare
Choose a tag to compare
0.13.0b1 Pre-release
Pre-release

Changes in b1

  • fix typo (#378)
  • Wrap progress bar and add margin (#379)
  • Highlight active tab (#383)
  • Fixes the version display issues with pre-releases #382
  • Automatic unload HACS when there are startup issues.

all changes in b1

NB!: If this is your first beta, look at the release notes for b0

Issues for this beta should be added here

0.13.0b0

04 Aug 09:27
Compare
Choose a tag to compare
0.13.0b0 Pre-release
Pre-release

WIP

template_installation_demo

Important notices

  • This version has Home Assistant version 0.97.0 or newer as a requirement.
  • If you are upgrading from a version before 0.12.0, upgrade to 0.12.0 before upgrading to this version.

Highlights

  • A good amount of changes
  • Most caching issues that some users experienced should now be handled.
  • Most startup issues should now be handled.
  • When you have new repositories in your installation they now show in the top of the store
    image
    image
  • Config flows!
    • HACS can now be configured in the UI (Configuration -> Integrations )
    • For integrations, you install that support config_flows you can now install and configure those without restarting Home Assistant 🎉 (See demo at the top here)

How to test.

  1. Delete your custom_components/hacs directory.
  2. Download the zip file from this release page.
  3. Extract the zip file.
  4. Copy the custom_components/hacs directory from the extracted zip file to where you had the directory you removed in step 1.
  5. If you want to start using config_flow for HACS, remove the configuration for HACS in your configuration.yaml file.
  6. Restart Home Assistant.

"Rules" during the test.

0.12.1

15 Jul 07:50
Compare
Choose a tag to compare

Fixes type for plugins.

If you are upgrading from a version < 0.12.0 look here https://github.com/custom-components/hacs/releases/tag/0.12.0

0.12.0

14 Jul 19:00
22f1c5d
Compare
Choose a tag to compare

The Wild Rover

NB!: If you upgrade to this version with HACS, it will break the UI, to resolve that simply restart Home Assistant.

When you click "UPDATE" you will see this (and again, this is expected)

500 Internal Server Error
Server got itself in trouble

Highlights

  • The way the UI is generated are now completely new.
  • Developers can now use Jinja templates in the info.md files.
  • Two new configuration options are added sidepanel_title & sidepanel_icon
  • Added install and registration services (intended for developers!)

The next version (0.13.0) will require HA version 0.97.0 and therefore also Python 3.6+

Full Changelog

0.11.1

01 Jul 20:01
Compare
Choose a tag to compare
Fix issue with deleting custom repos

0.11.0

01 Jul 15:25
Compare
Choose a tag to compare

Life is a Highway

image

Highlights

  • Moved the content of info.md to a separate container as requested in #193
  • Added the option to choose the version to install (if the repository uses releases)
  • New restore system, this will load the items faster during startup.

The first time you start up with this version installed it will do a reindex of your elements, during this progress the data you see in the frontend will be missing info.

Full Changelog