diff --git a/README.md b/README.md index 06b2be75..730e536a 100644 --- a/README.md +++ b/README.md @@ -1024,10 +1024,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.0.3 -[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v3.0.3/README.md +[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/v3.1.0 +[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v3.1.0/README.md [vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues -[vscode-version-shield]: https://img.shields.io/badge/version-v3.0.3-blue.svg +[vscode-version-shield]: https://img.shields.io/badge/version-v3.1.0-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 0f02fb42..8d7efd00 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -1,9 +1,8 @@ ## What’s changed -## 🧰 Maintenance - -- Update add-on configuration for Supervisor 2021.2 @frenck (#186) +This release has the latest code-server, which has added quite a bit of compression. +Loading up the VSCode frontend is now blazing fast 🎉 ## ⬆️ Dependency updates -- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#185) +- Upgrades code-server to 3.9.0 @frenck (#187) diff --git a/vscode/README.md b/vscode/README.md index 26939c80..1265fbdb 100644 --- a/vscode/README.md +++ b/vscode/README.md @@ -35,6 +35,6 @@ instantly, without the need for configuring anything. [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.0.3-blue.svg -[release]: https://github.com/hassio-addons/addon-vscode/tree/v3.0.3 +[release-shield]: https://img.shields.io/badge/version-v3.1.0-blue.svg +[release]: https://github.com/hassio-addons/addon-vscode/tree/v3.1.0 [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 227ecddc..c7f6c478 100644 --- a/vscode/config.json +++ b/vscode/config.json @@ -1,6 +1,6 @@ { "name": "Visual Studio Code", - "version": "3.0.3", + "version": "3.1.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",