diff --git a/README.md b/README.md index c01bbf0d..34702661 100644 --- a/README.md +++ b/README.md @@ -1061,10 +1061,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.9.0 -[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.9.0/README.md +[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.10.0 +[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.10.0/README.md [tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues -[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.9.0-blue.svg +[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.10.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 c36cacee..5ba80bda 100644 --- a/tasmoadmin/CHANGELOG.md +++ b/tasmoadmin/CHANGELOG.md @@ -4,16 +4,15 @@ This is a general maintenance release, without any breaking changes. ### 🔨 Changes -- :fireworks: Updates maintenance/license year to 2020 -- :pencil2: Funding adjustments -- :pencil2: Fixes some spelling and grammar -- :arrow_up: Upgrades add-on base image to v6.0.1 -- :arrow_up: Upgrades nginx to 1.16.1-r4 -- :arrow_up: Upgrades php7 to 7.3.13-r0 -- :arrow_up: Upgrades git to 2.24.1-r0 -- :hammer: Add no-cache to build dependencies cleanup +- :arrow_up: Upgrades nginx to 1.16.1-r6 +- :arrow_up: Upgrades php7 to 7.3.14-r0 +- :books: Update add-on documentation to use new YAML configuration format +- :hammer: Re-branding +- :hammer: Update add-on config with new password & list features +- :arrow_up: Upgrades add-on base image to v7.0.2 +- :hammer: Update community forum links -[changelog]: https://github.com/hassio-addons/addon-tasmoadmin/compare/v0.8.4...v0.9.0 +[changelog]: https://github.com/hassio-addons/addon-tasmoadmin/compare/v0.9.0...v0.10.0 Questions? Join our Discord server! https://discord.me/hassioaddons Enjoying my add-ons? Consider supporting my work: diff --git a/tasmoadmin/README.md b/tasmoadmin/README.md index a730445b..b44730ab 100644 --- a/tasmoadmin/README.md +++ b/tasmoadmin/README.md @@ -1,4 +1,4 @@ -# Community Hass.io Add-ons: TasmoAdmin +# Home Assistant Community Add-on: TasmoAdmin [![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] @@ -28,7 +28,7 @@ Some of its features: ## WARNING! THIS IS A BETA VERSION! -This Hass.io Add-ons repository contains beta releases of add-ons. +This Home Assistant Add-ons repository contains beta releases of add-ons. - They might stop working at any time. - They could have a negative impact on your system. @@ -44,15 +44,15 @@ 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/v0.9.0/README.md +[docs]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.10.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 +[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 [github-sponsors]: https://github.com/sponsors/frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg [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-v0.9.0-blue.svg -[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.9.0 +[release-shield]: https://img.shields.io/badge/version-v0.10.0-blue.svg +[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.10.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 b04efdc2..467be6d4 100644 --- a/tasmoadmin/config.json +++ b/tasmoadmin/config.json @@ -1,6 +1,6 @@ { "name": "TasmoAdmin", - "version": "0.9.0", + "version": "0.10.0", "slug": "sonweb", "description": "Centrally manage all your Sonoff-Tasmota devices", "url": "https://github.com/hassio-addons/addon-tasmoadmin", @@ -31,7 +31,7 @@ "keyfile": "privkey.pem" }, "schema": { - "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?", + "log_level": "list(trace|debug|info|notice|warning|error|fatal)?", "ssl": "bool", "certfile": "str", "keyfile": "str"