mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-07 04:31:25 +00:00
🎉 Release of add-on The Lounge 0.4.0
This commit is contained in:
parent
3536f96cba
commit
ef24057d32
4 changed files with 24 additions and 11 deletions
|
@ -1013,10 +1013,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.3.2
|
||||
[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/v0.3.2/README.md
|
||||
[addon-thelounge]: https://github.com/hassio-addons/addon-thelounge/tree/v0.4.0
|
||||
[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/v0.4.0/README.md
|
||||
[thelounge-issue]: https://github.com/hassio-addons/addon-thelounge/issues
|
||||
[thelounge-version-shield]: https://img.shields.io/badge/version-v0.3.2-blue.svg
|
||||
[thelounge-version-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg
|
||||
[thelounge-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/thelounge-armhf.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,11 +1,20 @@
|
|||
[![GitLab CI][gitlabci-shield]][gitlabci]
|
||||
|
||||
**:warning: This release contains breaking changes. Please read on**
|
||||
|
||||
This release adds multiple user support. You will now be able to add users in a list of usernames, so be sure to add yours after the update. New users will use the default password, so make sure to update them asap. Check the docs for more info.
|
||||
|
||||
## Changes
|
||||
|
||||
- 52834a0 :hammer: Add explicit config variables and add sidebar icon
|
||||
- 270ce6d :arrow_up: Update nginx to 1.14.2-r1
|
||||
- c30d5a5 :hammer: Formatting
|
||||
- db7a338 :sparkles: Support multiple users
|
||||
- b17b421 :books: Update docs for multiple users
|
||||
- f3ad6b9 :hammer: Require a user to be added
|
||||
- 24d96fd :hammer: Add user removal logic
|
||||
|
||||
[Full Changelog][changelog]
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-thelounge/compare/v0.3.1...v0.3.2
|
||||
[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-thelounge/badges/v0.3.2/pipeline.svg
|
||||
[changelog]: https://github.com/hassio-addons/addon-thelounge/compare/v0.3.2...v0.4.0
|
||||
[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-thelounge/badges/v0.4.0/pipeline.svg
|
||||
[gitlabci]: https://gitlab.com/hassio-addons/addon-thelounge/pipelines
|
||||
|
|
|
@ -23,7 +23,7 @@ A self-hosted web IRC client that uses a modern and sleek interface with
|
|||
[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.3.2/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-thelounge/blob/v0.4.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
|
||||
|
@ -32,7 +32,7 @@ A self-hosted web IRC client that uses a modern and sleek interface with
|
|||
[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.3.2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-thelounge/tree/v0.3.2
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-thelounge/tree/v0.4.0
|
||||
[screenshot]: https://raw.githubusercontent.com/hassio-addons/addon-thelounge/master/images/screenshot.png
|
||||
[thelounge]: https://github.com/timmo001/thelounge
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "The Lounge",
|
||||
"version": "0.3.2",
|
||||
"version": "0.4.0",
|
||||
"slug": "thelounge",
|
||||
"description": "A self-hosted web IRC client",
|
||||
"url": "https://github.com/hassio-addons/addon-thelounge",
|
||||
|
@ -38,7 +38,8 @@
|
|||
"default_theme": "default",
|
||||
"themes": [
|
||||
"thelounge-theme-material"
|
||||
]
|
||||
],
|
||||
"users": []
|
||||
},
|
||||
"schema": {
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
|
||||
|
@ -48,6 +49,9 @@
|
|||
"default_theme": "str",
|
||||
"themes": [
|
||||
"str"
|
||||
],
|
||||
"users": [
|
||||
"str"
|
||||
]
|
||||
},
|
||||
"image": "hassioaddons/thelounge-{arch}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue