🎉 Release of add-on IDE 0.3.0

This commit is contained in:
Community Hass.io Add-ons Bot 2018-06-09 20:35:02 +00:00
parent 118b82a64e
commit c5dab1069e
4 changed files with 25 additions and 25 deletions

View file

@ -462,10 +462,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.2.0
[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/v0.2.0/README.md
[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
[ide-issue]: https://github.com/hassio-addons/addon-ide/issues
[ide-version-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
[ide-version-shield]: https://img.shields.io/badge/version-v0.3.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

View file

@ -2,31 +2,29 @@
### Added
- Adds .yamllint configuration
- Adds all architectures to add-on config
- Adds Probot configuration
- Pins down Cloud9 core version
- Adds initial add-on README template
- Adds Gitlab CI
- 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 Markdownlint warning in License
- Fixes hadolint warnings
- Fixes typo in Dockerfile
- Fixes BUILD_ARCH location
### Changed
- Replaces Changelog with GitHub releases
- Upgrades add-on base image to v1.4.1
- Updates README
- More efficient cloning of oh-my-zsh source
- Updates forum link for add-on
- Updates maintaince to 2018
- 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
### Removed
- Removes CodeClimate
- Removes CircleCI
- Drops support for armhf and aarch64
- Removes the old Bash-based HassioCLI
[changelog]: https://github.com/hassio-addons/addon-ide/compare/v0.1.0...v0.2.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
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e
[docs]: https://github.com/hassio-addons/addon-ide/blob/v0.2.0/README.md
[docs]: https://github.com/hassio-addons/addon-ide/blob/v0.3.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.2.0-blue.svg
[release]: https://github.com/hassio-addons/addon-ide/tree/v0.2.0
[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
[screenshot]: https://github.com/hassio-addons/addon-ide/raw/master/images/screenshot.png
[zsh]: https://en.wikipedia.org/wiki/Z_shell

View file

@ -1,13 +1,15 @@
{
"name": "IDE",
"version": "0.2.0",
"version": "0.3.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",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8321]",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
"boot": "auto",