🎉 Release of add-on Visual Studio Code 0.4.2

This commit is contained in:
Community Hass.io Add-ons Bot 2019-04-25 08:20:54 +00:00
parent d0f62f6af1
commit 7e741e4455
4 changed files with 16 additions and 12 deletions

View file

@ -1013,10 +1013,10 @@ SOFTWARE.
[unifi-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[unifi-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[unifi-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/v0.4.1
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v0.4.1/README.md
[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/v0.4.2
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v0.4.2/README.md
[vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues
[vscode-version-shield]: https://img.shields.io/badge/version-v0.4.1-blue.svg
[vscode-version-shield]: https://img.shields.io/badge/version-v0.4.2-blue.svg
[vscode-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/vscode-amd64.svg
[vscode-aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg
[vscode-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,12 +1,15 @@
[Full Changelog][changelog]
This is a maintenance release that upgrades code-server and addresses an issue with open dialogs.
✨ This release adds support for the "Add to sidebar" feature that became available in Home Assistant 0.92.
### Changed
Please note: You need to have Home Assistant 0.92 or newer to be able to install this update.
- :arrow_up: Updates code-server to 1.903-vsc1.33.1 (#29) (@timmo001)
### 🔨 Changed
[changelog]: https://github.com/hassio-addons/addon-vscode/compare/v0.4.0...v0.4.1
- :arrow_up: Updates Home Assistant requirement to 0.92.0b2
- :sparkles: Adds support for showing in sidebar
[changelog]: https://github.com/hassio-addons/addon-vscode/compare/v0.4.1...v0.4.2
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

View file

@ -31,13 +31,13 @@ instantly, without the need for configuring anything.
[buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-vscode/blob/v0.4.1/README.md
[docs]: https://github.com/hassio-addons/addon-vscode/blob/v0.4.2/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
[patreon-shield]: https://www.frenck.nl/images/patreon.png
[patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.4.1-blue.svg
[release]: https://github.com/hassio-addons/addon-vscode/tree/v0.4.1
[release-shield]: https://img.shields.io/badge/version-v0.4.2-blue.svg
[release]: https://github.com/hassio-addons/addon-vscode/tree/v0.4.2
[screenshot]: https://github.com/hassio-addons/addon-vscode/raw/master/images/screenshot.png

View file

@ -1,14 +1,15 @@
{
"name": "Visual Studio Code",
"version": "0.4.1",
"version": "0.4.2",
"slug": "vscode",
"description": "Fully featured VSCode experience, to edit your HA config in the browser, including auto-completion!",
"url": "https://github.com/hassio-addons/addon-vscode",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
"ingress": true,
"ingress_port": 1337,
"panel_icon": "mdi:visual-studio-code",
"startup": "services",
"homeassistant": "0.91.3",
"homeassistant": "0.92.0b2",
"arch": [
"amd64"
],