blog: readme, index (#1321)

* blog: readme, index

* add blog preview to the site
This commit is contained in:
Evgeny Poberezkin 2022-11-08 13:19:32 +00:00 committed by GitHub
parent ed1faff500
commit 324730f8ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 39 additions and 2 deletions

View file

@ -83,6 +83,8 @@ You can use SimpleX with your own servers and still communicate with people usin
Recent updates:
[Nov 08, 2022. Security audit by Trail of Bits, the new website and v4.2 released](./blog/20221108-simplex-chat-v4.2-security-audit-new-website.html)
[Sep 28, 2022. v4.0: encrypted local chat database and many other changes](./blog/20220928-simplex-chat-v4-encrypted-database.md)
[Sep 1, 2022. v3.2: incognito mode, support .onion server hostnames, setting contact names, changing color scheme, etc. Implementation audit is arranged for October!](./blog/20220901-simplex-chat-v3.2-incognito-mode.md)

View file

@ -3,6 +3,7 @@ layout: layouts/article.html
title: "Security audit by Trail of Bits, the new website and v4.2 released"
date: 2022-09-28
image: ./images/20221108-trail-of-bits.png
previewBody: blog_previews/20221108.html
permalink: "/blog/20221108-simplex-chat-v4.2-security-audit-new-website.html"
---
@ -78,8 +79,7 @@ New in this release:
- fixed 3 issues from the security audit!
- group links - group admins can create the links for new members to join
- auto-accept contact requests + configure whether to accept incognito and welcome message
- change group member role
- mark chat as unread
- small things: change group member role, mark chat as unread, send stickers and GIFs from Android keyboards.
Beta features (enable Developer tools to try them):

View file

@ -1,5 +1,21 @@
# Blog
Nov 8, 2022 [Security audit by Trail of Bits, the new website and v4.2 released](./20221108-simplex-chat-v4.2-security-audit-new-website.html)
_"Have you been audited or should we just ignore you?"_
SimpleX Chat has now been audited by [Trail of Bits](https://www.trailofbits.com/about), 4 issues were identified, and 3 of them are fixed in 4.2
The new website is live: https://simplex.chat
v4.2 is released:
- group links - group admins can create the links for new members to join
- auto-accept contact requests + configure whether to accept incognito and welcome message
- small things: change group member role, mark chat as unread, send stickers and GIFs from Android keyboards.
- manually switch contact or member to another address / server (BETA)
- receive files faster (BETA)
Sep 28, 2022 [v4: local database encryption](./20220928-simplex-chat-v4-encrypted-database.md)
- encrypted local chat database - if you already use the app, you can encrypt the database in the app settings

View file

@ -0,0 +1,19 @@
<p><em>"Have you been audited or should we just ignore you?"</em></p>
<p class="mb-[12px]">
SimpleX Chat security has been audited by
<a href="https://www.trailofbits.com/about" target="_blank">Trail of Bits</a>,
4 issues were identified, and 3 of them are fixed in v4.2.
</p>
<p class="mb-[12px]">The new website is live: <a href="https://simplex.chat">https://simplex.chat</a></p>
<p>v4.2 is released:</p>
<ul>
<li>group links &mdash; admins can create the links for new members to join</li>
<li>auto-accept contact requests + configure whether to accept incognito and welcome message</li>
<li>small things: change group member role, mark chat as unread, send stickers and GIFs from Android keyboards.</li>
<li>manually switch contact or member to another address / server (BETA)</li>
<li>receive files faster (BETA)</li>
</ul>