Update README features

This commit is contained in:
miruka 2020-07-17 14:23:47 -04:00
parent 48103d57bc
commit e759b5f52c

View File

@ -33,15 +33,23 @@ Written in Qt/QML + Python with [nio](https://github.com/poljar/matrix-nio),
- Set your display name and profile picture - Set your display name and profile picture
- Import/export **E2E** key files - Import/export **E2E** key files
- Inspect, rename, manually verify and sign out one or multiple sessions - 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 ### Rooms
- Create, join, leave and forget rooms - Create, join, leave and forget rooms
- Send, accept and refuse invites - Send, accept and refuse invites
- Edit the room's name, topic, invite requirement, guest access and enable E2E - 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 - Unread message and highlight counters
- Sending **read receipts** to mark rooms as read - 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 ### 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. `<red>(Some text...)` - - Additional syntax for **coloring text**, e.g. `<red>(Some text...)` -
[SVG/CSS color names](https://www.december.com/html/spec/colorsvg.html), [SVG/CSS color names](https://www.december.com/html/spec/colorsvg.html),
and `#hex` codes can be used and `#hex` codes can be used
- Send and receive normal or **E2E encrypted files** - Send and receive normal or **E2E encrypted files**
- Client-side Matrix & HTTP URL **image previews**, including animated GIF - Client-side Matrix & HTTP URL **image previews**, including animated GIF
- Upload images by pasting
- User ID, display names, room ID and room aliases **mentions** - User ID, display names, room ID and room aliases **mentions**
- Individual and mass **message removal** - Individual and mass **message removal**
- Sending **rich replies** - Sending **rich replies**
### Presence
- Typing notifications
## Installation ## Installation
See [INSTALL.md](INSTALL.md) See [INSTALL.md](INSTALL.md)