mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on Visual Studio Code 3.0.1
This commit is contained in:
parent
27875e7129
commit
ae5adba90b
4 changed files with 15 additions and 23 deletions
|
@ -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.0
|
||||
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v3.0.0/README.md
|
||||
[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/v3.0.1
|
||||
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v3.0.1/README.md
|
||||
[vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues
|
||||
[vscode-version-shield]: https://img.shields.io/badge/version-v3.0.0-blue.svg
|
||||
[vscode-version-shield]: https://img.shields.io/badge/version-v3.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,27 +1,19 @@
|
|||
## What’s changed
|
||||
|
||||
A major release! Not that there is much changed from a user perspective, so everything as normal 👍
|
||||
Under the hood, the way the add-on is built has changed and the image is now distributed via
|
||||
the GitHub Container Registry.
|
||||
|
||||
## ✨ New features
|
||||
|
||||
- Add zip/unzip commands @frenck (#163)
|
||||
|
||||
## 🧰 Maintenance
|
||||
|
||||
- Cleanup repository @frenck (#156)
|
||||
- Upgrade Code of Conduct @frenck (#157)
|
||||
- Happy New Year @frenck (#158)
|
||||
- Add new repository workflow @frenck (#159)
|
||||
- Fix add-on description extraction @frenck (#167)
|
||||
|
||||
## 📚 Documentation
|
||||
|
||||
- Documentation tweaks @frenck (#165)
|
||||
- Fix CI badges to show the right status @frenck (#168)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆ Upgrades mariadb-client to 1:10.3.27-0+deb10u1 @frenck (#161)
|
||||
- ⬆ Upgrades code-server to 3.8.0 @frenck (#162)
|
||||
- ⬆ Upgrades oderwat.indent-rainbow to 7.5.0 @frenck (#164)
|
||||
- ⬆ Upgrades redhat.vscode-yaml to 0.14.0 @frenck (#166)
|
||||
- ⬆️ Bump frenck/action-addon-linter from v1.3.0 to v1.4 @dependabot (#170)
|
||||
- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#171)
|
||||
- ⬆️ Bump yamllint from 1.25.0 to 1.26.0 @dependabot (#172)
|
||||
- ⬆ Upgrades openssl to 1.1.1d-0+deb10u4 @frenck (#173)
|
||||
- Upgrade add-on base image to 4.1.2 @frenck (#174)
|
||||
- ⬆ Upgrades Home Assistant CLI to v4.10.0 @frenck (#175)
|
||||
- Upgrades keesschollaart.vscode-home-assistant to 1.14.0 @frenck (#176)
|
||||
|
|
|
@ -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.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-vscode/tree/v3.0.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v3.0.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-vscode/tree/v3.0.1
|
||||
[screenshot]: https://github.com/hassio-addons/addon-vscode/raw/main/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Visual Studio Code",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue