From 0cfd15f4c46d5719a80370f448d3fa08e5ee20fb Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 26 Nov 2018 11:35:59 +0000 Subject: [PATCH] :arrow_up: Updating add-on IDE to e3b6623 --- README.md | 6 +++--- ide/CHANGELOG.md | 11 +++++++++-- ide/README.md | 6 +++--- ide/config.json | 2 +- 4 files changed, 16 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 15e453406..895d3ca35 100644 --- a/README.md +++ b/README.md @@ -616,10 +616,10 @@ SOFTWARE. [happy-bubbles-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [happy-bubbles-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [happy-bubbles-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-ide]: https://github.com/hassio-addons/addon-ide/tree/a34638c -[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/a34638c/README.md +[addon-ide]: https://github.com/hassio-addons/addon-ide/tree/e3b6623 +[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/e3b6623/README.md [ide-issue]: https://github.com/hassio-addons/addon-ide/issues -[ide-version-shield]: https://img.shields.io/badge/version-a34638c-blue.svg +[ide-version-shield]: https://img.shields.io/badge/version-e3b6623-blue.svg [ide-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/ide-armhf.svg [ide-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [ide-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/ide/CHANGELOG.md b/ide/CHANGELOG.md index aa0fd479f..09680301e 100644 --- a/ide/CHANGELOG.md +++ b/ide/CHANGELOG.md @@ -1,8 +1,15 @@ # Changelog since v0.7.0 -2018/11/18 10:36 UTC - [a34638c](https://github.com/hassio-addons/addon-ide/commit/a34638ca022fd117cf2dc2d49e8c3ca0b2d1c341) by [@frenck](https://github.com/frenck) +2018/11/26 11:28 UTC - [e3b6623](https://github.com/hassio-addons/addon-ide/commit/e3b66230f0ce286d760fa3360987e1425f7c6429) by [@PixelJonas](https://github.com/PixelJonas) +> :books: Adds info about HA auth to README.md (#25) + +* add info about HA auth to README.md + +* :pencil2: Tweak + +2018/11/26 11:28 UTC - [a34638c](https://github.com/hassio-addons/addon-ide/commit/a34638ca022fd117cf2dc2d49e8c3ca0b2d1c341) by [@frenck](https://github.com/frenck) > :sparkles: Adds support for serial devices -2018/11/18 10:36 UTC - [a1a046a](https://github.com/hassio-addons/addon-ide/commit/a1a046a6787524be5cbdbf81b19f5053dc518126) by [@frenck](https://github.com/frenck) +2018/11/26 11:28 UTC - [a1a046a](https://github.com/hassio-addons/addon-ide/commit/a1a046a6787524be5cbdbf81b19f5053dc518126) by [@frenck](https://github.com/frenck) > :arrow_up: Upgrades nginx to 1.14.1-r0 diff --git a/ide/README.md b/ide/README.md index 7eaa59102..937f320b7 100644 --- a/ide/README.md +++ b/ide/README.md @@ -48,7 +48,7 @@ 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/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-ide/blob/a34638c/README.md +[docs]: https://github.com/hassio-addons/addon-ide/blob/e3b6623/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-ide-based-on-cloud9/33810?u=frenck [hass-ssh]: https://home-assistant.io/addons/ssh/ @@ -57,7 +57,7 @@ If you are more interested in stable releases of our add-ons: [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-a34638c-blue.svg -[release]: https://github.com/hassio-addons/addon-ide/tree/a34638c +[release-shield]: https://img.shields.io/badge/version-e3b6623-blue.svg +[release]: https://github.com/hassio-addons/addon-ide/tree/e3b6623 [screenshot]: https://github.com/hassio-addons/addon-ide/raw/master/images/screenshot.png [zsh]: https://en.wikipedia.org/wiki/Z_shell \ No newline at end of file diff --git a/ide/config.json b/ide/config.json index d1ebed087..e7c3f2c91 100644 --- a/ide/config.json +++ b/ide/config.json @@ -1,6 +1,6 @@ { "name": "IDE", - "version": "a34638c", + "version": "e3b6623", "slug": "ide", "description": "Advanced IDE for Home Assistant, based on Cloud9 IDE", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-ide-based-on-cloud9/33810?u=frenck",