From ad413d9a32e05fd975893c6e69663f200762a52f Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 21 Apr 2019 15:44:36 +0000 Subject: [PATCH] :tada: Release of add-on TasmoAdmin 0.4.1 --- README.md | 6 +++--- tasmoadmin/CHANGELOG.md | 22 ++++++++-------------- tasmoadmin/README.md | 6 +++--- tasmoadmin/config.json | 5 ++++- 4 files changed, 18 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 76917b7a..54d224f0 100644 --- a/README.md +++ b/README.md @@ -928,10 +928,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/v0.7.0 -[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.7.0/README.md +[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.4.1 +[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.4.1/README.md [tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues -[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.7.0-blue.svg +[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.4.1-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 ed3f5e45..d70b8ba4 100644 --- a/tasmoadmin/CHANGELOG.md +++ b/tasmoadmin/CHANGELOG.md @@ -1,21 +1,15 @@ [Full Changelog][changelog] -### Changed +This is a general maintenance release, without any breaking changes. -- :arrow_up: Upgrades add-on base image to 3.0.1 -- :sparkles: Adds ARMv7 support -- :arrow_up: Upgrades PHP to 7.2.14-r0 -- :arrow_up: Upgrades git to 2.20.1-r0 -- :arrow_up: Upgrades TasmoAdmin to v1.6.1-beta1 -- :hammer: Makes log_level optional -- :fire: Removes IPv6 switch -- :fire: Removes custom log format override -- :hammer: Rewrite add-on onto Bashio -- :hammer: Makes NGinx wait for PHP-FPM before starting -- :hammer: Output proper info messages when services start -- :ambulance: Fixes incorrect timeout command call +### 🔨 Changes -[changelog]: https://github.com/hassio-addons/addon-tasmoadmin/compare/v0.6.1...v0.7.0 +- :arrow_up: Upgrades base image to v3.1.0 +- :arrow_up: Upgrades PHP to 7.2.17-r0 +- :sparkles: Adds port descriptions +- :hammer: Refactor of init scripts + +[changelog]: https://github.com/hassio-addons/addon-tasmoadmin/compare/v0.4.0...v0.4.1 Questions? Join our Discord server! https://discord.me/hassioaddons Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck \ No newline at end of file diff --git a/tasmoadmin/README.md b/tasmoadmin/README.md index 238b0525..3314cb55 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.7.0/README.md +[docs]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.4.1/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/2019.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.7.0-blue.svg -[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.7.0 +[release-shield]: https://img.shields.io/badge/version-v0.4.1-blue.svg +[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.4.1 [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 06f6c9b2..daa7867b 100644 --- a/tasmoadmin/config.json +++ b/tasmoadmin/config.json @@ -1,6 +1,6 @@ { "name": "TasmoAdmin", - "version": "0.7.0", + "version": "0.4.1", "slug": "sonweb", "description": "Centrally manage all your Sonoff-Tasmota devices", "url": "https://github.com/hassio-addons/addon-tasmoadmin", @@ -22,6 +22,9 @@ "ports": { "9541/tcp": 9541 }, + "ports_description": { + "9541/tcp": "TasmoAdmin web interface" + }, "options": { "ssl": true, "certfile": "fullchain.pem",