diff --git a/README.md b/README.md index 82276ef70..cd9279843 100644 --- a/README.md +++ b/README.md @@ -1163,10 +1163,10 @@ SOFTWARE. [vscode-remote-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [vscode-remote-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [vscode-remote-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/a2f36f6 -[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/a2f36f6/README.md +[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/09ea67f +[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/09ea67f/README.md [vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues -[vscode-version-shield]: https://img.shields.io/badge/version-a2f36f6-blue.svg +[vscode-version-shield]: https://img.shields.io/badge/version-09ea67f-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 d7130292c..61dc3331f 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -1,21 +1,3 @@ -# Changelog since v2.9.1 -- ⬆ Upgrades redhat.vscode-yaml to 0.14.0 (#166) -- Documentation tweaks (#165) -- ⬆ Upgrades oderwat.indent-rainbow to 7.5.0 (#164) -- Add zip/unzip commands (#163) -- ⬆ Upgrades code-server to 3.8.0 (#162) -- ⬆ Upgrades mariadb-client to 1:10.3.27-0+deb10u1 (#161) -- Add new repository workflow (#159) - -* Add new repository workflow - -* Prettified Code! - -* Address add-on lint errors - -* Address add-on lint errors - -Co-authored-by: frenck -- Happy New Year (#158) -- Upgrade Code of Conduct (#157) -- Cleanup repository (#156) +# Changelog since v3.0.0 +- Fix CI badges to show the right status (#168) +- Fix add-on description extraction (#167) diff --git a/vscode/README.md b/vscode/README.md index 8669b8dd4..b66099862 100644 --- a/vscode/README.md +++ b/vscode/README.md @@ -54,6 +54,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-a2f36f6-blue.svg -[release]: https://github.com/hassio-addons/addon-vscode/tree/a2f36f6 +[release-shield]: https://img.shields.io/badge/version-09ea67f-blue.svg +[release]: https://github.com/hassio-addons/addon-vscode/tree/09ea67f [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 e45c5e492..756dc9d56 100644 --- a/vscode/config.json +++ b/vscode/config.json @@ -1,6 +1,6 @@ { "name": "Visual Studio Code", - "version": "a2f36f6", + "version": "09ea67f", "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",