diff --git a/README.md b/README.md index fa4f4b47..27d97d1f 100644 --- a/README.md +++ b/README.md @@ -993,10 +993,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/v3.3.0 -[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v3.3.0/README.md +[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/v3.3.1 +[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v3.3.1/README.md [vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues -[vscode-version-shield]: https://img.shields.io/badge/version-v3.3.0-blue.svg +[vscode-version-shield]: https://img.shields.io/badge/version-v3.3.1-blue.svg [vscode-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [vscode-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [vscode-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index bac32c4b..bf32a731 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -1,17 +1,33 @@ ## What’s changed -This release adds support for Blueprints! 🎉 - -Additionally, ESPHome files are now handled and assigned correctly. This would give you an amazing auto-completion and validation experience on your ESPHome configuration files. - -ℹ️ Note: It might be that you run a custom configuration/settings for VSCode, in that case, the ESPHome change will not be applied automatically. Be sure to reset your setting in that case. For more information refer to the documentation: - - ## 🚀 Enhancements -- Assign ESPHome files to the ESPHome extension @frenck (#211) +- Address shellcheck lint warning @frenck (#243) + +## 🧰 Maintenance + +- Apply updated repository structure & CI workflow @frenck (#246) ## ⬆️ Dependency updates -- ⬆️ Upgrades keesschollaart.vscode-home-assistant to 1.16.0 @frenck (#212) -- ⬆️ Upgrades Home Assistant CLI to v4.11.3 @frenck (#213) +- ⬆️ Upgrades add-on base image to v4.1.4 @frenck (#220) +- ⬆️ Upgrades openssl to 1.1.1d-0+deb10u6 @frenck (#221) +- ⬆️ Upgrades iputils-ping to 3:20180629-2+deb10u2 @frenck (#222) +- ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#217) +- ⬆️ Upgrades code-server to 3.9.2 @frenck (#223) +- ⬆️ Upgrades esbenp.prettier-vscode to 6.3.2 @frenck (#224) +- ⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 @dependabot (#226) +- ⬆️ Bump yamllint from 1.26.0 to 1.26.1 in /vscode @dependabot (#228) +- ⬆️ Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 @dependabot (#229) +- ⬆️ Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 @dependabot (#230) +- ⬆️ Upgrades code-server to 3.9.3 @frenck (#231) +- ⬆️ Upgrades Home Assistant CLI to v4.12.0 @frenck (#232) +- ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 @dependabot (#234) +- ⬆️ Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 @dependabot (#236) +- ⬆️ Bump docker/login-action from v1.8.0 to v1.9.0 @dependabot (#242) +- ⬆️ Bump docker/setup-qemu-action from v1.0.2 to v1.1.0 @dependabot (#240) +- ⬆️ Bump docker/setup-buildx-action from v1.1.2 to v1.2.0 @dependabot (#241) +- ⬆️ Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 @dependabot (#244) +- ⬆️ Upgrades add-on base image to v4.2.0 @frenck (#245) +- ⬆️ Upgrades lukas-tr.materialdesignicons-intellisense to 3.2.0 @frenck (#247) +- ⬆️ Upgrades redhat.vscode-yaml to 0.18.0 @frenck (#248) diff --git a/vscode/README.md b/vscode/README.md index 9802af18..f3dd5ad7 100644 --- a/vscode/README.md +++ b/vscode/README.md @@ -51,6 +51,6 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-v3.3.0-blue.svg -[release]: https://github.com/hassio-addons/addon-vscode/tree/v3.3.0 +[release-shield]: https://img.shields.io/badge/version-v3.3.1-blue.svg +[release]: https://github.com/hassio-addons/addon-vscode/tree/v3.3.1 [screenshot]: https://github.com/hassio-addons/addon-vscode/raw/main/images/screenshot.png \ No newline at end of file diff --git a/vscode/config.json b/vscode/config.json index 909bcacd..f2873ec4 100644 --- a/vscode/config.json +++ b/vscode/config.json @@ -1,6 +1,6 @@ { "name": "Visual Studio Code", - "version": "3.3.0", + "version": "3.3.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",