From a76650a6fc4182ea37df1af7672abebe28a2226b Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Wed, 23 May 2018 20:14:03 +0000 Subject: [PATCH] :tada: Release of add-on SonWEB 0.1.1 --- README.md | 6 +++--- sonweb/CHANGELOG.md | 9 ++++++++- sonweb/README.md | 6 +++--- sonweb/config.json | 2 +- 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 736426f4..a4a87249 100644 --- a/README.md +++ b/README.md @@ -433,10 +433,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-sonweb]: https://github.com/hassio-addons/addon-sonweb/tree/v0.1.0 -[addon-doc-sonweb]: https://github.com/hassio-addons/addon-sonweb/blob/v0.1.0/README.md +[addon-sonweb]: https://github.com/hassio-addons/addon-sonweb/tree/v0.1.1 +[addon-doc-sonweb]: https://github.com/hassio-addons/addon-sonweb/blob/v0.1.1/README.md [sonweb-issue]: https://github.com/hassio-addons/addon-sonweb/issues -[sonweb-version-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg +[sonweb-version-shield]: https://img.shields.io/badge/version-v0.1.1-blue.svg [sonweb-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/sonweb-armhf.svg [sonweb-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [sonweb-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/sonweb/CHANGELOG.md b/sonweb/CHANGELOG.md index be787ead..7ef3ad07 100644 --- a/sonweb/CHANGELOG.md +++ b/sonweb/CHANGELOG.md @@ -1 +1,8 @@ -🎉 Initial release! \ No newline at end of file +[Full Changelog][changelog] + +### Fixed + +- Fixes firmwares being blocked for download +- Fixes SSL support for OTA server + +[changelog]: https://github.com/hassio-addons/addon-sonweb/compare/v0.1.0...v0.1.1 \ No newline at end of file diff --git a/sonweb/README.md b/sonweb/README.md index 645bd1e5..63703c88 100644 --- a/sonweb/README.md +++ b/sonweb/README.md @@ -43,11 +43,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-sonweb/blob/v0.1.0/README.md +[docs]: https://github.com/hassio-addons/addon-sonweb/blob/v0.1.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-sonweb/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.1.0-blue.svg -[release]: https://github.com/hassio-addons/addon-sonweb/tree/v0.1.0 +[release-shield]: https://img.shields.io/badge/version-v0.1.1-blue.svg +[release]: https://github.com/hassio-addons/addon-sonweb/tree/v0.1.1 [screenshot]: https://github.com/hassio-addons/addon-sonweb/raw/master/images/screenshot.png \ No newline at end of file diff --git a/sonweb/config.json b/sonweb/config.json index a218d3a5..4f4019ed 100644 --- a/sonweb/config.json +++ b/sonweb/config.json @@ -1,6 +1,6 @@ { "name": "SonWEB", - "version": "0.1.0", + "version": "0.1.1", "slug": "sonweb", "description": "Centrally manage all your Sonoff-Tasmota devices", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-sonweb/54155?u=frenck",