From 72100f608c4ef2b6f7e121e8fef98ab03c140af4 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 30 Apr 2019 20:00:25 +0000 Subject: [PATCH] :tada: Release of add-on The Lounge 0.3.2 --- README.md | 6 +++--- thelounge/CHANGELOG.md | 8 +++----- thelounge/README.md | 6 +++--- thelounge/config.json | 5 ++++- 4 files changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index f263bef7..503b6ff7 100644 --- a/README.md +++ b/README.md @@ -985,10 +985,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.1 -[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/v0.3.1/README.md +[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 [thelounge-issue]: https://github.com/hassio-addons/addon-thelounge/issues -[thelounge-version-shield]: https://img.shields.io/badge/version-v0.3.1-blue.svg +[thelounge-version-shield]: https://img.shields.io/badge/version-v0.3.2-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 diff --git a/thelounge/CHANGELOG.md b/thelounge/CHANGELOG.md index 60d6d8a1..fc011057 100644 --- a/thelounge/CHANGELOG.md +++ b/thelounge/CHANGELOG.md @@ -2,12 +2,10 @@ ## Changes -- d8fdb94 :hammer: Pins modclean version (#2) -- 5195160 :books: Updates documentation to show the correct architectures (#3) -- 5a9404c :arrow_up: Updates Home Assistant requirement to 0.91.4 (#4) +- 52834a0 :hammer: Add explicit config variables and add sidebar icon [Full Changelog][changelog] -[changelog]: https://github.com/hassio-addons/addon-thelounge/compare/v0.3.0...v0.3.1 -[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-thelounge/badges/v0.3.1/pipeline.svg +[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 [gitlabci]: https://gitlab.com/hassio-addons/addon-thelounge/pipelines diff --git a/thelounge/README.md b/thelounge/README.md index 797b2b66..98d4ed74 100644 --- a/thelounge/README.md +++ b/thelounge/README.md @@ -39,7 +39,7 @@ If you are more interested in stable releases of our add-ons: [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.1/README.md +[docs]: https://github.com/hassio-addons/addon-thelounge/blob/v0.3.2/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.3.1-blue.svg -[release]: https://github.com/hassio-addons/addon-thelounge/tree/v0.3.1 +[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 [screenshot]: https://raw.githubusercontent.com/hassio-addons/addon-thelounge/master/images/screenshot.png [thelounge]: https://github.com/timmo001/thelounge \ No newline at end of file diff --git a/thelounge/config.json b/thelounge/config.json index 627b2c2e..58e66de5 100644 --- a/thelounge/config.json +++ b/thelounge/config.json @@ -1,9 +1,10 @@ { "name": "The Lounge", - "version": "0.3.1", + "version": "0.3.2", "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", @@ -18,6 +19,8 @@ "homeassistant": "0.91.4", "homeassistant_api": true, "ingress": true, + "ingress_port": 1337, + "panel_icon": "mdi:chat", "ports": { "80/tcp": null },