diff --git a/README.md b/README.md index ffa98ee8b..5d0fdc686 100644 --- a/README.md +++ b/README.md @@ -739,10 +739,10 @@ SOFTWARE. [mqtt-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [mqtt-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [mqtt-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-matrix]: https://github.com/hassio-addons/addon-matrix/tree/c392a40 -[addon-doc-matrix]: https://github.com/hassio-addons/addon-matrix/blob/c392a40/README.md +[addon-matrix]: https://github.com/hassio-addons/addon-matrix/tree/85a51ed +[addon-doc-matrix]: https://github.com/hassio-addons/addon-matrix/blob/85a51ed/README.md [matrix-issue]: https://github.com/hassio-addons/addon-matrix/issues -[matrix-version-shield]: https://img.shields.io/badge/version-c392a40-blue.svg +[matrix-version-shield]: https://img.shields.io/badge/version-85a51ed-blue.svg [matrix-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/matrix.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 a4cd0b1f7..aa71f2607 100644 --- a/matrix/CHANGELOG.md +++ b/matrix/CHANGELOG.md @@ -1,9 +1,3 @@ -2018/12/20 22:39 UTC - [c392a40](https://github.com/hassio-addons/addon-matrix/commit/c392a400e536a658dfe2b3d41f7e56757d25c9d6) by [@timmo001](https://github.com/timmo001) -> Update docs (#7) - -* :books: Update links to author - -* :books: fix bad link - -* :books: update docker section +2018/12/22 14:45 UTC - [85a51ed](https://github.com/hassio-addons/addon-matrix/commit/85a51ed6e457e592472c46d52ce997741321292d) by [@timmo001](https://github.com/timmo001) +> :fire: :ambulance: crash on server_name change and advise user diff --git a/matrix/README.md b/matrix/README.md index 641081e61..82e1ccf2b 100644 --- a/matrix/README.md +++ b/matrix/README.md @@ -43,14 +43,14 @@ 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/c392a40/README.md +[docs]: https://github.com/hassio-addons/addon-matrix/blob/85a51ed/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/2018.svg [patreon-shield]: https://www.frenck.nl/images/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-c392a40-blue.svg -[release]: https://github.com/hassio-addons/addon-matrix/tree/c392a40 +[release-shield]: https://img.shields.io/badge/version-85a51ed-blue.svg +[release]: https://github.com/hassio-addons/addon-matrix/tree/85a51ed [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 7d4440f05..621341857 100644 --- a/matrix/config.json +++ b/matrix/config.json @@ -1,6 +1,6 @@ { "name": "Matrix", - "version": "c392a40", + "version": "85a51ed", "slug": "matrix", "description": "A secure and decentralized communication platform.", "url": "https://community.home-assistant.io", @@ -13,6 +13,7 @@ "i386" ], "boot": "auto", + "hassio_api": true, "hassio_role": "default", "host_network": false, "ports": { diff --git a/matrix/icon.png b/matrix/icon.png index e507be267..30b80ec5e 100644 Binary files a/matrix/icon.png and b/matrix/icon.png differ diff --git a/matrix/logo.png b/matrix/logo.png index 9c8da1b59..2beb651d1 100644 Binary files a/matrix/logo.png and b/matrix/logo.png differ