🎉 Release of add-on Visual Studio Code 0.4.0

This commit is contained in:
Community Hass.io Add-ons Bot 2019-04-19 18:09:51 +00:00
parent 6b8f9aaa0b
commit 468dbe9946
4 changed files with 34 additions and 29 deletions

View file

@ -988,10 +988,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.3.0
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v0.3.0/README.md
[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/v0.4.0
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v0.4.0/README.md
[vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues
[vscode-version-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg
[vscode-version-shield]: https://img.shields.io/badge/version-v0.4.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,30 +1,33 @@
[Full Changelog][changelog]
This release adds Hass.io Ingress support to the add-on :tada:
Again a packed release! 🎉
Also on this release, a major upgrade on the code-server and vscode running inside this add-on.
Memory usage and general performance have been improved significantly!
`code-server` has been upgraded to the latest greatest, shipping vscode 1.33.1 as well.
Service workers are added and a bunch of more optimizations, which should drastically reduce the initial loading times of the web interface.
Furthermore, `ack` has been added for easy and quick command line search through your configuration files,
e.g., `ack light.livingroom`.
@timmo001 added an option to disable sending anonymous telemetry data to code-server and @hjanum added a small change that makes AppDaemon's `dash` files being picked up as YAML as well.
@riemers came by and added support for RedHat's YAML extension, which validates you YAML files while typing them. 💯
The default user settings are tweaked for more logical and better user experience for working on Home Assistant's configuration files and support for Home Assistant's special YAML tags has been added. If you haven't modified the default vscode configuration, the add-on will automatically upgrade these settings for you.
Finally, all command history from the built-in terminal will now persist across add-on restarts and system reboots. Which helps to find that command you used before...
Enjoy the release!
### Changed
- :fire: Removes password option from documentation
- :fire: Removes now obsolete i_like_to_be_pwned option
- :arrow_up: Upgrades hassio-cli to v2.2.0
- :books:Updates installation steps in README (#14) (@riemers)
- :sparkles: Adds ack
- :books: Update README.md (#19) (@riemers)
- :arrow_up: Upgrades base image to v3.1.0
- :arrow_up: Upgrades wget to 1.19.4-1ubuntu2.2
- :arrow_up: Upgrades code-server to 1.792-vsc1.33.1
- :hammer: Improves S6 finish scripts
- :sparkles: Adds Hassio Ingress support + General refactor
- :books: Fixes some typos in the documentation (#20) (@tjorim)
- :shirt: Fixes Markdownlint warnings
- :arrow_up: Update code server to 1.868-vsc1.33.1 (#27) (@timmo001)
- :hammer: Adds disable telemetry flag (#27) (@timmo001)
- :hammer: Adds disable telemetry as an option (#27) (@timmo001
- :sparkles: Adds vscode YAML extension (#26) (@riemers)
- :sparkles: Adds *.dash extension for YAML (#24) (@hjanum)
- :sparkles: Adds user configuration upgrade method
- :books: Updates README about section to match latest changes
- :sparkles: Persist user's ZSH history across restarts
- :hammer: Tweaked default user settings for a better starting experience
- :shirt: Fixes JSON lint issue
[changelog]: https://github.com/hassio-addons/addon-vscode/compare/v0.2.0...v0.3.0
[changelog]: https://github.com/hassio-addons/addon-vscode/compare/v0.3.0...v0.4.0
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

View file

@ -19,8 +19,8 @@ into the Home Assistant frontend UI.
Visual Studio Code runs as a remote server using `code-server`, and is a
fully fledged VSCode experience.
The add-on has the Home Assistant and MDI icons extensions pre-installed
and pre-configured right out of the box. This means that autocompletion works
The add-on has the Home Assistant, MDI icons and YAML extensions pre-installed
and pre-configured right out of the box. This means that auto-completion works
instantly, without the need for configuring anything.
[Click here for the full documentation][docs]
@ -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.3.0/README.md
[docs]: https://github.com/hassio-addons/addon-vscode/blob/v0.4.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.3.0-blue.svg
[release]: https://github.com/hassio-addons/addon-vscode/tree/v0.3.0
[release-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg
[release]: https://github.com/hassio-addons/addon-vscode/tree/v0.4.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.3.0",
"version": "0.4.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",
@ -36,7 +36,8 @@
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"packages": [],
"init_commands": []
"init_commands": [],
"disable_telemetry": false
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
@ -49,6 +50,7 @@
"init_commands": [
"str"
],
"disable_telemetry": "bool?",
"leave_front_door_open": "bool?"
},
"image": "hassioaddons/vscode-{arch}"