mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on IDE to f846946
This commit is contained in:
parent
9f72f10302
commit
639a3fc88d
4 changed files with 20 additions and 8 deletions
|
@ -471,10 +471,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/7e2a9e0
|
||||
[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/7e2a9e0/README.md
|
||||
[addon-ide]: https://github.com/hassio-addons/addon-ide/tree/f846946
|
||||
[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/f846946/README.md
|
||||
[ide-issue]: https://github.com/hassio-addons/addon-ide/issues
|
||||
[ide-version-shield]: https://img.shields.io/badge/version-7e2a9e0-blue.svg
|
||||
[ide-version-shield]: https://img.shields.io/badge/version-f846946-blue.svg
|
||||
[ide-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/ide-amd64.svg
|
||||
[ide-aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg
|
||||
[ide-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
|
|
@ -1,5 +1,17 @@
|
|||
# Changelog since v0.2.0
|
||||
|
||||
2018/06/03 10:10 UTC - [7e2a9e0](https://github.com/hassio-addons/addon-ide/commit/7e2a9e0b02658bef7897d6862bd6c452ca50bb12) by [@frenck](https://github.com/frenck)
|
||||
2018/06/03 12:54 UTC - [f846946](https://github.com/hassio-addons/addon-ide/commit/f846946d62ff75ededf3c58c04ec4de47ffe6ac0) by [@frenck](https://github.com/frenck)
|
||||
> :ambulance: Fixes typo in Dockerfile
|
||||
|
||||
2018/06/03 12:54 UTC - [1b1dae3](https://github.com/hassio-addons/addon-ide/commit/1b1dae3129d381f56ec3f43de93c37c0f19de48d) by [@frenck](https://github.com/frenck)
|
||||
> :arrow_up: Upgrades git to 2.15.2-r0
|
||||
|
||||
2018/06/03 12:54 UTC - [111184c](https://github.com/hassio-addons/addon-ide/commit/111184c51b6b7d2459c40100041be5a2a909cb4e) by [@frenck](https://github.com/frenck)
|
||||
> :arrow_up: Upgrades bind-tools to 9.11.3-r0
|
||||
|
||||
2018/06/03 12:54 UTC - [aadda11](https://github.com/hassio-addons/addon-ide/commit/aadda11aad399aa59edb0c1368c7475f71a1528f) by [@frenck](https://github.com/frenck)
|
||||
> :arrow_up: Upgrades base image to v1.4.2
|
||||
|
||||
2018/06/03 12:54 UTC - [7e2a9e0](https://github.com/hassio-addons/addon-ide/commit/7e2a9e0b02658bef7897d6862bd6c452ca50bb12) by [@frenck](https://github.com/frenck)
|
||||
> :rocket: Moves build-env to latest
|
||||
|
||||
|
|
|
@ -46,14 +46,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/7e2a9e0/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-ide/blob/f846946/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-7e2a9e0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ide/tree/7e2a9e0
|
||||
[release-shield]: https://img.shields.io/badge/version-f846946-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ide/tree/f846946
|
||||
[screenshot]: https://github.com/hassio-addons/addon-ide/raw/master/images/screenshot.png
|
||||
[zsh]: https://en.wikipedia.org/wiki/Z_shell
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "IDE",
|
||||
"version": "7e2a9e0",
|
||||
"version": "f846946",
|
||||
"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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue