From 1f5dc9daa6ffcdf65848d62ffbcb3c2cbf806d97 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sat, 14 Jul 2018 22:17:55 +0000 Subject: [PATCH] :tada: Release of add-on IDE 0.4.0 --- README.md | 6 +++--- ide/CHANGELOG.md | 53 +++++++++++++++++++++++++++++------------------- ide/README.md | 6 +++--- ide/config.json | 2 +- 4 files changed, 39 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 4a64e32e..193367b3 100644 --- a/README.md +++ b/README.md @@ -490,10 +490,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/v0.3.0 -[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/v0.3.0/README.md +[addon-ide]: https://github.com/hassio-addons/addon-ide/tree/v0.4.0 +[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/v0.4.0/README.md [ide-issue]: https://github.com/hassio-addons/addon-ide/issues -[ide-version-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg +[ide-version-shield]: https://img.shields.io/badge/version-v0.4.0-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 ae8df322..cb816633 100644 --- a/ide/CHANGELOG.md +++ b/ide/CHANGELOG.md @@ -2,29 +2,40 @@ ### Added -- Adds back ARM support (#13) -- Adds the Go-based HassioCLI -- Adds zip -- Adds persistent storage of user and project settings -- Adds nmap v7.60-r2 -- Adds pwgen 2.08-r0 -- Adds sqlite v3.21.0-r1 - -### Fixed - -- Fixes typo in Dockerfile -- Fixes BUILD_ARCH location +- Adds ZSH autosuggestions +- Adds ZSH Syntax Highlighting +- Set ZSH as the default shell in the IDE terminals ### Changed -- Moves build-env to latest -- Upgrades base image to v1.4.2 -- Upgrades bind-tools to 9.11.3-r0 -- Upgrades git to 2.15.2-r0 -- Improved workspace settings +- Upgrades base image to v2.0.1 +- Upgrades Cloud9 Core to d8917f3 +- Updates MOTD to match the core SSH add-on +- Upgrades build-base to 0.5-r1 +- Upgrades g++ to 6.4.0-r8 +- Upgrades libxml2 to 2.9.8-r0 +- Upgrades make to 4.2.1-r2 +- Upgrades openssl-dev to 1.0.2o-r1 +- Upgrades yarn to 1.7.0-r0 +- Upgrades bind-tools to 9.12.1_p2-r0 +- Upgrade mariadb-client to 10.2.15-r0 +- Upgrades mosquitto-clients to 1.4.15-r3 +- Upgrades ncurses to 6.1-r0 +- Upgrades git to 2.18.0-r0 +- Upgrades libxml2 to 2.9.8-r0 +- Upgrades net-tools to 1.60_git20140218-r2 +- Upgrades nginx to 1.14.0-r0 +- Upgrades nmap to 7.70-r1 +- Upgrades nodejs to 9.11.1-r2 +- Upgrades openssh-client to 7.7_p1-r2 +- Upgrades openssl to 1.0.2o-r1 +- Upgrades py2-pip to 10.0.1-r0 +- Upgrades Python to 2.7.15-r0 +- Upgrades sqlite to 3.24.0-r0 +- Upgrades sudo to 1.8.23-r2 +- Upgrades tmux to 2.7-r0 +- Upgrades zip to 3.0-r5 +- Upgrades zsh to 5.5.1-r0 -### Removed -- Removes the old Bash-based HassioCLI - -[changelog]: https://github.com/hassio-addons/addon-ide/compare/v0.2.0...v0.3.0 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-ide/compare/v0.3.0...v0.4.0 \ No newline at end of file diff --git a/ide/README.md b/ide/README.md index 656f480b..e5e5ee8b 100644 --- a/ide/README.md +++ b/ide/README.md @@ -43,14 +43,14 @@ 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/330944238910963714.svg [discord]: https://discord.gg/c5DvZ4e -[docs]: https://github.com/hassio-addons/addon-ide/blob/v0.3.0/README.md +[docs]: https://github.com/hassio-addons/addon-ide/blob/v0.4.0/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/ [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [ohmyzsh]: http://ohmyz.sh/ [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg -[release]: https://github.com/hassio-addons/addon-ide/tree/v0.3.0 +[release-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg +[release]: https://github.com/hassio-addons/addon-ide/tree/v0.4.0 [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 752c3b0c..b6cca41a 100644 --- a/ide/config.json +++ b/ide/config.json @@ -1,6 +1,6 @@ { "name": "IDE", - "version": "0.3.0", + "version": "0.4.0", "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",