diff --git a/blog/20220511-simplex-chat-v2-images-files.md b/blog/20220511-simplex-chat-v2-images-files.md index 0a0b9bfd6..f7c3a263e 100644 --- a/blog/20220511-simplex-chat-v2-images-files.md +++ b/blog/20220511-simplex-chat-v2-images-files.md @@ -33,3 +33,5 @@ Once you install the app, you can connect to anybody: 1. Create your local chat profile - it is not shared with SimpleX servers. It is local to your devices, and it will be shared with your contacts only when you connect. 2. To make a private connection, you need to create a one-time connection link or a QR code via the app. You can show the QR code to your contact in person or via a video call - this is the most secure way to create a connection - or you can share the link via any other channel. Only one user can connect via this link. 3. Once another user scans the QR code or opens the app via the link the connection will be created and you can send end-to-end encrypted messages privately, without anybody knowing you are connected. + +Make a private connection diff --git a/blog/20220524-simplex-chat-better-privacy.md b/blog/20220524-simplex-chat-better-privacy.md new file mode 100644 index 000000000..3a5658640 --- /dev/null +++ b/blog/20220524-simplex-chat-better-privacy.md @@ -0,0 +1,17 @@ +# SimpleX Chat v2.1 - better conversation privacy + +**Published:** May 24, 2022 + +## New in version 2.1 - clearing conversations without deleting contacts + +In this version you can irreversibly delete individual messages after they were deleted by a sender, and also completely clear the conversation. + +The only way to do it before this version was by deleting the contact, now you can keep the connection when you clear the conversation. + + + +See [v1 announcement](./20220112-simplex-chat-v1-released.md) for information on how SimpleX protects the security of the messages. + +See [v2 announcement](./20220511-simplex-chat-v2-images-files.md) for more information about SimpleX platform and how it works. + +Read about SimpleX design in [whitepaper](https://github.com/simplex-chat/simplexmq/blob/master/protocol/overview-tjr.md). diff --git a/blog/README.md b/blog/README.md index 5f60c93c0..75ea1fcc2 100644 --- a/blog/README.md +++ b/blog/README.md @@ -1,5 +1,7 @@ # Blog +May 24, 2022 [Clearing messages for better conversation privacy](./20220524-simplex-chat-better-privacy.md) + May 11, 2022 [Sending images and files in mobile apps](./20220511-simplex-chat-v2-images-files.md) Apr 04, 2022 [Instant notifications for SimpleX Chat mobile apps](./20220404-simplex-chat-instant-notifications.md) diff --git a/blog/images/20220524-clear-chat1.png b/blog/images/20220524-clear-chat1.png new file mode 100644 index 000000000..832084d60 Binary files /dev/null and b/blog/images/20220524-clear-chat1.png differ diff --git a/blog/images/20220524-clear-chat2.png b/blog/images/20220524-clear-chat2.png new file mode 100644 index 000000000..8035cb717 Binary files /dev/null and b/blog/images/20220524-clear-chat2.png differ