From 4ff2ffc114aa120741e60f3d3cb7001ab997d9e4 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 19 Aug 2018 11:25:06 +0000 Subject: [PATCH] :arrow_up: Updating add-on IDE to 00a2826 --- README.md | 6 +++--- ide/CHANGELOG.md | 7 +++++-- ide/README.md | 6 +++--- ide/config.json | 2 +- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 336366990..4ec23c838 100644 --- a/README.md +++ b/README.md @@ -564,10 +564,10 @@ SOFTWARE. [homebridge-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [homebridge-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [homebridge-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-ide]: https://github.com/hassio-addons/addon-ide/tree/7a32a76 -[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/7a32a76/README.md +[addon-ide]: https://github.com/hassio-addons/addon-ide/tree/00a2826 +[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/00a2826/README.md [ide-issue]: https://github.com/hassio-addons/addon-ide/issues -[ide-version-shield]: https://img.shields.io/badge/version-7a32a76-blue.svg +[ide-version-shield]: https://img.shields.io/badge/version-00a2826-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 f7791cef7..9909c9e7a 100644 --- a/ide/CHANGELOG.md +++ b/ide/CHANGELOG.md @@ -1,8 +1,11 @@ # Changelog since v0.5.0 -2018/08/19 07:41 UTC - [7a32a76](https://github.com/hassio-addons/addon-ide/commit/7a32a766f33e46e82fafe686f7975fe9f17df7bb) by [@frenck](https://github.com/frenck) +2018/08/19 11:09 UTC - [00a2826](https://github.com/hassio-addons/addon-ide/commit/00a2826e7ca191bc46f9cdf3d2c57a01e1e04e38) by [@frenck](https://github.com/frenck) +> :shirt: Corrects typo in error message + +2018/08/19 11:09 UTC - [7a32a76](https://github.com/hassio-addons/addon-ide/commit/7a32a766f33e46e82fafe686f7975fe9f17df7bb) by [@frenck](https://github.com/frenck) > :arrow_up: Upgrades Python to 2.7.15-r1 -2018/08/19 07:41 UTC - [7757eaa](https://github.com/hassio-addons/addon-ide/commit/7757eaa4fe3f39c078df6f82694982430a12309f) by [@frenck](https://github.com/frenck) +2018/08/19 11:09 UTC - [7757eaa](https://github.com/hassio-addons/addon-ide/commit/7757eaa4fe3f39c078df6f82694982430a12309f) by [@frenck](https://github.com/frenck) > :arrow_up: Upgrades base image to v2.1.2 diff --git a/ide/README.md b/ide/README.md index 86311c066..78b4692d4 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/7a32a76/README.md +[docs]: https://github.com/hassio-addons/addon-ide/blob/00a2826/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-7a32a76-blue.svg -[release]: https://github.com/hassio-addons/addon-ide/tree/7a32a76 +[release-shield]: https://img.shields.io/badge/version-00a2826-blue.svg +[release]: https://github.com/hassio-addons/addon-ide/tree/00a2826 [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 a671adac7..457ae277c 100644 --- a/ide/config.json +++ b/ide/config.json @@ -1,6 +1,6 @@ { "name": "IDE", - "version": "7a32a76", + "version": "00a2826", "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",