🎉 Release of add-on Home Panel 1.8.1

This commit is contained in:
Community Hass.io Add-ons Bot 2020-06-28 18:04:40 +00:00
parent 1712a33b0c
commit 3f999d5a85
5 changed files with 14 additions and 20 deletions

View file

@ -920,10 +920,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/v1.8.0
[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/v1.8.0/README.md
[addon-home-panel]: https://github.com/hassio-addons/addon-home-panel/tree/v1.8.1
[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/v1.8.1/README.md
[home-panel-issue]: https://github.com/hassio-addons/addon-home-panel/issues
[home-panel-version-shield]: https://img.shields.io/badge/version-v1.8.0-blue.svg
[home-panel-version-shield]: https://img.shields.io/badge/version-v1.8.1-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,14 +1,8 @@
## Changes
11cfd3e Update Home Panel to [v2.9.6](https://github.com/timmo001/home-panel/releases)
db3e53f Fix broken screenshots (#56)
e2b4965 Add tar
d3ec630 Update git to 2.26.2-r0
074caa1 Make yarn main package
b9b50c5 Update nginx to 1.18.0-r0
2f6384a Update nodejs to 14.3.0-r0
7272e7b Update base to v8.0.0
d4cc50c Update Home Panel to [v2.10.0](https://github.com/timmo001/home-panel/releases/tag/v2.10.0)
7cd3de2 Fix screenshots
[Full Changelog][changelog]
[changelog]: https://github.com/hassio-addons/addon-home-panel/compare/v1.7.3...v1.8.0
[changelog]: https://github.com/hassio-addons/addon-home-panel/compare/v1.8.0...v1.8.1

View file

@ -106,7 +106,7 @@ check [the contributor's page][contributors].
MIT License
Copyright (c) 2018-2020 Timmo
Copyright (c) 2018-2020 Aidan Timson
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -21,7 +21,7 @@ A web frontend for controlling the home. Integrates with
![Showcase Purple Space][showcase-purple-space]
[banner]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/banner.png
[banner]: https://raw.githubusercontent.com/timmo001/home-panel/master/documentation/resources/banner.png
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
[buymeacoffee]: https://www.buymeacoffee.com/timmo
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
@ -32,8 +32,8 @@ A web frontend for controlling the home. Integrates with
[home-panel]: https://github.com/timmo001/home-panel
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v1.8.0-blue.svg
[release]: https://github.com/hassio-addons/addon-home-panel/tree/v1.8.0
[screen-configuration-main]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/screen-configuration-main.png
[screen-main]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/screen-main.png
[showcase-purple-space]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/docs/showcase/timmo/purple-space.png
[release-shield]: https://img.shields.io/badge/version-v1.8.1-blue.svg
[release]: https://github.com/hassio-addons/addon-home-panel/tree/v1.8.1
[screen-configuration-main]: https://raw.githubusercontent.com/timmo001/home-panel/master/documentation/resources/screen-configuration-main.png
[screen-main]: https://raw.githubusercontent.com/timmo001/home-panel/master/documentation/resources/screen-main.png
[showcase-purple-space]: https://raw.githubusercontent.com/timmo001/home-panel/master/documentation/docs/showcase/timmo/purple-space.png

View file

@ -1,6 +1,6 @@
{
"name": "Home Panel",
"version": "1.8.0",
"version": "1.8.1",
"slug": "home-panel",
"description": "A web frontend for controlling the home",
"url": "https://github.com/hassio-addons/addon-home-panel",