🎉 Release of add-on Visual Studio Code 0.4.1

This commit is contained in:
Community Hass.io Add-ons Bot 2019-04-21 08:45:57 +00:00
parent 29a584a378
commit 505935b0a4
4 changed files with 10 additions and 31 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.4.0
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v0.4.0/README.md
[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
[vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues
[vscode-version-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg
[vscode-version-shield]: https://img.shields.io/badge/version-v0.4.1-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,33 +1,12 @@
[Full Changelog][changelog]
Again a packed release! 🎉
`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.
@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!
This is a maintenance release that upgrades code-server and addresses an issue with open dialogs.
### Changed
- :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
- :arrow_up: Updates code-server to 1.903-vsc1.33.1 (#29) (@timmo001)
[changelog]: https://github.com/hassio-addons/addon-vscode/compare/v0.3.0...v0.4.0
[changelog]: https://github.com/hassio-addons/addon-vscode/compare/v0.4.0...v0.4.1
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.0/README.md
[docs]: https://github.com/hassio-addons/addon-vscode/blob/v0.4.1/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.0-blue.svg
[release]: https://github.com/hassio-addons/addon-vscode/tree/v0.4.0
[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
[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.4.0",
"version": "0.4.1",
"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",