🎉 Release of add-on IDE 0.4.0

This commit is contained in:
Community Hass.io Add-ons Bot 2018-07-14 22:17:55 +00:00
parent 3c379e5395
commit 1f5dc9daa6
4 changed files with 39 additions and 28 deletions

View file

@ -490,10 +490,10 @@ SOFTWARE.
[homebridge-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[homebridge-i386-shield]: https://img.shields.io/badge/i386-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-ide]: https://github.com/hassio-addons/addon-ide/tree/v0.4.0
[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/v0.3.0/README.md [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-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-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

@ -2,29 +2,40 @@
### Added ### Added
- Adds back ARM support (#13) - Adds ZSH autosuggestions
- Adds the Go-based HassioCLI - Adds ZSH Syntax Highlighting
- Adds zip - Set ZSH as the default shell in the IDE terminals
- 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
### Changed ### Changed
- Moves build-env to latest - Upgrades base image to v2.0.1
- Upgrades base image to v1.4.2 - Upgrades Cloud9 Core to d8917f3
- Upgrades bind-tools to 9.11.3-r0 - Updates MOTD to match the core SSH add-on
- Upgrades git to 2.15.2-r0 - Upgrades build-base to 0.5-r1
- Improved workspace settings - 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.3.0...v0.4.0
[changelog]: https://github.com/hassio-addons/addon-ide/compare/v0.2.0...v0.3.0

View file

@ -43,14 +43,14 @@ 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/330944238910963714.svg [discord-shield]: https://img.shields.io/discord/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e [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-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/
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[ohmyzsh]: http://ohmyz.sh/ [ohmyzsh]: http://ohmyz.sh/
[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.3.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg
[release]: https://github.com/hassio-addons/addon-ide/tree/v0.3.0 [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 [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.3.0", "version": "0.4.0",
"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",