diff --git a/README.md b/README.md index 16fa53332..62679bf48 100644 --- a/README.md +++ b/README.md @@ -950,10 +950,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/44ff20c -[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/44ff20c/README.md +[addon-home-panel]: https://github.com/hassio-addons/addon-home-panel/tree/36c89da +[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/36c89da/README.md [home-panel-issue]: https://github.com/hassio-addons/addon-home-panel/issues -[home-panel-version-shield]: https://img.shields.io/badge/version-44ff20c-blue.svg +[home-panel-version-shield]: https://img.shields.io/badge/version-36c89da-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 8229216da..88650bdab 100644 --- a/home-panel/CHANGELOG.md +++ b/home-panel/CHANGELOG.md @@ -1,14 +1,5 @@ -# Changelog since v1.0.0 +# Changelog since v1.0.2 -2019/09/14 22:15 UTC - [44ff20c](https://github.com/hassio-addons/addon-home-panel/commit/44ff20cc1af6f1ca2288b6695adecec5c36d1968) by [@timmo001](https://github.com/timmo001) -> :hammer: Persist secret and db - -2019/09/14 22:15 UTC - [fd47050](https://github.com/hassio-addons/addon-home-panel/commit/fd47050d0e3d74b811b7994c694137bc1ac82763) by [@timmo001](https://github.com/timmo001) -> :ambulance: Remove bad grep check - -2019/09/14 22:15 UTC - [e09866c](https://github.com/hassio-addons/addon-home-panel/commit/e09866c31a3b92895b668b98e896d5ac33f8794b) by [@timmo001](https://github.com/timmo001) -> :ambulance: Fix sed line - -2019/09/14 22:15 UTC - [69944ad](https://github.com/hassio-addons/addon-home-panel/commit/69944adf857aaae9dd856d523a6595fc40d4371b) by [@timmo001](https://github.com/timmo001) -> :ambulance: Fix database path +2019/09/15 13:14 UTC - [36c89da](https://github.com/hassio-addons/addon-home-panel/commit/36c89daec8b29b01c1c3e78df0d97b20876f70a3) by [@sinclairpaul](https://github.com/sinclairpaul) +> 🚑Change format of sed command, add logging (#33) diff --git a/home-panel/README.md b/home-panel/README.md index ccf6e5908..24017e434 100644 --- a/home-panel/README.md +++ b/home-panel/README.md @@ -45,7 +45,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/44ff20c/README.md +[docs]: https://github.com/hassio-addons/addon-home-panel/blob/36c89da/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/ @@ -53,6 +53,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-44ff20c-blue.svg -[release]: https://github.com/hassio-addons/addon-home-panel/tree/44ff20c +[release-shield]: https://img.shields.io/badge/version-36c89da-blue.svg +[release]: https://github.com/hassio-addons/addon-home-panel/tree/36c89da [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 9ae606488..b93926fdb 100644 --- a/home-panel/config.json +++ b/home-panel/config.json @@ -1,6 +1,6 @@ { "name": "Home Panel", - "version": "44ff20c", + "version": "36c89da", "slug": "home-panel", "description": "A web frontend for controlling the home", "url": "https://github.com/hassio-addons/addon-home-panel",