This commit is contained in:
epoberezkin
2022-11-08 13:20:10 +00:00
parent 227fbc6a4e
commit 849b4c4e94
3 changed files with 27 additions and 2 deletions

View File

@@ -250,8 +250,7 @@ window.addEventListener('scroll',changeHeaderBg);
<li>fixed 3 issues from the security audit!</li>
<li>group links - group 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>change group member role</li>
<li>mark chat as unread</li>
<li>small things: change group member role, mark chat as unread, send stickers and GIFs from Android keyboards.</li>
</ul>
<p>Beta features (enable Developer tools to try them):</p>
<ul>

View File

@@ -256,6 +256,28 @@ window.addEventListener('scroll',changeHeaderBg);
Wed, 28 Sep 2022
</p>
<div class="mb-4 dark:text-white">
<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>
</div>
</div>
<a class="block text-primary-light dark:text-[#70F0F9] text-base font-medium tracking-[0.03em] mt-auto" href="/blog/20221108-simplex-chat-v4.2-security-audit-new-website.html">Read More</a>
</div>

View File

@@ -870,6 +870,10 @@ video {
margin-bottom: 5rem;
}
.mb-\[12px\] {
margin-bottom: 12px;
}
.mb-\[75px\] {
margin-bottom: 75px;
}