blog: readme, index (#1321)
* blog: readme, index * add blog preview to the site
This commit is contained in:
parent
ed1faff500
commit
324730f8ae
@ -83,6 +83,8 @@ You can use SimpleX with your own servers and still communicate with people usin
|
|||||||
|
|
||||||
Recent updates:
|
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 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)
|
[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)
|
||||||
|
@ -3,6 +3,7 @@ layout: layouts/article.html
|
|||||||
title: "Security audit by Trail of Bits, the new website and v4.2 released"
|
title: "Security audit by Trail of Bits, the new website and v4.2 released"
|
||||||
date: 2022-09-28
|
date: 2022-09-28
|
||||||
image: ./images/20221108-trail-of-bits.png
|
image: ./images/20221108-trail-of-bits.png
|
||||||
|
previewBody: blog_previews/20221108.html
|
||||||
permalink: "/blog/20221108-simplex-chat-v4.2-security-audit-new-website.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!
|
- fixed 3 issues from the security audit!
|
||||||
- group links - group admins can create the links for new members to join
|
- 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
|
- auto-accept contact requests + configure whether to accept incognito and welcome message
|
||||||
- change group member role
|
- small things: change group member role, mark chat as unread, send stickers and GIFs from Android keyboards.
|
||||||
- mark chat as unread
|
|
||||||
|
|
||||||
Beta features (enable Developer tools to try them):
|
Beta features (enable Developer tools to try them):
|
||||||
|
|
||||||
|
@ -1,5 +1,21 @@
|
|||||||
# Blog
|
# 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)
|
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
|
- encrypted local chat database - if you already use the app, you can encrypt the database in the app settings
|
||||||
|
19
website/src/_includes/blog_previews/20221108.html
Normal file
19
website/src/_includes/blog_previews/20221108.html
Normal 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 — 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>
|
Loading…
Reference in New Issue
Block a user