🎉 Release of add-on Visual Studio Code 0.2.0

This commit is contained in:
Community Hass.io Add-ons Bot 2019-03-28 22:47:40 +00:00
parent 736e3d020e
commit 191c0cfff6
4 changed files with 26 additions and 11 deletions

View file

@ -948,10 +948,10 @@ SOFTWARE.
[unifi-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.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.1.0
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v0.1.0/README.md
[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/v0.2.0
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v0.2.0/README.md
[vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues
[vscode-version-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg
[vscode-version-shield]: https://img.shields.io/badge/version-v0.2.0-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 +1,17 @@
🎉 Initial add-on release 🎉
[Full Changelog][changelog]
This release fixes some annoyances and fixes a couple of warnings.
It also adds HA Authentication, so the `password` option has been dropped.
You can now log in using your Home Assistant username & password.
### Changed
- :books: Minor Readme updates (#4) (@sinclairpaul)
- :ambulance: Fixed Hassio API role to manager
- :ambulance: Workaround workspaces.json warnings
- :sparkles: Adds HA Authentication
[changelog]: https://github.com/hassio-addons/addon-vscode/compare/v0.1.0...v0.2.0
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.1.0/README.md
[docs]: https://github.com/hassio-addons/addon-vscode/blob/v0.2.0/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.1.0-blue.svg
[release]: https://github.com/hassio-addons/addon-vscode/tree/v0.1.0
[release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
[release]: https://github.com/hassio-addons/addon-vscode/tree/v0.2.0
[screenshot]: https://github.com/hassio-addons/addon-vscode/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "Visual Studio Code",
"version": "0.1.0",
"version": "0.2.0",
"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",
@ -11,7 +11,8 @@
],
"boot": "auto",
"hassio_api": true,
"hassio_role": "homeassistant",
"auth_api": true,
"hassio_role": "manager",
"homeassistant_api": true,
"host_network": false,
"auto_uart": true,
@ -26,7 +27,6 @@
"backup:rw"
],
"options": {
"password": "",
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
@ -35,7 +35,6 @@
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
"password": "str",
"ssl": "bool",
"certfile": "str",
"keyfile": "str",