⬆️ Updating add-on The Lounge to 1dd8eb3

This commit is contained in:
Community Hass.io Add-ons Bot 2021-02-05 11:09:24 +00:00
parent 7dc6003667
commit 0ba93eecda
4 changed files with 11 additions and 56 deletions

View file

@ -1063,10 +1063,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/f3461b5
[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/f3461b5/README.md
[addon-thelounge]: https://github.com/hassio-addons/addon-thelounge/tree/1dd8eb3
[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/1dd8eb3/README.md
[thelounge-issue]: https://github.com/hassio-addons/addon-thelounge/issues
[thelounge-version-shield]: https://img.shields.io/badge/version-f3461b5-blue.svg
[thelounge-version-shield]: https://img.shields.io/badge/version-1dd8eb3-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,55 +1,10 @@
# Changelog since v0.10.0
- Add build dependencies for sqlite3 (#12)
# Changelog since v0.11.0
- ⬆️ Bump actions/cache from v2.1.3 to v2.1.4 (#23)
* Add build dependencies for sqlite3
* ⬆ Upgrade dependencies in this PR
Co-authored-by: Franck Nijhof <frenck@addons.community>
Co-authored-by: Franck Nijhof <git@frenck.dev>
- Refactor NGINX configuration and API access (#22)
- ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 (#21)
Bumps [frenck/action-yamllint](https://github.com/frenck/action-yamllint) from v1.0.2 to v1.1.
- [Release notes](https://github.com/frenck/action-yamllint/releases)
- [Commits](https://github.com/frenck/action-yamllint/compare/v1.0.2...e21bcc770907b7207a05453ca9f1eb7129c945d1)
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.3 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.3...26968a09c0ea4f3e233fdddbafd1166051a095f6)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Upgrade add-on base image to 9.1.2 (#20)
- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 (#18)
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from v1.3.1 to v1.4.
- [Release notes](https://github.com/frenck/action-addon-linter/releases)
- [Commits](https://github.com/frenck/action-addon-linter/compare/v1.3.1...c82c5e9ca0ce5fc9b15756f1c0e39531b95d11b0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Remove obsolete webui from configuration (#19)
- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 (#17)
Bumps [actions/stale](https://github.com/actions/stale) from v3.0.14 to v3.0.15.
- [Release notes](https://github.com/actions/stale/releases)
- [Commits](https://github.com/actions/stale/compare/v3.0.14...86561461b92875de77a8b2d2e75f004c826e8f45)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Add new repository workflow (#16)
* Add new repository workflow
* Prettified Code!
* Migrate Docker build arguments
* Address add-on lint errors
* Documentation tweaks
Co-authored-by: frenck <frenck@users.noreply.github.com>
- Upgrade Code of Conduct (#15)
- Happy New Year (#14)
- Cleanup repository (#13)

View file

@ -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-f3461b5-blue.svg
[release]: https://github.com/hassio-addons/addon-thelounge/tree/f3461b5
[release-shield]: https://img.shields.io/badge/version-1dd8eb3-blue.svg
[release]: https://github.com/hassio-addons/addon-thelounge/tree/1dd8eb3
[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": "f3461b5",
"version": "1dd8eb3",
"slug": "thelounge",
"description": "A self-hosted web IRC client",
"url": "https://github.com/hassio-addons/addon-thelounge",