diff --git a/README.md b/README.md index 96a3fa5a..f0490bdb 100644 --- a/README.md +++ b/README.md @@ -734,10 +734,10 @@ SOFTWARE. [spotify-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [spotify-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [spotify-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.5.1 -[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.5.1/README.md +[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.6.0 +[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.6.0/README.md [tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues -[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.5.1-blue.svg +[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.6.0-blue.svg [tasmoadmin-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/sonweb-armhf.svg [tasmoadmin-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [tasmoadmin-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/tasmoadmin/CHANGELOG.md b/tasmoadmin/CHANGELOG.md index e1ae8b04..61fb1266 100644 --- a/tasmoadmin/CHANGELOG.md +++ b/tasmoadmin/CHANGELOG.md @@ -1,7 +1,11 @@ [Full Changelog][changelog] -### Changed +- Upgrades nginx to 1.14.0-r1 +- Upgrades base image to v2.3.0 +- Adds Hassio API role to the configuration +- Upgrades PHP to 7.2.10-r0 +- Updates logo & icon +- Upgrades TasmoAdmin to v1.6.0 +- Fixes typo in add-on configuration -- Upgrades base image to v2.1.2 - -[changelog]: https://github.com/hassio-addons/addon-tasmoadmin/compare/v0.5.0...v0.5.1 +[changelog]: https://github.com/hassio-addons/addon-tasmoadmin/compare/v0.5.1...v0.6.0 \ No newline at end of file diff --git a/tasmoadmin/README.md b/tasmoadmin/README.md index 2b121139..b9c655c8 100644 --- a/tasmoadmin/README.md +++ b/tasmoadmin/README.md @@ -30,13 +30,13 @@ Some of its features: [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-tasmoadmin/blob/v0.5.1/README.md +[docs]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.6.0/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-tasmoadmin/54155?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [patreon-shield]: https://www.frenck.nl/images/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v0.5.1-blue.svg -[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.5.1 +[release-shield]: https://img.shields.io/badge/version-v0.6.0-blue.svg +[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.6.0 [screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/master/images/screenshot.png \ No newline at end of file diff --git a/tasmoadmin/config.json b/tasmoadmin/config.json index 14bcfc7b..4d770846 100644 --- a/tasmoadmin/config.json +++ b/tasmoadmin/config.json @@ -1,6 +1,6 @@ { "name": "TasmoAdmin", - "version": "0.5.1", + "version": "0.6.0", "slug": "sonweb", "description": "Centrally manage all your Sonoff-Tasmota devices", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-tasmoadmin/54155?u=frenck", @@ -14,6 +14,7 @@ ], "boot": "auto", "hassio_api": true, + "hassio_role": "default", "map": [ "ssl" ], diff --git a/tasmoadmin/icon.png b/tasmoadmin/icon.png index ce94a957..d2c68e3d 100644 Binary files a/tasmoadmin/icon.png and b/tasmoadmin/icon.png differ diff --git a/tasmoadmin/logo.png b/tasmoadmin/logo.png index 1b7526a7..8ed65e79 100644 Binary files a/tasmoadmin/logo.png and b/tasmoadmin/logo.png differ