🎉 Release of add-on IDE 0.7.1

This commit is contained in:
Community Hass.io Add-ons Bot 2018-12-11 21:36:36 +00:00
parent 39a26c4718
commit 208f6d09a8
4 changed files with 16 additions and 18 deletions

View file

@ -593,10 +593,10 @@ SOFTWARE.
[happy-bubbles-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[happy-bubbles-i386-shield]: https://img.shields.io/badge/i386-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-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.0/README.md [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-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-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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[ide-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [ide-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,17 +1,14 @@
[Full Changelog][changelog] [Full Changelog][changelog]
This release adds authentication 🔒 against Home Assistant. Added the `colordiff` package (thanks for the suggestion @adonnolux) and added support for serial devices.
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).
### Changed ### Changed
- Changed past to paste (#23) (@dayofdoom) - Upgrades nginx to 1.14.1-r0
- Adds HA Authentication (#24) - Adds support for serial devices
- Upgrades git to 2.18.1-r0 - Adds info about HA auth to README.md (#25) (@PixelJonas)
- Upgrades libxml2 to 2.9.8-r1 - Upgrades openssl to 1.0.2p-r0
- Upgrades libxml2-utils to 2.9.8-r1 - Upgrades bind-tools to 9.12.3-r0
- Small improvements to HA authentication proxy - Adds colordiff package
- Upgrades Cloud9 Core to c4d1c59
[changelog]: https://github.com/hassio-addons/addon-ide/compare/v0.6.0...v0.7.0 [changelog]: https://github.com/hassio-addons/addon-ide/compare/v0.7.0...v0.7.1

View file

@ -45,7 +45,7 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/frenck [buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons [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-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 [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/ [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-shield]: https://www.frenck.nl/images/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [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-shield]: https://img.shields.io/badge/version-v0.7.1-blue.svg
[release]: https://github.com/hassio-addons/addon-ide/tree/v0.7.0 [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 [screenshot]: https://github.com/hassio-addons/addon-ide/raw/master/images/screenshot.png
[zsh]: https://en.wikipedia.org/wiki/Z_shell [zsh]: https://en.wikipedia.org/wiki/Z_shell

View file

@ -1,6 +1,6 @@
{ {
"name": "IDE", "name": "IDE",
"version": "0.7.0", "version": "0.7.1",
"slug": "ide", "slug": "ide",
"description": "Advanced IDE for Home Assistant, based on Cloud9 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", "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, "auth_api": true,
"homeassistant_api": true, "homeassistant_api": true,
"host_network": false, "host_network": false,
"auto_uart": true,
"ports": { "ports": {
"8321/tcp": 8321 "8321/tcp": 8321
}, },