mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 19:11:30 +00:00
🎉 Release of add-on The Lounge 0.2.0
This commit is contained in:
parent
b2ce091210
commit
7f0471baa5
4 changed files with 17 additions and 8 deletions
|
@ -890,10 +890,10 @@ SOFTWARE.
|
|||
[tautulli-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[tautulli-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
|
||||
[tautulli-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-thelounge]: https://github.com/hassio-addons/addon-thelounge/tree/v0.1.0
|
||||
[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/v0.1.0/README.md
|
||||
[addon-thelounge]: https://github.com/hassio-addons/addon-thelounge/tree/v0.2.0
|
||||
[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/v0.2.0/README.md
|
||||
[thelounge-issue]: https://github.com/hassio-addons/addon-thelounge/issues
|
||||
[thelounge-version-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg
|
||||
[thelounge-version-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
|
||||
[thelounge-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/thelounge.svg
|
||||
[thelounge-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[thelounge-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
|
|
@ -1 +1,9 @@
|
|||
First Release :sparkles:
|
||||
## Changes
|
||||
|
||||
- 1e23014 :arrow_up: Upgrade to base 3.0.0 and migrate to bashio
|
||||
- e57c2d4 :hammer: Merge changes and add missing build image
|
||||
- 3807104 :hammer: Add missing armv7 arch
|
||||
|
||||
[Full Changelog][changelog]
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-thelounge/compare/v0.1.0...v0.2.0
|
|
@ -39,7 +39,7 @@ If you are more interested in stable releases of our add-ons:
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-thelounge/blob/v0.1.0/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-thelounge/blob/v0.2.0/README.md
|
||||
[forest-theme]: https://raw.githubusercontent.com/timmo001/thelounge/master/docs/resources/forest-theme.png
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/?u=timmo001
|
||||
|
@ -49,5 +49,5 @@ If you are more interested in stable releases of our add-ons:
|
|||
[midnight-theme]: https://raw.githubusercontent.com/timmo001/thelounge/master/docs/resources/midnight-theme.png
|
||||
[more-info-light]: https://raw.githubusercontent.com/timmo001/thelounge/master/docs/resources/more-info-light.png
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-thelounge/tree/v0.1.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-thelounge/tree/v0.2.0
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "The Lounge",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"slug": "thelounge",
|
||||
"description": "A self-hosted web IRC client",
|
||||
"url": "https://github.com/hassio-addons/addon-thelounge",
|
||||
|
@ -10,6 +10,7 @@
|
|||
"aarch64",
|
||||
"amd64",
|
||||
"armhf",
|
||||
"armv7",
|
||||
"i386"
|
||||
],
|
||||
"boot": "auto",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue