🎉 Release of add-on The Lounge 0.9.0

This commit is contained in:
Community Hass.io Add-ons Bot 2020-02-25 15:46:38 +00:00
parent dec3ef1cd0
commit 8b58b81ba8
4 changed files with 21 additions and 20 deletions

View file

@ -2,16 +2,17 @@
## Changes
- :fireworks: Updates maintenance/license year to 2020
- :pencil2: Fixes some spelling and grammar
- :arrow_up: Upgrades add-on base image to v6.0.1
- :arrow_up: Upgrades yarn to 1.19.2-r0
- :arrow_up: Upgrades nginx to 1.16.1-r4
- :arrow_up: Upgrades nodejs to 12.14.0-r0
- :arrow_up: Upgrades The Lounge to v4.0.0
- :arrow_up: Upgrades nodejs to 12.15.0-r1
- :arrow_up: Upgrades nginx to 1.16.1-r6
- :books: Update add-on documentation to use new YAML configuration format
- :hammer: Re-branding
- :hammer: Update add-on config with new password & list features
- :hammer: Updates for upstream Supervisor changes
- :arrow_up: Upgrades add-on base image to v7.0.2
- :hammer: Don't use apk cache on cleanup
[Full Changelog][changelog]
[changelog]: https://github.com/hassio-addons/addon-thelounge/compare/v0.7.1...v0.8.0
[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-thelounge/badges/v0.8.0/pipeline.svg
[changelog]: https://github.com/hassio-addons/addon-thelounge/compare/v0.8.0...v0.9.0
[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-thelounge/badges/v0.9.0/pipeline.svg
[gitlabci]: https://gitlab.com/hassio-addons/addon-thelounge/pipelines

View file

@ -1,4 +1,4 @@
# Community Hass.io Add-ons: The Lounge
# Home Assistant Community Add-on: The Lounge
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
@ -20,7 +20,7 @@ A self-hosted web IRC client that uses a modern and sleek interface with
## WARNING! THIS IS A BETA VERSION!
This Hass.io Add-ons repository contains beta releases of add-ons.
This Home Assistant Add-ons repository contains beta releases of add-ons.
- They might stop working at any time.
- They could have a negative impact on your system.
@ -39,7 +39,7 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/timmo
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-thelounge/blob/v0.8.0/README.md
[docs]: https://github.com/hassio-addons/addon-thelounge/blob/v0.9.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
@ -48,7 +48,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.8.0-blue.svg
[release]: https://github.com/hassio-addons/addon-thelounge/tree/v0.8.0
[release-shield]: https://img.shields.io/badge/version-v0.9.0-blue.svg
[release]: https://github.com/hassio-addons/addon-thelounge/tree/v0.9.0
[screenshot]: https://raw.githubusercontent.com/hassio-addons/addon-thelounge/master/images/screenshot.png
[thelounge]: https://github.com/timmo001/thelounge

View file

@ -1,6 +1,6 @@
{
"name": "The Lounge",
"version": "0.8.0",
"version": "0.9.0",
"slug": "thelounge",
"description": "A self-hosted web IRC client",
"url": "https://github.com/hassio-addons/addon-thelounge",
@ -25,7 +25,7 @@
"80/tcp": null
},
"ports_description": {
"80/tcp": "The Lounge Web UI (Not required for Hass.io Ingress)"
"80/tcp": "The Lounge Web UI (Not required for Ingress)"
},
"map": [
"config:rw",
@ -42,7 +42,7 @@
"users": []
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"ssl": "bool",
"certfile": "str",
"keyfile": "str",