🎉 Release of add-on The Lounge 0.11.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-02-02 20:04:14 +00:00
parent 23fd8d5fa0
commit 39af95c133
5 changed files with 38 additions and 41 deletions

View file

@ -1017,10 +1017,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.10.0
[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/v0.10.0/README.md
[addon-thelounge]: https://github.com/hassio-addons/addon-thelounge/tree/v0.11.0
[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/v0.11.0/README.md
[thelounge-issue]: https://github.com/hassio-addons/addon-thelounge/issues
[thelounge-version-shield]: https://img.shields.io/badge/version-v0.10.0-blue.svg
[thelounge-version-shield]: https://img.shields.io/badge/version-v0.11.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

View file

@ -1,16 +1,24 @@
[![GitLab CI][gitlabci-shield]][gitlabci]
## Whats changed
## Changes
## 🐛 Bug fixes
- ⬆ Upgrades add-on base image to v8.0.1
- ⬆ Upgrades nodejs to 12.18.3-r0
- ⬆ Upgrades yarn to 1.22.4-r0
- ⬆ Upgrades nginx to 1.18.0-r0
- ⬆ Upgrades The Lounge to v4.2.0
- 🔥 Remove Renovatebot
- Add build dependencies for sqlite3 @y0ast (#12)
[Full Changelog][changelog]
## 🚀 Enhancements
[changelog]: https://github.com/hassio-addons/addon-thelounge/compare/v0.9.2...v0.10.0
[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-thelounge/badges/v0.10.0/pipeline.svg
[gitlabci]: https://gitlab.com/hassio-addons/addon-thelounge/pipelines
- Refactor NGINX configuration and API access @frenck (#22)
## 🧰 Maintenance
- Cleanup repository @frenck (#13)
- Happy New Year @frenck (#14)
- Upgrade Code of Conduct @frenck (#15)
- Add new repository workflow @frenck (#16)
- Remove obsolete webui from configuration @frenck (#19)
## ⬆️ Dependency updates
- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#17)
- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#18)
- Upgrade add-on base image to 9.1.2 @frenck (#20)
- ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#21)

View file

@ -44,7 +44,7 @@ dealing with an unknown issue. Possible values are:
- `debug`: Shows detailed debug information.
- `info`: Normal (usually) interesting events.
- `warning`: Exceptional occurrences that are not errors.
- `error`: Runtime errors that do not require immediate action.
- `error`: Runtime errors that do not require immediate action.
- `fatal`: Something went terribly wrong. Add-on becomes unusable.
Please note that each level automatically includes log messages from a
@ -72,33 +72,32 @@ The private key file to use for SSL.
### Option: `default_theme`
The default theme for each user. The pre-installed themes are `default` and
`morning`. You can add more using the next option.
`morning`. You can add more using the next option.
**Note**: _The theme can still be changed in the settings of the app_
### Option: `themes`
A list of themes to install which can be found in the [npm registry][themes].
Use the name of the package. (refer to the example above)
Use the name of the package. (refer to the example above)
### Option: `users`
A list of users to setup. At first, these will use the default password
`hassio`. **Make sure you change your password as soon as you login!**
`hassio`. **Make sure you change your password as soon as you login!**
## 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
of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
based on the following:
- ``MAJOR``: Incompatible or major changes.
- ``MINOR``: Backwards-compatible new features and enhancements.
- ``PATCH``: Backwards-compatible bugfixes and package updates.
- `MAJOR`: Incompatible or major changes.
- `MINOR`: Backwards-compatible new features and enhancements.
- `PATCH`: Backwards-compatible bugfixes and package updates.
## Support
@ -126,7 +125,7 @@ check [the contributor's page][contributors].
MIT License
Copyright (c) 2019-2020 Timmo
Copyright (c) 2019-2021 Timmo
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@ -151,7 +150,6 @@ SOFTWARE.
[discord]: https://discord.me/hassioaddons
[forum]: https://community.home-assistant.io/?u=timmo001
[issue]: https://github.com/hassio-addons/addon-thelounge/issues
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
[reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-thelounge/releases
[semver]: http://semver.org/spec/v2.0.0.htm

View file

@ -41,11 +41,11 @@ If you are more interested in stable releases of our add-ons:
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/?u=timmo001
[hass]: https://www.home-assistant.io/
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
[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.10.0-blue.svg
[release]: https://github.com/hassio-addons/addon-thelounge/tree/v0.10.0
[release-shield]: https://img.shields.io/badge/version-v0.11.0-blue.svg
[release]: https://github.com/hassio-addons/addon-thelounge/tree/v0.11.0
[screenshot]: https://raw.githubusercontent.com/hassio-addons/addon-thelounge/master/images/screenshot.png
[thelounge]: https://github.com/timmo001/thelounge

View file

@ -1,11 +1,9 @@
{
"name": "The Lounge",
"version": "0.10.0",
"version": "0.11.0",
"slug": "thelounge",
"description": "A self-hosted web IRC client",
"url": "https://github.com/hassio-addons/addon-thelounge",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
"startup": "application",
"arch": [
"aarch64",
"amd64",
@ -13,13 +11,7 @@
"armv7",
"i386"
],
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
"homeassistant": "0.91.4",
"homeassistant_api": true,
"ingress": true,
"ingress_port": 1337,
"panel_icon": "mdi:chat",
"ports": {
"80/tcp": null
@ -28,7 +20,6 @@
"80/tcp": "The Lounge Web UI (Not required for Ingress)"
},
"map": [
"config:rw",
"ssl"
],
"options": {
@ -54,5 +45,5 @@
"str"
]
},
"image": "hassioaddons/thelounge-{arch}"
"image": "ghcr.io/hassio-addons/thelounge/{arch}"
}