From 3f999d5a854e6774ead3980a235fbe9f7d64659f Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 28 Jun 2020 18:04:40 +0000 Subject: [PATCH] :tada: Release of add-on Home Panel 1.8.1 --- README.md | 6 +++--- home-panel/CHANGELOG.md | 12 +++--------- home-panel/DOCS.md | 2 +- home-panel/README.md | 12 ++++++------ home-panel/config.json | 2 +- 5 files changed, 14 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 6cce4361..bc5b3589 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/home-panel/CHANGELOG.md b/home-panel/CHANGELOG.md index 94704327..412bc9bc 100644 --- a/home-panel/CHANGELOG.md +++ b/home-panel/CHANGELOG.md @@ -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 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-home-panel/compare/v1.8.0...v1.8.1 \ No newline at end of file diff --git a/home-panel/DOCS.md b/home-panel/DOCS.md index 2a0410d5..56754c7c 100644 --- a/home-panel/DOCS.md +++ b/home-panel/DOCS.md @@ -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 diff --git a/home-panel/README.md b/home-panel/README.md index ed25d645..362cf9b5 100644 --- a/home-panel/README.md +++ b/home-panel/README.md @@ -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 \ No newline at end of file +[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 \ No newline at end of file diff --git a/home-panel/config.json b/home-panel/config.json index 60bf472c..263d79f4 100644 --- a/home-panel/config.json +++ b/home-panel/config.json @@ -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",