diff --git a/README.md b/README.md index c841e9dd..d00f7bfc 100644 --- a/README.md +++ b/README.md @@ -539,10 +539,10 @@ SOFTWARE. [shinobi-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [shinobi-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [shinobi-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.2.0 -[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.2.0/README.md +[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.2.1 +[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.2.1/README.md [tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues -[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg +[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.2.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 a6f6f95e..68becd03 100644 --- a/tasmoadmin/CHANGELOG.md +++ b/tasmoadmin/CHANGELOG.md @@ -2,20 +2,6 @@ ### Fixed -- Corrected Docker images names -- Fixes upstream changed webroot location -- Fixes incorrect data directory +- Fixes a typo in the migration script -### Changed - -- Rebranding to TasmoAdmin -- Rewrites GitLab CI -- Upgrades base image to v1.4.2 -- Upgrades git to 2.15.2-r0 -- Upgrades TasmoAdmin to v1.1.0 - -### Removed - -- Removes patch, since it is no longer needed - -[changelog]: https://github.com/hassio-addons/addon-tasmoadmin/compare/v0.1.1...v0.2.0 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-tasmoadmin/compare/v0.2.0...v0.2.1 \ No newline at end of file diff --git a/tasmoadmin/README.md b/tasmoadmin/README.md index eddc72fd..7991117c 100644 --- a/tasmoadmin/README.md +++ b/tasmoadmin/README.md @@ -44,11 +44,11 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/frenck [discord-shield]: https://img.shields.io/discord/330944238910963714.svg [discord]: https://discord.gg/c5DvZ4e -[docs]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.2.0/README.md +[docs]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.2.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/2018.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg -[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.2.0 +[release-shield]: https://img.shields.io/badge/version-v0.2.1-blue.svg +[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.2.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 d05f565e..0766ea4c 100644 --- a/tasmoadmin/config.json +++ b/tasmoadmin/config.json @@ -1,6 +1,6 @@ { "name": "TasmoAdmin", - "version": "0.2.0", + "version": "0.2.1", "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",