🎉 Release of add-on Visual Studio Code 3.0.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-01-20 15:04:31 +00:00
parent 684de70538
commit e0dcbe9e6f
5 changed files with 36 additions and 23 deletions

View file

@ -1079,10 +1079,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/v2.9.1
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v2.9.1/README.md
[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
[vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues
[vscode-version-shield]: https://img.shields.io/badge/version-v2.9.1-blue.svg
[vscode-version-shield]: https://img.shields.io/badge/version-v3.0.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

View file

@ -1,13 +1,27 @@
[Full Changelog][changelog]
## Whats changed
### 🔨 Changes
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.
- ⬆ Upgrades code-server to 3.7.4
- 🔨 Disable update check
- ⬆ Upgrades keesschollaart.vscode-home-assistant to 1.13.0
## ✨ New features
[changelog]: https://github.com/hassio-addons/addon-vscode/compare/v2.9.0...v2.9.1
- Add zip/unzip commands @frenck (#163)
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work:
https://github.com/sponsors/frenck or https://patreon.com/frenck
## 🧰 Maintenance
- Cleanup repository @frenck (#156)
- Upgrade Code of Conduct @frenck (#157)
- Happy New Year @frenck (#158)
- Add new repository workflow @frenck (#159)
## 📚 Documentation
- Documentation tweaks @frenck (#165)
## ⬆️ 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)

View file

@ -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
@ -185,7 +186,7 @@ check [the contributor's page][contributors].
MIT License
Copyright (c) 2019-2020 Franck Nijhof
Copyright (c) 2019-2021 Franck Nijhof
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@ -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

View file

@ -31,10 +31,10 @@ instantly, without the need for configuring anything.
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-visual-studio-code/107863?u=frenck
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
[github-sponsors]: https://github.com/sponsors/frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
[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-v2.9.1-blue.svg
[release]: https://github.com/hassio-addons/addon-vscode/tree/v2.9.1
[screenshot]: https://github.com/hassio-addons/addon-vscode/raw/master/images/screenshot.png
[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
[screenshot]: https://github.com/hassio-addons/addon-vscode/raw/main/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "Visual Studio Code",
"version": "2.9.1",
"version": "3.0.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",
@ -13,7 +13,6 @@
"aarch64",
"amd64"
],
"boot": "auto",
"auto_uart": true,
"hassio_api": true,
"hassio_role": "manager",
@ -44,5 +43,5 @@
"str"
]
},
"image": "hassioaddons/vscode-{arch}"
"image": "ghcr.io/hassio-addons/vscode/{arch}"
}