🎉 Release of add-on The Lounge 0.3.2

This commit is contained in:
Community Hass.io Add-ons Bot 2019-04-30 20:00:25 +00:00
parent bd3fa5cb0f
commit 72100f608c
4 changed files with 13 additions and 12 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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
},