From cbbeb324b0c1e26ec9b7fbc86e42e81c7c6c9e79 Mon Sep 17 00:00:00 2001 From: Mariusz Kogen Date: Wed, 2 Oct 2024 16:47:54 +0200 Subject: [PATCH] Update/6.0.5 (#5) * 6.0.5 update * more instructions update * copy fixes --------- Co-authored-by: Lucy Cifferello <12953208+elvece@users.noreply.github.com> --- instructions.md | 16 +++++++++------- manifest.yaml | 7 ++++--- scripts/procedures/migrations.ts | 2 +- simplexmq | 2 +- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/instructions.md b/instructions.md index 6e3fd78..828a0ca 100644 --- a/instructions.md +++ b/instructions.md @@ -2,7 +2,7 @@ ## About -Your SimpleX Server comes with an [SMP server](https://simplex.chat/docs/server.html) for sending/receiving messages and an [XFTP server](https://simplex.chat/docs/xftp-server.html) for transferring files and media. +Your SimpleX Server comes with a [SMP server](https://simplex.chat/docs/server.html) for sending/receiving messages and an [XFTP server](https://simplex.chat/docs/xftp-server.html) for transferring files and media. In SimpleX, participants choose which servers to use for receiving messages and files. I receive through my private server, and you receive through your private server. Or we could both receive through the same private server. Or we could each use different public servers. @@ -34,9 +34,11 @@ SimpleX can be configured many different ways, depending on your threat model an 1. Navigate to `Settings > Network & servers`. -1. Enable "Use SOCKS proxy". +1. For iOS users: Skip this step. For other platforms: Enable "Use SOCKS proxy". -1. For `Use .onion hosts` (this might be under `Advanced network settings`), select "Required". This means that this profile can _only_ send messages to other .onion servers. +1. Set `Use .onion hosts` to "Required" (this might be under `SOCKS proxy settings` or `Advanced network settings`). This means that this profile can _only_ send messages to other .onion servers. + +1. Finally, in `Advanced Network Settings`, set `Private Routing` to "Never". ### Connect your SMP server for messages @@ -48,13 +50,13 @@ SimpleX can be configured many different ways, depending on your threat model an 1. Tap "Scan QR Code". -1. Scan your SMP Server Address QR code, located in StartOS UI under `SimpleX Server > Properties > SMP Server Address`. +1. Scan your SMP Server Address QR code, located in StartOS UI under `SimpleX Server > Properties > SimpleX SMP Server Address`. 1. Click on the newly added server. 1. Click "Test server" and wait for the test to pass. -1. Enabled "Use for new connections". +1. Enable "Use for new connections". 1. Navigate back and click "Save servers". @@ -68,13 +70,13 @@ SimpleX can be configured many different ways, depending on your threat model an 1. Tap "Scan QR Code". -1. Scan your XFTP Server Address QR code, located in StartOS UI under `SimpleX Server > Properties > XFTP Server Address`. +1. Scan your XFTP Server Address QR code, located in StartOS UI under `SimpleX Server > Properties > SimpleX XFTP Server Address`. 1. Click on the newly added server. 1. Click "Test server" and wait for the test to pass. -1. Enabled "Use for new connections". +1. Enable "Use for new connections". 1. Navigate back and click "Save servers". diff --git a/manifest.yaml b/manifest.yaml index 80b3d77..3e4996a 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,10 +1,11 @@ id: simplex title: "SimpleX Server" -version: 6.0.4 +version: 6.0.5 release-notes: | - - All upstream code updated to 6.0.4 + - All upstream code updated to 6.0.5 + - Instructions update - Bug fixes and code cleanup - - More changes can be found in the [6.0.4 changelog](https://github.com/simplex-chat/simplexmq/blob/master/CHANGELOG.md#604) + - More changes can be found in the [6.0.5 changelog](https://github.com/simplex-chat/simplexmq/blob/master/CHANGELOG.md#605) license: MIT wrapper-repo: "https://github.com/Start9Labs/simplex-startos" upstream-repo: "https://github.com/simplex-chat/simplexmq/" diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index 2dbbc73..f3b4de5 100644 --- a/scripts/procedures/migrations.ts +++ b/scripts/procedures/migrations.ts @@ -24,5 +24,5 @@ export const migration: T.ExpectedExports.migration = ), }, }, - "6.0.4" + "6.0.5" ); diff --git a/simplexmq b/simplexmq index f5e666a..4268b90 160000 --- a/simplexmq +++ b/simplexmq @@ -1 +1 @@ -Subproject commit f5e666ae4f41351d5d5ac416cd6fb1d5fadc8ab7 +Subproject commit 4268b90763c58358809a3ea7dd8bc7d78eeb3077