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.16.0
This commit is contained in:
parent
619e447601
commit
3b147aa5d1
4 changed files with 10 additions and 10 deletions
|
@ -948,10 +948,10 @@ SOFTWARE.
|
|||
[tautulli-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[tautulli-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[tautulli-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-thelounge]: https://github.com/hassio-addons/addon-thelounge/tree/v0.15.1
|
||||
[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/v0.15.1/README.md
|
||||
[addon-thelounge]: https://github.com/hassio-addons/addon-thelounge/tree/v0.16.0
|
||||
[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/v0.16.0/README.md
|
||||
[thelounge-issue]: https://github.com/hassio-addons/addon-thelounge/issues
|
||||
[thelounge-version-shield]: https://img.shields.io/badge/version-v0.15.1-blue.svg
|
||||
[thelounge-version-shield]: https://img.shields.io/badge/version-v0.16.0-blue.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
|
||||
[thelounge-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
## What’s changed
|
||||
|
||||
## 🐛 Bug fixes
|
||||
## ✨ New features
|
||||
|
||||
- Link `python3` to `python` for the `sqlite3` JS module build @sha1sum (#117)
|
||||
- Allow non-admins to access the add-on @frenck (#120)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Upgrades nginx to 1.22.0-r1 @frenck (#118)
|
||||
- ⬆️ Upgrades add-on base image to 12.2.0 @frenck (#119)
|
||||
- ⬆️ Upgrades add-on base image to 12.2.1 @frenck (#121)
|
||||
|
|
|
@ -45,7 +45,7 @@ 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.15.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-thelounge/tree/v0.15.1
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.16.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-thelounge/tree/v0.16.0
|
||||
[screenshot]: https://raw.githubusercontent.com/hassio-addons/addon-thelounge/master/images/screenshot.png
|
||||
[thelounge]: https://github.com/timmo001/thelounge
|
|
@ -21,6 +21,7 @@ options:
|
|||
themes:
|
||||
- thelounge-theme-solarized
|
||||
users: []
|
||||
panel_admin: false
|
||||
panel_icon: mdi:chat
|
||||
ports:
|
||||
80/tcp: null
|
||||
|
@ -38,4 +39,4 @@ schema:
|
|||
- str
|
||||
slug: thelounge
|
||||
url: https://github.com/hassio-addons/addon-thelounge
|
||||
version: 0.15.1
|
||||
version: 0.16.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue