blog: v6 announcement (#4598)

* blog: v6 announcement

* update
This commit is contained in:
Evgeny
2024-08-14 14:10:14 +01:00
committed by GitHub
parent 2d5bbcdd61
commit e9baeba31f
13 changed files with 300 additions and 3 deletions
@@ -0,0 +1,18 @@
<p><strong>SimpleX Chat vision and funding 2.0:</strong> past, present, future.</p>
<p class="mb-[12px]">Announcing the investment from Jack Dorsey and Asymmetric.</p>
<p><strong>v6.0 is released:</strong></p>
<ul class="mb-[12px]">
<li>Private message routing - enabled by default</li>
<li>
<p>New chat experience:</p>
<ul>
<li>connect to your friends faster.</li>
<li>new reachable interface.</li>
<li>and much more!</li>
</ul>
</li>
<li>Improved networking and battery usage</li>
</ul>
+6
View File
@@ -232,4 +232,10 @@ h6 {
#article ol>li::marker {
font-weight: 500;
}
#article blockquote {
padding-left: 1em;
border-left: 2px solid #c0c0c0;
font-style: italic;
}