mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 11:01:24 +00:00
🎉 Release of add-on The Lounge 0.11.1
This commit is contained in:
parent
85f81522b5
commit
18e54b5b56
4 changed files with 17 additions and 26 deletions
|
@ -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.11.0
|
||||
[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/v0.11.0/README.md
|
||||
[addon-thelounge]: https://github.com/hassio-addons/addon-thelounge/tree/v0.11.1
|
||||
[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/v0.11.1/README.md
|
||||
[thelounge-issue]: https://github.com/hassio-addons/addon-thelounge/issues
|
||||
[thelounge-version-shield]: https://img.shields.io/badge/version-v0.11.0-blue.svg
|
||||
[thelounge-version-shield]: https://img.shields.io/badge/version-v0.11.1-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
|
||||
|
|
|
@ -1,24 +1,15 @@
|
|||
## What’s changed
|
||||
|
||||
## 🐛 Bug fixes
|
||||
|
||||
- Add build dependencies for sqlite3 @y0ast (#12)
|
||||
|
||||
## 🚀 Enhancements
|
||||
|
||||
- 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)
|
||||
- ⬆️ Bump actions/cache from v2.1.3 to v2.1.4 @dependabot (#23)
|
||||
- ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#24)
|
||||
- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#25)
|
||||
- ⬆️ Bump frenck/action-addon-linter from v1.4 to v2 @dependabot (#26)
|
||||
- ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#27)
|
||||
- ⬆ Upgrades nodejs to 14.15.5-r0 @frenck (#29)
|
||||
- ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 @dependabot (#28)
|
||||
- ⬆️ Bump actions/stale from v3.0.16 to v3.0.17 @dependabot (#30)
|
||||
- ⬆ Upgrades nodejs to 14.16.0-r0 @frenck (#32)
|
||||
- ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 @dependabot (#31)
|
||||
- ⬆ Upgrades add-on base image to v9.1.5 @frenck (#33)
|
||||
|
|
|
@ -45,7 +45,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.11.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-thelounge/tree/v0.11.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.11.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-thelounge/tree/v0.11.1
|
||||
[screenshot]: https://raw.githubusercontent.com/hassio-addons/addon-thelounge/master/images/screenshot.png
|
||||
[thelounge]: https://github.com/timmo001/thelounge
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "The Lounge",
|
||||
"version": "0.11.0",
|
||||
"version": "0.11.1",
|
||||
"slug": "thelounge",
|
||||
"description": "A self-hosted web IRC client",
|
||||
"url": "https://github.com/hassio-addons/addon-thelounge",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue