🎉 Release of add-on TasmoAdmin 0.4.1

This commit is contained in:
Community Hass.io Add-ons Bot 2019-04-21 15:44:36 +00:00
parent 1e7e70d4e3
commit ad413d9a32
4 changed files with 18 additions and 21 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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",