mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on Studio Code Server 5.0.1
This commit is contained in:
parent
3f2864cb32
commit
88e1bd626b
4 changed files with 9 additions and 45 deletions
|
@ -875,10 +875,10 @@ SOFTWARE.
|
|||
[spotify-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
[spotify-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[spotify-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/v5.0.0
|
||||
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v5.0.0/README.md
|
||||
[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/v5.0.1
|
||||
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v5.0.1/README.md
|
||||
[vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues
|
||||
[vscode-version-shield]: https://img.shields.io/badge/version-v5.0.0-blue.svg
|
||||
[vscode-version-shield]: https://img.shields.io/badge/version-v5.0.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
|
||||
|
|
|
@ -1,43 +1,7 @@
|
|||
## What’s changed
|
||||
|
||||
This release has some breaking changes and some nice updates!
|
||||
|
||||
First of all, a lot of updates preparing for the upcoming Home Assistant 2022.5!
|
||||
|
||||
The add-on now has ESPHome with its latest VSCode extension embed. This means you now have live ESPHome code completion AND validation, straight from the add-on without configuration.
|
||||
|
||||
Thre are also some breaking changes:
|
||||
|
||||
- The, previously deprecated, `hassio` command (which was an backwards compatible alias for `ha`) has been removed. Use the `ha` command instead.
|
||||
- The `hass-cli` command has been removed (not to be confused with the `ha` command, which is still there.
|
||||
|
||||
This release also contains quite an important bugfix 🐛 in the Home Assistant VSCode extensions that caused people not to have auto-completion (as the extension failed to connect).
|
||||
|
||||
## 🚨 Breaking changes
|
||||
|
||||
- 🔥 Remove Home Assistant CLI @frenck (#432)
|
||||
- 🔥 Remove hassio command compatibility layer @frenck (#435)
|
||||
|
||||
## ✨ New features
|
||||
|
||||
- Embed ESPHome @frenck (#433)
|
||||
|
||||
## 🧰 Maintenance
|
||||
|
||||
- 🧹 Clean up some build cache @frenck (#431)
|
||||
- 🧹 Remove workarounds no longer needed @frenck (#434)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Upgrades locales to 2.31-13+deb11u3 @frenck (#422)
|
||||
- ⬆️ Upgrades libarchive-tools to 3.4.3-2+deb11u1 @frenck (#423)
|
||||
- ⬆️ Upgrades openssl to 1.1.1n-0+deb11u1 @frenck (#424)
|
||||
- ⬆️ Upgrades mariadb-client to 1:10.5.15-0+deb11u1 @frenck (#425)
|
||||
- ⬆️ Upgrades uuid-runtime to 2.36.1-8+deb11u1 @frenck (#426)
|
||||
- ⬆️ Upgrades esbenp.prettier-vscode to 9.5.0 @frenck (#420)
|
||||
- ⬆️ Upgrades add-on base image to 5.3.1 @frenck (#427)
|
||||
- ⬆️ Upgrades ESPHome.esphome-vscode to 2.0.0 @frenck (#428)
|
||||
- ⬆️ Upgrades oderwat.indent-rainbow to 8.3.1 @frenck (#429)
|
||||
- ⬆️ Upgrades code-server to 4.3.0 @frenck (#430)
|
||||
- ⬆️ Upgrades keesschollaart.vscode-home-assistant to 1.28.0 @frenck (#436)
|
||||
- ⬆️ Upgrades ESPHome to 2022.4.0 @frenck (#437)
|
||||
- ⬆️ Upgrades keesschollaart.vscode-home-assistant to 1.29.0 @frenck (#439)
|
||||
- ⬆️ Upgrades ESPHome.esphome-vscode to 2022.4.0 @frenck (#440)
|
||||
- ⬆️ Upgrades Home Assistant CLI to v4.16.1 @frenck (#441)
|
||||
|
|
|
@ -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-v5.0.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-vscode/tree/v5.0.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v5.0.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-vscode/tree/v5.0.1
|
||||
[screenshot]: https://github.com/hassio-addons/addon-vscode/raw/main/images/screenshot.png
|
|
@ -38,4 +38,4 @@ slug: vscode
|
|||
startup: services
|
||||
uart: true
|
||||
url: https://github.com/hassio-addons/addon-vscode
|
||||
version: 5.0.0
|
||||
version: 5.0.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue