⬆️ Updating add-on IDE to 25f60d6

This commit is contained in:
Community Hass.io Add-ons Bot 2018-12-10 12:01:38 +00:00
parent dd1e4930a8
commit ec9f30bd2c
4 changed files with 19 additions and 10 deletions

View file

@ -630,10 +630,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/e3b6623
[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/e3b6623/README.md
[addon-ide]: https://github.com/hassio-addons/addon-ide/tree/25f60d6
[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/25f60d6/README.md
[ide-issue]: https://github.com/hassio-addons/addon-ide/issues
[ide-version-shield]: https://img.shields.io/badge/version-e3b6623-blue.svg
[ide-version-shield]: https://img.shields.io/badge/version-25f60d6-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,15 +1,24 @@
# Changelog since v0.7.0
2018/11/26 11:28 UTC - [e3b6623](https://github.com/hassio-addons/addon-ide/commit/e3b66230f0ce286d760fa3360987e1425f7c6429) by [@PixelJonas](https://github.com/PixelJonas)
2018/12/10 11:19 UTC - [25f60d6](https://github.com/hassio-addons/addon-ide/commit/25f60d6a1eea7d0ec2954a350d1fc3d5facd2f0c) by [@frenck](https://github.com/frenck)
> :sparkles: Adds colordiff package
2018/12/10 11:19 UTC - [c185c15](https://github.com/hassio-addons/addon-ide/commit/c185c1556856c930430364fdbd8b371c011095d2) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades bind-tools to 9.12.3-r0
2018/12/10 11:19 UTC - [2e5e155](https://github.com/hassio-addons/addon-ide/commit/2e5e155e4868e4050bebe8fa935f24ff78ad18ff) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades openssl to 1.0.2p-r0
2018/12/10 11:19 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)
2018/12/10 11:19 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/26 11:28 UTC - [a1a046a](https://github.com/hassio-addons/addon-ide/commit/a1a046a6787524be5cbdbf81b19f5053dc518126) by [@frenck](https://github.com/frenck)
2018/12/10 11:19 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

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/e3b6623/README.md
[docs]: https://github.com/hassio-addons/addon-ide/blob/25f60d6/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-e3b6623-blue.svg
[release]: https://github.com/hassio-addons/addon-ide/tree/e3b6623
[release-shield]: https://img.shields.io/badge/version-25f60d6-blue.svg
[release]: https://github.com/hassio-addons/addon-ide/tree/25f60d6
[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": "e3b6623",
"version": "25f60d6",
"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",