diff --git a/README.md b/README.md index e16393fd3..2d01a9f27 100644 --- a/README.md +++ b/README.md @@ -1171,10 +1171,10 @@ SOFTWARE. [spotify-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [spotify-armv7-shield]: https://img.shields.io/badge/armv7-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/558303b -[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/558303b/README.md +[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/9285d08 +[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/9285d08/README.md [tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues -[tasmoadmin-version-shield]: https://img.shields.io/badge/version-558303b-blue.svg +[tasmoadmin-version-shield]: https://img.shields.io/badge/version-9285d08-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 aaa4dce6e..53d2918c6 100644 --- a/tasmoadmin/CHANGELOG.md +++ b/tasmoadmin/CHANGELOG.md @@ -1,9 +1,4 @@ -# Changelog since v0.9.0 -- :hammer: Update community forum links -- :arrow_up: Upgrades add-on base image to v7.0.2 -- :hammer: Update add-on config with new password & list features -- :hammer: Re-branding -- :books: Update add-on documentation to use new YAML configuration format -- :arrow_up: Upgrades add-on base image to v7.0.0 -- :arrow_up: Upgrades php7 to 7.3.14-r0 -- :arrow_up: Upgrades nginx to 1.16.1-r6 +# Changelog since v0.10.0 +- :hammer: Disable Docker init +- :arrow_up: Upgrades php7 to 7.3.16-r0 +- :arrow_up: Upgrades base image to v7.1.0 diff --git a/tasmoadmin/README.md b/tasmoadmin/README.md index bf0c803eb..faedf561a 100644 --- a/tasmoadmin/README.md +++ b/tasmoadmin/README.md @@ -47,7 +47,7 @@ If you are more interested in stable releases of our add-ons: [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-tasmoadmin/blob/558303b/README.md +[docs]: https://github.com/hassio-addons/addon-tasmoadmin/blob/9285d08/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-tasmoadmin/54155?u=frenck [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png @@ -56,6 +56,6 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/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-558303b-blue.svg -[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/558303b +[release-shield]: https://img.shields.io/badge/version-9285d08-blue.svg +[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/9285d08 [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 1486f85a6..553171033 100644 --- a/tasmoadmin/config.json +++ b/tasmoadmin/config.json @@ -1,11 +1,12 @@ { "name": "TasmoAdmin", - "version": "558303b", + "version": "9285d08", "slug": "sonweb", "description": "Centrally manage all your Sonoff-Tasmota devices", "url": "https://github.com/hassio-addons/addon-tasmoadmin", "webui": "[PROTO:ssl]://[HOST]:[PORT:9541]", "startup": "system", + "init": false, "arch": [ "aarch64", "amd64",