diff --git a/README.md b/README.md index 534a922ba..f119616cd 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/10a21cb -[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/10a21cb/README.md +[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/8e2d022 +[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/8e2d022/README.md [vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues -[vscode-version-shield]: https://img.shields.io/badge/version-10a21cb-blue.svg +[vscode-version-shield]: https://img.shields.io/badge/version-8e2d022-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 0bfae123a..209a69cfd 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog since v2.9.1 +- 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) diff --git a/vscode/DOCS.md b/vscode/DOCS.md index 211df585c..4479224f6 100644 --- a/vscode/DOCS.md +++ b/vscode/DOCS.md @@ -125,6 +125,8 @@ will come up with a better solution for this soon. ## Known issues and limitations +- Can this add-on run on a Raspberry Pi? Yes, but only if you run a 64 bits + operating system. Also, see point below. - This add-on currently only supports AMD64 and aarch64/ARM64 machines. Although we support ARM devices, please be aware, that this add-on is quite heavy to run, and requires quite a bit of RAM. We do not recommended to run @@ -148,8 +150,7 @@ will come up with a better solution for this soon. ## Changelog & Releases This repository keeps a change log using [GitHub's releases][releases] -functionality. The format of the log is based on -[Keep a Changelog][keepchangelog]. +functionality. Releases are based on [Semantic Versioning][semver], and use the format of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented @@ -211,7 +212,6 @@ SOFTWARE. [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-visual-studio-code/107863?u=frenck [frenck]: https://github.com/frenck [issue]: https://github.com/hassio-addons/addon-vscode/issues -[keepchangelog]: http://keepachangelog.com/en/1.0.0/ [reddit]: https://reddit.com/r/homeassistant [releases]: https://github.com/hassio-addons/addon-vscode/releases [semver]: http://semver.org/spec/v2.0.0 diff --git a/vscode/README.md b/vscode/README.md index f69e6fa61..949e915c2 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-10a21cb-blue.svg -[release]: https://github.com/hassio-addons/addon-vscode/tree/10a21cb +[release-shield]: https://img.shields.io/badge/version-8e2d022-blue.svg +[release]: https://github.com/hassio-addons/addon-vscode/tree/8e2d022 [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 c1bc6679d..bab7479e5 100644 --- a/vscode/config.json +++ b/vscode/config.json @@ -1,6 +1,6 @@ { "name": "Visual Studio Code", - "version": "10a21cb", + "version": "8e2d022", "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",