⬆️ Updating add-on IDE to 00a2826

This commit is contained in:
Community Hass.io Add-ons Bot 2018-08-19 11:25:06 +00:00
parent 668df50cc9
commit 4ff2ffc114
4 changed files with 12 additions and 9 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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",