From fa3d6b1589055e81596733bb7622fbdfed4ec910 Mon Sep 17 00:00:00 2001 From: AliasAlreadyTaken Date: Thu, 7 Apr 2022 00:08:26 +0200 Subject: [PATCH] Add tested and unknown versions to readme --- README.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e682bf9..6100795 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ This mod adds support for [matterbridge](https://github.com/42wim/matterbridge) Get it from https://gitea.your-land.de/AliasAlreadyTaken/yl_matterbridge - ## Installation copy the "yl_matterbridge" folder to your mod folder and enable it in your world.mt. @@ -100,6 +99,34 @@ function yl_matterbridge.chat_message(user_name, message_text) end ``` +## Supported versions + +If you run yl_matterbridge in one of the supported versions, but something is wrong, please [file a bug](https://gitea.your-land.de/AliasAlreadyTaken/yl_matterbridge/issues/new). PRs also welcome. + +If you run yl_matterbridge in one of the unknown versions, like MacOS or Android or Linux, please tell us whether it works or not. We will add your findings to the readme. + +There is no reason to believe it doesn't work anywhere, but you never know. + +### Windows + +MT versions 5.0.0, 5.0.1, 5.1.0, 5.1.1, 5.2.0, 5.3.0, 5.4.0 5.4.1, 5.5.0 + +### Linux + +MT versions 5.5.0 + +### MacOS + +unknown + +### Android + +unknown + +### Misc + +unknown + ## Allied projects If you know a project that uses this bridge tell us and we will add it to the list.