From 3e232f549ad1aed18c55e3ede403d9b6ca65d002 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sat, 4 May 2019 12:46:30 +0000 Subject: [PATCH] :tada: Release of add-on Matrix 0.5.1 --- README.md | 6 +++--- matrix/CHANGELOG.md | 12 ++++-------- matrix/README.md | 6 +++--- matrix/config.json | 2 +- 4 files changed, 11 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 503b6ff7..08d76d31 100644 --- a/README.md +++ b/README.md @@ -865,10 +865,10 @@ SOFTWARE. [mqtt-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [mqtt-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg [mqtt-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-matrix]: https://github.com/hassio-addons/addon-matrix/tree/v0.5.0 -[addon-doc-matrix]: https://github.com/hassio-addons/addon-matrix/blob/v0.5.0/README.md +[addon-matrix]: https://github.com/hassio-addons/addon-matrix/tree/v0.5.1 +[addon-doc-matrix]: https://github.com/hassio-addons/addon-matrix/blob/v0.5.1/README.md [matrix-issue]: https://github.com/hassio-addons/addon-matrix/issues -[matrix-version-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg +[matrix-version-shield]: https://img.shields.io/badge/version-v0.5.1-blue.svg [matrix-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/matrix-armhf.svg [matrix-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [matrix-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/matrix/CHANGELOG.md b/matrix/CHANGELOG.md index 09f6015a..60d142b8 100644 --- a/matrix/CHANGELOG.md +++ b/matrix/CHANGELOG.md @@ -1,16 +1,12 @@ [![GitLab CI][gitlabci-shield]][gitlabci] -✨ This release adds support for the "Add to sidebar" feature that became available in Home Assistant 0.92. - -Please note: You need to have Home Assistant 0.92 or newer to be able to install this update. - ## Changes -- ✨ Adds support for showing in the sidebar -- ⬆️ Updates Home Assistant requirement to 0.92.0b2 +- faa0e67 :arrow_up: Updates matrix-synapse to v0.99.3.2 (#13) +- 66d76b2 :arrow_up: Update lua-resty-http to 0.13-r0 [Full Changelog][changelog] -[changelog]: https://github.com/hassio-addons/addon-matrix/compare/v0.4.0...v0.5.0 -[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-matrix/badges/v0.5.0/pipeline.svg +[changelog]: https://github.com/hassio-addons/addon-matrix/compare/v0.5.0...v0.5.1 +[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-matrix/badges/v0.5.1/pipeline.svg [gitlabci]: https://gitlab.com/hassio-addons/addon-matrix/pipelines diff --git a/matrix/README.md b/matrix/README.md index b01a48bf..da28b586 100644 --- a/matrix/README.md +++ b/matrix/README.md @@ -39,12 +39,12 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/timmo [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-matrix/blob/v0.5.0/README.md +[docs]: https://github.com/hassio-addons/addon-matrix/blob/v0.5.1/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io [maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg -[release]: https://github.com/hassio-addons/addon-matrix/tree/v0.5.0 +[release-shield]: https://img.shields.io/badge/version-v0.5.1-blue.svg +[release]: https://github.com/hassio-addons/addon-matrix/tree/v0.5.1 [screenshot]: https://github.com/hassio-addons/addon-matrix/raw/master/images/screenshot.png [clients]: https://matrix.org/docs/projects/try-matrix-now.html \ No newline at end of file diff --git a/matrix/config.json b/matrix/config.json index 3e4ee8f3..206313c2 100644 --- a/matrix/config.json +++ b/matrix/config.json @@ -1,6 +1,6 @@ { "name": "Matrix", - "version": "0.5.0", + "version": "0.5.1", "slug": "matrix", "description": "A secure and decentralized communication platform.", "url": "https://community.home-assistant.io",