diff --git a/README.md b/README.md index a71e88f3..646db80d 100644 --- a/README.md +++ b/README.md @@ -850,10 +850,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.1.0 -[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/v1.1.0/README.md +[addon-home-panel]: https://github.com/hassio-addons/addon-home-panel/tree/v1.2.0 +[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/v1.2.0/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.1.0-blue.svg +[home-panel-version-shield]: https://img.shields.io/badge/version-v1.2.0-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 a8a154b9..fbbbe628 100644 --- a/home-panel/CHANGELOG.md +++ b/home-panel/CHANGELOG.md @@ -1,15 +1,16 @@ [![GitLab CI][gitlabci-shield]][gitlabci] -See upstream release: https://github.com/timmo001/home-panel/releases/tag/v2.1.0 +**See upstream release: https://github.com/timmo001/home-panel/releases/tag/v2.2.0** -![image](https://user-images.githubusercontent.com/28114703/65391394-a5d04700-dd60-11e9-96f6-7a24a9a33a26.png) +![image](https://user-images.githubusercontent.com/28114703/65817577-d866bd80-e200-11e9-94eb-92c92eb71d8e.png) ## Changes -- 95a4dd8 :arrow_up: Update Home Panel to [v2.1.0](https://github.com/timmo001/home-panel/releases/tag/v2.1.0) +- 784ba79 :arrow_up: Update to Home Panel v2.2.0 +- 855182b :arrow_up: Update to base image v5.1.1 [Full Changelog][changelog] -[changelog]: https://github.com/hassio-addons/addon-home-panel/compare/v1.0.4...v1.1.0 -[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-home-panel/badges/v1.1.0/pipeline.svg +[changelog]: https://github.com/hassio-addons/addon-home-panel/compare/v1.1.0...v1.2.0 +[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-home-panel/badges/v1.2.0/pipeline.svg [gitlabci]: https://gitlab.com/hassio-addons/addon-home-panel/pipelines diff --git a/home-panel/README.md b/home-panel/README.md index 5b6bbb45..37fb8012 100644 --- a/home-panel/README.md +++ b/home-panel/README.md @@ -42,7 +42,7 @@ If you are more interested in stable releases of our add-ons: [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/v1.1.0/README.md +[docs]: https://github.com/hassio-addons/addon-home-panel/blob/v1.2.0/README.md [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 [hass]: https://www.home-assistant.io/ @@ -50,6 +50,6 @@ If you are more interested in stable releases of our add-ons: [maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg [midnight-theme]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/midnight-theme.png [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-v1.1.0-blue.svg -[release]: https://github.com/hassio-addons/addon-home-panel/tree/v1.1.0 +[release-shield]: https://img.shields.io/badge/version-v1.2.0-blue.svg +[release]: https://github.com/hassio-addons/addon-home-panel/tree/v1.2.0 [settings-screen]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/settings-main.png \ No newline at end of file diff --git a/home-panel/config.json b/home-panel/config.json index 527cc08f..31f74c2e 100644 --- a/home-panel/config.json +++ b/home-panel/config.json @@ -1,6 +1,6 @@ { "name": "Home Panel", - "version": "1.1.0", + "version": "1.2.0", "slug": "home-panel", "description": "A web frontend for controlling the home", "url": "https://github.com/hassio-addons/addon-home-panel",