Skip to content

Releases: hassio-addons/addon-vscode

v0.5.1

18 May 19:00
Compare
Choose a tag to compare

Full Changelog

General update release, upgrading the Home Assistant Config Helper vscode extension and the Home Assistant CLI.

🔨 Changes

  • ⬆️ Upgrades vscode-home-assistant to 0.6.0 (#36) (@tjorim)
  • ⬆️ Updates homeassistant_cli to v0.7.0 (#35)

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

v0.5.0

11 May 09:00
914e69a
Compare
Choose a tag to compare

Full Changelog

⬆️ This release brings major updates to the Home Assistant Config Helper extension for Visual Studio code.
@keesschollaart81 did an amazing job on extending it and now provides:

  • Auto-completion & validation on your Home Assistant configuration in general.
  • Auto-completion & validation for Lovelace.
  • Can now handle !include's and supports Go to Definition.

🚑 Furthermore, changes were applied to reduce the number of refreshes of the file/folder tree. This was especially annoying when trying to create or rename files/folders using the explorer.

⚠️ Configuration change

This add-on comes with a VSCode configuration out of the box, which is being updated by the add-on. This auto-update mechanism stops working when you personalize/change VSCode's configuration.

In order for the new Home Assistant Config Helper extension to work, a configuration change was made. If you did not personalize your vscode configuration, the thing will just work. If you did customize it and want to reset your configuration to the new defaults:

  1. Open the Visual Studio Code editor.
  2. Click on Terminal in the top menu bar and click on New Terminal.
  3. Execute the following command in the terminal window: reset-settings.
  4. Done!

🔨 Changes

  • ⬆️ Upgrades add-on base image to 3.1.1
  • ⬆️ Upgrades code-server to 1.939-vsc1.33.1
  • 🔨 Pins versions of VSCode extensions
  • 🔨 Extends file watcher exclude list
  • 🔨 Associates yaml file to Home Assistant by default
  • ✨ Adds vscode settings reset command
  • ⬆️ Upgrades vscode-home-assistant to 0.5.7

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

v0.4.2

25 Apr 08:11
b49ad9a
Compare
Choose a tag to compare

Full Changelog

✨ This release adds support for the "Add to sidebar" feature that became available in Home Assistant 0.92.

Please note: You need to have Home Assistant 0.92 or newer to be able to install this update.

🔨 Changed

  • ⬆️ Updates Home Assistant requirement to 0.92.0b2
  • ✨ Adds support for showing in sidebar

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

v0.4.1

21 Apr 08:38
Compare
Choose a tag to compare

Full Changelog

This is a maintenance release that upgrades code-server and addresses an issue with open dialogs.

Changed

  • ⬆️ Updates code-server to 1.903-vsc1.33.1 (#29) (@timmo001)

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

v0.4.0

19 Apr 18:04
5d58577
Compare
Choose a tag to compare

Full 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!

Changed

  • ⬆️ Update code server to 1.868-vsc1.33.1 (#27) (@timmo001)
  • 🔨 Adds disable telemetry flag (#27) (@timmo001)
  • 🔨 Adds disable telemetry as an option (#27) (@timmo001
  • ✨ Adds vscode YAML extension (#26) (@riemers)
  • ✨ Adds *.dash extension for YAML (#24) (@hjanum)
  • ✨ Adds user configuration upgrade method
  • 📚 Updates README about section to match latest changes
  • ✨ Persist user's ZSH history across restarts
  • 🔨 Tweaked default user settings for a better starting experience
  • 👕 Fixes JSON lint issue

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

v0.3.0

14 Apr 21:37
ff64d8c
Compare
Choose a tag to compare

Full Changelog

This release adds Hass.io Ingress support to the add-on 🎉

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!

Furthermore, ack has been added for easy and quick command line search through your configuration files,
e.g., ack light.livingroom.

Changed

  • 🔥 Removes password option from documentation
  • 🔥 Removes now obsolete i_like_to_be_pwned option
  • ⬆️ Upgrades hassio-cli to v2.2.0
  • 📚Updates installation steps in README (#14) (@riemers)
  • ✨ Adds ack
  • 📚 Update README.md (#19) (@riemers)
  • ⬆️ Upgrades base image to v3.1.0
  • ⬆️ Upgrades wget to 1.19.4-1ubuntu2.2
  • ⬆️ Upgrades code-server to 1.792-vsc1.33.1
  • 🔨 Improves S6 finish scripts
  • ✨ Adds Hassio Ingress support + General refactor
  • 📚 Fixes some typos in the documentation (#20) (@tjorim)
  • 👕 Fixes Markdownlint warnings

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

v0.2.0

28 Mar 22:40
0c3fd44
Compare
Choose a tag to compare

Full 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

  • 📚 Minor Readme updates (#4) (@sinclairpaul)
  • 🚑 Fixed Hassio API role to manager
  • 🚑 Workaround workspaces.json warnings
  • ✨ Adds HA Authentication

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

v0.1.0

26 Mar 21:20
d0860f7
Compare
Choose a tag to compare

🎉 Initial add-on release 🎉