🎉 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-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.2.0 [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.2.0/README.md [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-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-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,31 +2,29 @@
### Added ### Added
- Adds .yamllint configuration - Adds back ARM support (#13)
- Adds all architectures to add-on config - Adds the Go-based HassioCLI
- Adds Probot configuration - Adds zip
- Pins down Cloud9 core version - Adds persistent storage of user and project settings
- Adds initial add-on README template - Adds nmap v7.60-r2
- Adds Gitlab CI - Adds pwgen 2.08-r0
- Adds sqlite v3.21.0-r1
### Fixed ### Fixed
- Fixes Markdownlint warning in License - Fixes typo in Dockerfile
- Fixes hadolint warnings - Fixes BUILD_ARCH location
### Changed ### Changed
- Replaces Changelog with GitHub releases - Moves build-env to latest
- Upgrades add-on base image to v1.4.1 - Upgrades base image to v1.4.2
- Updates README - Upgrades bind-tools to 9.11.3-r0
- More efficient cloning of oh-my-zsh source - Upgrades git to 2.15.2-r0
- Updates forum link for add-on - Improved workspace settings
- Updates maintaince to 2018
### Removed ### Removed
- Removes CodeClimate - Removes the old Bash-based HassioCLI
- Removes CircleCI
- Drops support for armhf and aarch64
[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 [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.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-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.2.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg
[release]: https://github.com/hassio-addons/addon-ide/tree/v0.2.0 [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 [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,13 +1,15 @@
{ {
"name": "IDE", "name": "IDE",
"version": "0.2.0", "version": "0.3.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",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8321]", "webui": "[PROTO:ssl]://[HOST]:[PORT:8321]",
"startup": "services", "startup": "services",
"arch": [ "arch": [
"aarch64",
"amd64", "amd64",
"armhf",
"i386" "i386"
], ],
"boot": "auto", "boot": "auto",