🎉 Release of add-on Home Panel 0.3.2

This commit is contained in:
Community Hass.io Add-ons Bot 2019-04-10 23:02:24 +00:00
parent d9bbabec1c
commit 8552715fb2
4 changed files with 15 additions and 10 deletions

View file

@ -743,10 +743,10 @@ SOFTWARE.
[happy-bubbles-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[happy-bubbles-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[happy-bubbles-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-home-panel]: https://github.com/hassio-addons/addon-home-panel/tree/v0.3.1
[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/v0.3.1/README.md
[addon-home-panel]: https://github.com/hassio-addons/addon-home-panel/tree/v0.3.2
[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/v0.3.2/README.md
[home-panel-issue]: https://github.com/hassio-addons/addon-home-panel/issues
[home-panel-version-shield]: https://img.shields.io/badge/version-v0.3.1-blue.svg
[home-panel-version-shield]: https://img.shields.io/badge/version-v0.3.2-blue.svg
[home-panel-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/home-panel-armhf.svg
[home-panel-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[home-panel-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,7 +1,12 @@
[![GitLab CI][gitlabci-shield]][gitlabci]
## Changes
- 3cd3f30 :arrow_up: Update Home Panel to v0.8.1
- 816fffd :arrow_up: Update to base image v3.1.0
- 75c4911 :arrow_up: Update to Home Panel v0.9.0
[Full Changelog][changelog]
[changelog]: https://github.com/hassio-addons/addon-home-panel/compare/v0.3.0...v0.3.1
[changelog]: https://github.com/hassio-addons/addon-home-panel/compare/v0.3.1...v0.3.2
[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-home-panel/badges/v0.3.2/pipeline.svg
[gitlabci]: https://gitlab.com/hassio-addons/addon-home-panel/pipelines

View file

@ -31,7 +31,7 @@ A touch-compatible web frontend for controlling the home. Integrates with
[buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-home-panel/blob/v0.3.1/README.md
[docs]: https://github.com/hassio-addons/addon-home-panel/blob/v0.3.2/README.md
[forest-theme]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/forest-theme.png
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/home-panel-a-touch-compatible-webapp-for-controlling-the-home/62597?u=timmo001
@ -41,5 +41,5 @@ A touch-compatible web frontend for controlling the home. Integrates with
[midnight-theme]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/midnight-theme.png
[more-info-light]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/more-info-light.png
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v0.3.1-blue.svg
[release]: https://github.com/hassio-addons/addon-home-panel/tree/v0.3.1
[release-shield]: https://img.shields.io/badge/version-v0.3.2-blue.svg
[release]: https://github.com/hassio-addons/addon-home-panel/tree/v0.3.2

View file

@ -1,6 +1,6 @@
{
"name": "Home Panel",
"version": "0.3.1",
"version": "0.3.2",
"slug": "home-panel",
"description": "A touch-compatible web frontend for controlling the home.",
"url": "https://github.com/hassio-addons/addon-home-panel",
@ -41,5 +41,5 @@
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
},
"image": "hassioaddons/home-panel"
"image": "hassioaddons/home-panel-{arch}"
}