From 208f6d09a8ff2e3fa7c94f76e6451c9fb81bb191 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 11 Dec 2018 21:36:36 +0000 Subject: [PATCH] :tada: Release of add-on IDE 0.7.1 --- README.md | 6 +++--- ide/CHANGELOG.md | 19 ++++++++----------- ide/README.md | 6 +++--- ide/config.json | 3 ++- 4 files changed, 16 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 83cf5853..2ea11251 100644 --- a/README.md +++ b/README.md @@ -593,10 +593,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/v0.7.0 -[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/v0.7.0/README.md +[addon-ide]: https://github.com/hassio-addons/addon-ide/tree/v0.7.1 +[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/v0.7.1/README.md [ide-issue]: https://github.com/hassio-addons/addon-ide/issues -[ide-version-shield]: https://img.shields.io/badge/version-v0.7.0-blue.svg +[ide-version-shield]: https://img.shields.io/badge/version-v0.7.1-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 941c7b08..00410c18 100644 --- a/ide/CHANGELOG.md +++ b/ide/CHANGELOG.md @@ -1,17 +1,14 @@ [Full Changelog][changelog] -This release adds authentication 🔒 against Home Assistant. - -From now on, you have to log in with the same username and password and you use to log on to the Home Assistant frontend. No need to provide credentials in the add-on configuration anymore (so, those can be removed). +Added the `colordiff` package (thanks for the suggestion @adonnolux) and added support for serial devices. ### Changed -- Changed past to paste (#23) (@dayofdoom) -- Adds HA Authentication (#24) -- Upgrades git to 2.18.1-r0 -- Upgrades libxml2 to 2.9.8-r1 -- Upgrades libxml2-utils to 2.9.8-r1 -- Small improvements to HA authentication proxy -- Upgrades Cloud9 Core to c4d1c59 +- Upgrades nginx to 1.14.1-r0 +- Adds support for serial devices +- Adds info about HA auth to README.md (#25) (@PixelJonas) +- Upgrades openssl to 1.0.2p-r0 +- Upgrades bind-tools to 9.12.3-r0 +- Adds colordiff package -[changelog]: https://github.com/hassio-addons/addon-ide/compare/v0.6.0...v0.7.0 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-ide/compare/v0.7.0...v0.7.1 \ No newline at end of file diff --git a/ide/README.md b/ide/README.md index c3e56558..73dc5d63 100644 --- a/ide/README.md +++ b/ide/README.md @@ -45,7 +45,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/v0.7.0/README.md +[docs]: https://github.com/hassio-addons/addon-ide/blob/v0.7.1/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/ @@ -54,7 +54,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-v0.7.0-blue.svg -[release]: https://github.com/hassio-addons/addon-ide/tree/v0.7.0 +[release-shield]: https://img.shields.io/badge/version-v0.7.1-blue.svg +[release]: https://github.com/hassio-addons/addon-ide/tree/v0.7.1 [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 7cba1f0d..8f35e95a 100644 --- a/ide/config.json +++ b/ide/config.json @@ -1,6 +1,6 @@ { "name": "IDE", - "version": "0.7.0", + "version": "0.7.1", "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", @@ -18,6 +18,7 @@ "auth_api": true, "homeassistant_api": true, "host_network": false, + "auto_uart": true, "ports": { "8321/tcp": 8321 },