This commit is contained in:
epoberezkin
2023-09-25 17:14:35 +00:00
parent 8aff6dd39f
commit 1f03cae08d
5 changed files with 13 additions and 10 deletions

View File

@@ -407,6 +407,7 @@ window.addEventListener('scroll',changeHeaderBg);
<li>you cannot send voice messages.</li>
<li>there is no support for calls yet.</li>
</ul>
<p>You can download the desktop app for Linux and Mac via <a href="https://simplex.chat/downloads">downloads page</a>. Windows version will be available soon.</p>
<h2 id="group-directory-service-and-other-group-improvements" tabindex="-1">Group directory service and other group improvements</h2>
<img src="./images/20230925-directory.png" width="330" class="float-to-left">
<p>Directory service provides a way to search for public groups submitted by the users. To use it, you need to connect to it via SimpleX Chat, as you would connect to any other contact, and type some words to search.</p>

View File

@@ -425,10 +425,10 @@ window.addEventListener('scroll',changeHeaderBg);
<ul class="mb-[12px]">
<li>new desktop app! 💻</li>
<li>encrypt locally storead files &amp; media</li>
<li>encrypt locally stored files &amp; media</li>
<li>directory service and other group improvements</li>
<li>simplified incognito mode</li>
<li>better app responsiveness and stability, and 40% reduced memory usage.</li>
<li>better app responsiveness, stability and 40% reduced memory usage.</li>
<li>new privacy settings: show last messages &amp; save draft.</li>
</ul>

View File

@@ -690,7 +690,7 @@ window.addEventListener('scroll',changeHeaderBg);
</div>
<div><p>| Updated 20.09.2023 | Languages: EN |</p>
<h1 id="download-simplex-apps" tabindex="-1">Download SimpleX apps</h1>
<p>The latest version is v5.3.</p>
<p>The latest version is v5.3.1.</p>
<ul>
<li><a href="#desktop-app">desktop</a></li>
<li><a href="#mobile-apps">mobile</a></li>
@@ -699,17 +699,17 @@ window.addEventListener('scroll',changeHeaderBg);
<h2 id="desktop-app" tabindex="-1">Desktop app</h2>
<img src="/docs/images/simplex-desktop-light.png" alt="desktop app" width=500>
<p>Using the same profile as on mobile device is not yet supported you need to create a separate profile to use desktop apps.</p>
<p><strong>Linux</strong>: <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.3.0/simplex-desktop-x86_64.AppImage">AppImage</a> (most Linux distros), <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.3.0/simplex-desktop-ubuntu-20_04-x86_64.deb">Ubuntu 20.04</a> (and Debian-based distros), <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.3.0/simplex-desktop-ubuntu-22_04-x86_64.deb">Ubuntu 22.04</a>.</p>
<p><strong>Mac</strong>: <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.3.0/simplex-desktop-macos-x86_64.dmg">x86_64</a> (Intel), <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.3.0/simplex-desktop-macos-aarch64.dmg">aarch64</a> (Apple Silicon).</p>
<p><strong>Linux</strong>: <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.3.1/simplex-desktop-x86_64.AppImage">AppImage</a> (most Linux distros), <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.3.1/simplex-desktop-ubuntu-20_04-x86_64.deb">Ubuntu 20.04</a> (and Debian-based distros), <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.3.1/simplex-desktop-ubuntu-22_04-x86_64.deb">Ubuntu 22.04</a>.</p>
<p><strong>Mac</strong>: <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.3.1/simplex-desktop-macos-x86_64.dmg">x86_64</a> (Intel), <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.3.1/simplex-desktop-macos-aarch64.dmg">aarch64</a> (Apple Silicon).</p>
<p><strong>Windows</strong>: coming soon.</p>
<h2 id="mobile-apps" tabindex="-1">Mobile apps</h2>
<p><strong>iOS</strong>: <a href="https://apps.apple.com/us/app/simplex-chat/id1605771084">App store</a> (v5.2.3), <a href="https://testflight.apple.com/join/DWuT2LQu">TestFlight</a> (v5.3-beta.9).</p>
<p><strong>Android</strong>: <a href="https://play.google.com/store/apps/details?id=chat.simplex.app">Play store</a>, <a href="https://simplex.chat/fdroid/">F-Droid</a>, <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.3.0/simplex.apk">APK aarch64</a>, <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.3.0/simplex-armv7a.apk">APK armv7</a>.</p>
<p><strong>iOS</strong>: <a href="https://apps.apple.com/us/app/simplex-chat/id1605771084">App store</a>, <a href="https://testflight.apple.com/join/DWuT2LQu">TestFlight</a>.</p>
<p><strong>Android</strong>: <a href="https://play.google.com/store/apps/details?id=chat.simplex.app">Play store</a>, <a href="https://simplex.chat/fdroid/">F-Droid</a>, <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.3.1/simplex.apk">APK aarch64</a>, <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.3.1/simplex-armv7a.apk">APK armv7</a>.</p>
<h2 id="terminal-console-app" tabindex="-1">Terminal (console) app</h2>
<p>See <a href="/docs/cli.html">Using terminal app</a>.</p>
<p><strong>Linux</strong>: <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.3.0/simplex-chat-ubuntu-20_04-x86-64">Ubuntu 20.04</a>, <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.3.0/simplex-chat-ubuntu-22_04-x86-64">Ubuntu 22.04</a>.</p>
<p><strong>Mac</strong> <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.3.0/simplex-chat-macos-x86-64">x86_64</a>, aarch64 - <a href="cli.html#">compile from source</a>.</p>
<p><strong>Windows</strong>: <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.3.0/simplex-chat-windows-x86-64">x86_64</a>.</p>
<p><strong>Linux</strong>: <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.3.1/simplex-chat-ubuntu-20_04-x86-64">Ubuntu 20.04</a>, <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.3.1/simplex-chat-ubuntu-22_04-x86-64">Ubuntu 22.04</a>.</p>
<p><strong>Mac</strong> <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.3.1/simplex-chat-macos-x86-64">x86_64</a>, aarch64 - <a href="cli.html#">compile from source</a>.</p>
<p><strong>Windows</strong>: <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.3.1/simplex-chat-windows-x86-64">x86_64</a>.</p>
</div>
</article>
</main>

View File

@@ -1720,6 +1720,7 @@ file ---&amp;gt; | XFTP | ------&amp;gt; XFTP ----&amp;
&lt;li&gt;you cannot send voice messages.&lt;/li&gt;
&lt;li&gt;there is no support for calls yet.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can download the desktop app for Linux and Mac via &lt;a href=&quot;https://simplex.chat/downloads&quot;&gt;downloads page&lt;/a&gt;. Windows version will be available soon.&lt;/p&gt;
&lt;h2 id=&quot;group-directory-service-and-other-group-improvements&quot; tabindex=&quot;-1&quot;&gt;Group directory service and other group improvements&lt;/h2&gt;
&lt;img src=&quot;https://simplex.chat/blog/images/20230925-directory.png&quot; width=&quot;330&quot; class=&quot;float-to-left&quot; /&gt;
&lt;p&gt;Directory service provides a way to search for public groups submitted by the users. To use it, you need to connect to it via SimpleX Chat, as you would connect to any other contact, and type some words to search.&lt;/p&gt;

View File

@@ -46,6 +46,7 @@
&lt;li&gt;you cannot send voice messages.&lt;/li&gt;
&lt;li&gt;there is no support for calls yet.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can download the desktop app for Linux and Mac via &lt;a href=&quot;https://simplex.chat/downloads&quot;&gt;downloads page&lt;/a&gt;. Windows version will be available soon.&lt;/p&gt;
&lt;h2 id=&quot;group-directory-service-and-other-group-improvements&quot; tabindex=&quot;-1&quot;&gt;Group directory service and other group improvements&lt;/h2&gt;
&lt;img src=&quot;https://simplex.chat/blog/images/20230925-directory.png&quot; width=&quot;330&quot; class=&quot;float-to-left&quot; /&gt;
&lt;p&gt;Directory service provides a way to search for public groups submitted by the users. To use it, you need to connect to it via SimpleX Chat, as you would connect to any other contact, and type some words to search.&lt;/p&gt;