diff --git a/README.md b/README.md
index bb78883..384ccfa 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# node-red-contrib-matrix-chat
-Matrix chat server client for [Node-RED](https://nodered.org/)
+[Matrix](https://matrix.org/) chat server client for [Node-RED](https://nodered.org/)
***Currently we are in beta. We ask that you open any issues you have on our repository to help us reach a stable well tested version. Things may change & break before our first release so check changelog before updating.***
@@ -11,8 +11,10 @@ The following is supported from this package:
- End-to-end encryption
- [Currently a WIP](#end-to-end-encryption-notes)
-- Receive events from a room (messages, reactions, images, and files) whether encrypted or not
+- Receive events from a room (messages, reactions, images, audio, locations, and files) whether encrypted or not
- Send Images/Files (sending files to e2ee room doesn't currently encrypt them yet)
+- Edit messages
+- Delete events (messages, reactions, etc)
- Decrypt files in e2ee rooms
- Send HTML/Plain Text Message/Notice
- React to messages
diff --git a/package.json b/package.json
index 090bf77..347d75b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-matrix-chat",
- "version": "0.5.8",
+ "version": "0.6.1",
"description": "Matrix chat server client for Node-RED",
"dependencies": {
"fs-extra": "^10.0.1",
diff --git a/src/matrix-receive.html b/src/matrix-receive.html
index 1b10fd7..0bd4062 100644
--- a/src/matrix-receive.html
+++ b/src/matrix-receive.html
@@ -15,7 +15,9 @@
acceptStickers: {"value": true},
acceptReactions: {"value": true},
acceptFiles: {"value": true},
+ acceptAudio: {"value": true},
acceptImages: {"value": true},
+ acceptLocations: {"value": true},
},
label: function() {
return this.name || "Matrix Receive";
@@ -49,7 +51,7 @@
style="width: auto; margin-left: 125px; vertical-align: top"
/>