diff --git a/README.md b/README.md index ee551706..0fbe3581 100644 --- a/README.md +++ b/README.md @@ -33,15 +33,23 @@ Written in Qt/QML + Python with [nio](https://github.com/poljar/matrix-nio), - Set your display name and profile picture - Import/export **E2E** key files - Inspect, rename, manually verify and sign out one or multiple sessions +- Sessions for accounts within the same client automatically verify each others +- Set your account's presence to online, unavailable, invisible or offline +- Set custom status messages +- Automatically set your status to unavailable after a period of inactivity ### Rooms - Create, join, leave and forget rooms - Send, accept and refuse invites - Edit the room's name, topic, invite requirement, guest access and enable E2E -- Kick and ban users +- Kick, ban and set the power level of users + - Unread message and highlight counters - Sending **read receipts** to mark rooms as read +- Inspect and manually verify other users's E2E sessions +- See other users's presence, status message and last seen time +- Typing notifications ### Messages @@ -52,16 +60,15 @@ Written in Qt/QML + Python with [nio](https://github.com/poljar/matrix-nio), - Additional syntax for **coloring text**, e.g. `(Some text...)` - [SVG/CSS color names](https://www.december.com/html/spec/colorsvg.html), and `#hex` codes can be used + - Send and receive normal or **E2E encrypted files** - Client-side Matrix & HTTP URL **image previews**, including animated GIF +- Upload images by pasting + - User ID, display names, room ID and room aliases **mentions** - Individual and mass **message removal** - Sending **rich replies** -### Presence - -- Typing notifications - ## Installation See [INSTALL.md](INSTALL.md)