diff --git a/README.md b/README.md index b9d36c78..a9a36dda 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.1.0 -[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v3.1.0/README.md +[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/v3.1.1 +[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v3.1.1/README.md [vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues -[vscode-version-shield]: https://img.shields.io/badge/version-v3.1.0-blue.svg +[vscode-version-shield]: https://img.shields.io/badge/version-v3.1.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 8d7efd00..64d83df0 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -1,8 +1,13 @@ ## What’s changed -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 -- Upgrades code-server to 3.9.0 @frenck (#187) +- ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#188) +- ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 @dependabot (#189) +- ⬆️ Bump actions/stale from v3.0.16 to v3.0.17 @dependabot (#190) +- ⬆️ Upgrades esbenp.prettier-vscode to 5.9.2 @frenck (#191) +- ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 @dependabot (#192) +- ⬆ Upgrades add-on base image to v4.1.3 @frenck (#193) +- ⬆ Upgrades emilast.LogFileHighlighter to 2.11.0 @frenck (#195) +- ⬆ Upgrades redhat.vscode-yaml to 0.16.0 @frenck (#196) +- ⬆ Upgrades code-server to 3.9.1 @frenck (#194) diff --git a/vscode/README.md b/vscode/README.md index 1265fbdb..591fd7a3 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.1.0-blue.svg -[release]: https://github.com/hassio-addons/addon-vscode/tree/v3.1.0 +[release-shield]: https://img.shields.io/badge/version-v3.1.1-blue.svg +[release]: https://github.com/hassio-addons/addon-vscode/tree/v3.1.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 c7f6c478..3a2830c7 100644 --- a/vscode/config.json +++ b/vscode/config.json @@ -1,6 +1,6 @@ { "name": "Visual Studio Code", - "version": "3.1.0", + "version": "3.1.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",