update readme (#2106)

* update readme

* corrections

* update roadmap

* link to guide

* remove duplication
This commit is contained in:
Evgeny Poberezkin
2023-03-30 15:44:57 +01:00
committed by GitHub
parent 61dc649c70
commit ea5cec53bc
4 changed files with 47 additions and 14 deletions

View File

@@ -16,7 +16,8 @@ permalink: "/blog/20230328-simplex-chat-v4-6-hidden-profiles.html"
- [ARMv7a and Android 8+ support](#armv7a-32-bit-and-android-8-support)
- [hidden chat profiles](#hidden-chat-profiles)
- [community moderation](#community-moderation)
- [group / community moderation](#group--community-moderation)
- [group welcome message](#group-welcome-message)
- [improved audio/video calls](#improved-audiovideo-calls)
- [reduced battery usage](#reduced-battery-usage).
- [SMP server monitoring: status bot and page](#smp-server-monitoring)
@@ -41,7 +42,7 @@ So instead of having an app password, that reduces convenience and doesn't impro
It's important to remember that these hidden profiles are still stored locally on your device, so if somebody has access to your chat database (they need to know database passphrase, that is independent from device PIN or profile passphrases) or to chat console in the app, they will be able to access these profiles data and reset their passwords. We are considering how chat console can be better protected - e.g., by requiring a separate password or by providing an option to remove it from the UI permanently - tell us what you think.
### Community moderation
### Group / Community moderation
Initially we did not design SimpleX Chat to support communities - our focus has always been maximum privacy and security.
@@ -55,6 +56,10 @@ Secondly, group admins can now delete messages sent by other members (excluding
These features will allow group owners to decide their own rules. More robust moderation tools are coming later when we build support for large communities.
### Group welcome message
Group owners can now set a welcome message that will be shown to new members when they join the group via a group link.
### Improved audio/video calls
<img src="./images/20230328-call2.png" width="288">

View File

@@ -1,6 +1,22 @@
# Blog
Feb 4, 2023 [SimpleX Chat v4.5 released](./20230103-simplex-chat-v4.4-disappearing-messages.md)
Mar 28, 2023 [SimpleX Chat v4.6 released](./20230328-simplex-chat-v4-6-hidden-profiles.md)
- ARMv7a and Android 8+ support!
- hidden chat profiles
- group/community moderation
- group welcome message
- improved audio/video calls
- reduced battery usage
- SMP server monitoring: status bot and page
Also, we added Chinese and Spanish language interface, thanks to our users and Weblate!
Mar 1, 2023 [SimpleX File Transfer Protocol](./20230301-simplex-file-transfer-protocol.md)
A new protocol for sending large files efficiently, privately and securely. It will be soon integrated into SimpleX Chat apps.
Feb 4, 2023 [SimpleX Chat v4.5 released](./20230204-simplex-chat-v4-5-user-chat-profiles.md)
- multiple chat profiles.
- message draft.
@@ -8,7 +24,7 @@ Feb 4, 2023 [SimpleX Chat v4.5 released](./20230103-simplex-chat-v4.4-disappeari
- reduced battery usage.
- private filenames.
Also, we added [Italian language interface](#french-language-interface), thanks to our users and Weblate!
Also, we added Italian language interface, thanks to our users and Weblate!
Jan 3, 2023 [SimpleX Chat v4.4 released](./20230103-simplex-chat-v4.4-disappearing-messages.md)
@@ -17,7 +33,7 @@ Jan 3, 2023 [SimpleX Chat v4.4 released](./20230103-simplex-chat-v4.4-disappeari
- connection security verification.
- animated images and stickers now on iOS too.
Also, we added [French language interface](#french-language-interface), thanks to our users and Weblate!
Also, we added French language interface, thanks to our users and Weblate!
Dec 6, 2022 [SimpleX Chat reviews and v4.3 released](./20221206-simplex-chat-v4.3-voice-messages.md)