diff --git a/README.md b/README.md index df83618e8..fc7b41c35 100644 --- a/README.md +++ b/README.md @@ -563,10 +563,10 @@ SOFTWARE. [log-viewer-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [log-viewer-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [log-viewer-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/58906b2 -[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/58906b2/README.md +[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/e974aea +[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/e974aea/README.md [node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues -[node-red-version-shield]: https://img.shields.io/badge/version-58906b2-blue.svg +[node-red-version-shield]: https://img.shields.io/badge/version-e974aea-blue.svg [node-red-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/node-red-armhf.svg [node-red-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [node-red-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/node-red/CHANGELOG.md b/node-red/CHANGELOG.md index a080ec2ea..71ba1b962 100644 --- a/node-red/CHANGELOG.md +++ b/node-red/CHANGELOG.md @@ -1,8 +1,11 @@ -# Changelog since v0.3.1 +# Changelog since v0.4.0 -2018/07/18 19:19 UTC - [58906b2](https://github.com/hassio-addons/addon-node-red/commit/58906b236993377d728a97aec097cb4777f16a4e) by [@greenkeeper[bot]](https://github.com/apps/greenkeeper) -> :arrow_up: Upgrades node-red-node-suncalc to version 0.0.11 (#14) +2018/07/24 19:03 UTC - [e974aea](https://github.com/hassio-addons/addon-node-red/commit/e974aea0d463be86fc47f8566d14a7f6509baf25) by [@frenck](https://github.com/frenck) +> :shirt: Fixes shellcheck warning -2018/07/18 19:19 UTC - [43c8add](https://github.com/hassio-addons/addon-node-red/commit/43c8adda9338f79f0e5829bc2a4d630b434855eb) by [@frenck](https://github.com/frenck) -> :arrow_down: Downgrades the add-on back to the original node-red-contrib-home-assistant +2018/07/24 19:03 UTC - [e02c408](https://github.com/hassio-addons/addon-node-red/commit/e02c4087ec4ce0d2a4e901217cb3c945d6fab266) by [@frenck](https://github.com/frenck) +> :sparkles: Adds automatic configuration of the Hassio API token + +2018/07/24 19:03 UTC - [e82abb7](https://github.com/hassio-addons/addon-node-red/commit/e82abb73bd7c7277298f95c9ad745d1df04cb734) by [@frenck](https://github.com/frenck) +> :books: Fixes incorrect title in add-on README template diff --git a/node-red/README.md b/node-red/README.md index 69aa637db..ba3ad1da7 100644 --- a/node-red/README.md +++ b/node-red/README.md @@ -1,4 +1,4 @@ -# Community Hass.io Add-ons: Example +# Community Hass.io Add-ons: Node-RED [![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] @@ -46,9 +46,9 @@ If you are more interested in stable releases of our add-ons: [discord-shield]: https://img.shields.io/discord/330944238910963714.svg [discord]: https://discord.gg/c5DvZ4e [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg -[release-shield]: https://img.shields.io/badge/version-58906b2-blue.svg -[release]: https://github.com/hassio-addons/addon-node-red/tree/58906b2 -[docs]: https://github.com/hassio-addons/addon-node-red/blob/58906b2/README.md +[release-shield]: https://img.shields.io/badge/version-e974aea-blue.svg +[release]: https://github.com/hassio-addons/addon-node-red/tree/e974aea +[docs]: https://github.com/hassio-addons/addon-node-red/blob/e974aea/README.md [buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg [buymeacoffee]: https://www.buymeacoffee.com/frenck [screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png \ No newline at end of file diff --git a/node-red/config.json b/node-red/config.json index 9586e62b2..840be35c8 100644 --- a/node-red/config.json +++ b/node-red/config.json @@ -1,6 +1,6 @@ { "name": "Node-RED", - "version": "58906b2", + "version": "e974aea", "slug": "nodered", "description": "Flow-based programming for the Internet of Things", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-node-red/55023?u=frenck",