mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
shift blogs links back to hashes
This commit is contained in:
+3
-3
@@ -9,9 +9,9 @@ date: 2022-07-11
|
||||
|
||||
## New in version 3
|
||||
|
||||
- [instant notifications for iOS](https://github.com/simplex-chat/simplex-chat/blob/stable/blog/20220711-simplex-chat-v3-released-ios-notifications-audio-video-calls-database-export-import-protocol-improvements.md#instant-notifications-for-ios)
|
||||
- [database export and import](https://github.com/simplex-chat/simplex-chat/blob/stable/blog/20220711-simplex-chat-v3-released-ios-notifications-audio-video-calls-database-export-import-protocol-improvements.md#database-export-and-import)
|
||||
- [protocol privacy and performance improvements](https://github.com/simplex-chat/simplex-chat/blob/stable/blog/20220711-simplex-chat-v3-released-ios-notifications-audio-video-calls-database-export-import-protocol-improvements.md#protocol-privacy-and-performance-improvements)
|
||||
- [instant notifications for iOS](#instant-notifications-for-ios)
|
||||
- [database export and import](#database-export-and-import)
|
||||
- [protocol privacy and performance improvements](#protocol-privacy-and-performance-improvements)
|
||||
|
||||
### Instant notifications for iOS
|
||||
|
||||
|
||||
@@ -9,10 +9,10 @@ date: 2022-07-23
|
||||
|
||||
## What's new
|
||||
|
||||
- terminal app: [access to messaging servers via SOCKS5 proxy](https://github.com/simplex-chat/simplex-chat/blob/stable/blog/20220723-simplex-chat-v3.1-tor-groups-efficiency.md#terminall-app-access-to-messaging-servers-via-socks5-proxy--tor) (e.g., Tor).
|
||||
- mobile apps: [join and leave chat groups](https://github.com/simplex-chat/simplex-chat/blob/stable/blog/20220723-simplex-chat-v3.1-tor-groups-efficiency.md#mobile-apps-join-and-leave-chat-groups).
|
||||
- [optimized battery and traffic usage - up to 90x reduction!](https://github.com/simplex-chat/simplex-chat/blob/stable/blog/20220723-simplex-chat-v3.1-tor-groups-efficiency.md#optimized-battery-and-traffic-usage---up-to-90x-reduction).
|
||||
- [two docker configurations for self-hosted SMP servers](https://github.com/simplex-chat/simplex-chat/blob/stable/blog/20220723-simplex-chat-v3.1-tor-groups-efficiency.md#docker-configuration-for-self-hosted-smp-servers).
|
||||
- terminal app: [access to messaging servers via SOCKS5 proxy](#terminall-app:-access-to-messaging-servers-via-socks5-proxy-/-tor) (e.g., Tor).
|
||||
- mobile apps: [join and leave chat groups](#mobile-apps:-join-and-leave-chat-groups).
|
||||
- [optimized battery and traffic usage - up to 90x reduction!](#optimized-battery-and-traffic-usage---up-to-90x-reduction).
|
||||
- [two docker configurations for self-hosted SMP servers](#docker-configuration-for-self-hosted-smp-servers).
|
||||
|
||||
### Terminall app: access to messaging servers via SOCKS5 proxy / Tor
|
||||
|
||||
@@ -46,7 +46,7 @@ To manage groups via terminal app or via chat console in the mobile apps you hav
|
||||
|
||||
Accepting group invitations, leaving and deleting groups no longer requires using console commands.
|
||||
|
||||
### Optimized battery and traffic usage - up to 90x reduction!
|
||||
### Optimized battery and traffic usage - up to 90x reduction
|
||||
|
||||
To reduce battery and traffic usage this release updated SMP protocol to allow batching multiple server commands (up to 90!) into one traffic block – provided both the server and the client are upgraded. It means that if you have 90 contacts (or group members) on one server, to subscribe to all messaging queues you now need to send only one 16kb block instead of ~1.5Mb of traffic (90 blocks). It also hides how many contacts you have from any attackers who observe your network.
|
||||
|
||||
|
||||
@@ -3,20 +3,19 @@ layout: layouts/article.html
|
||||
title: "SimpleX Chat v3.1 is released"
|
||||
date: 2022-08-08
|
||||
---
|
||||
|
||||
# SimpleX Chat v3.1 is released
|
||||
|
||||
**Published:** Aug 8, 2022
|
||||
|
||||
## What's new
|
||||
|
||||
- [secret chat groups](https://github.com/simplex-chat/simplex-chat/blob/stable/blog/20220808-simplex-chat-v3.1-chat-groups.md#secret-chat-groups)!
|
||||
- [access to messaging servers via Tor](https://github.com/simplex-chat/simplex-chat/blob/stable/blog/20220808-simplex-chat-v3.1-chat-groups.md#access-to-messaging-servers-via-tor)
|
||||
- [advanced network settings](https://github.com/simplex-chat/simplex-chat/blob/stable/blog/20220808-simplex-chat-v3.1-chat-groups.md#advanced-network-settings)
|
||||
- [published chat protocol](https://github.com/simplex-chat/simplex-chat/blob/stable/blog/20220808-simplex-chat-v3.1-chat-groups.md#published-chat-protocol)
|
||||
- [new app icons](https://github.com/simplex-chat/simplex-chat/blob/stable/blog/20220808-simplex-chat-v3.1-chat-groups.md#new-app-icons)
|
||||
- [other changes since v3](https://github.com/simplex-chat/simplex-chat/blob/stable/blog/20220808-simplex-chat-v3.1-chat-groups.md#other-changes-since-v3)
|
||||
- optimized battery and traffic usage - up to 90x reduction!
|
||||
- two docker configurations for self-hosted SMP servers
|
||||
- [secret chat groups](#secret-chat-groups)!
|
||||
- [access to messaging servers via Tor](#access-messaging-servers-via-tor)
|
||||
- [advanced network settings](#advanced-network-settings)
|
||||
- [published chat protocol](#published-chat-protocol)
|
||||
- [new app icons](#new-app-icons)
|
||||
- [other changes since v3](#other-changes-since-v3)
|
||||
|
||||
### Secret chat groups
|
||||
|
||||
@@ -76,7 +75,7 @@ The [low level SimpleX protocols](https://github.com/simplex-chat/simplexmq/blob
|
||||
|
||||
This is the [first draft of SimpleX Chat Protocol](https://github.com/simplex-chat/simplex-chat/blob/stable/docs/protocol/simplex-chat.md) - let us know any questions or suggestions.
|
||||
|
||||
### Other changes since v3
|
||||
### Other changes since v3
|
||||
|
||||
Since v3 release we also optimized battery and traffic usage - with up to 90x traffic reduction in some cases – and published two docker configurations for self-hosted SMP servers. Read more about it in the previous [beta version announcement](https://github.com/simplex-chat/simplex-chat/blob/stable/blog/20220723-simplex-chat-v3.1-tor-groups-efficiency.md).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user