From 0d13df88e34a27248aef1f8ea19688dcf4b5d627 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 3 May 2021 13:45:34 -0400 Subject: [PATCH 1/3] Bump version --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 536bdea..da48c76 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ // Copyright 2019-2021 The Hush developers // Released under the GPLv3 -#define APP_VERSION "1.4.0" +#define APP_VERSION "1.5.0" From 83d6d38491fee2f8c7327c7fbba5081a8d2d5e19 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 3 May 2021 13:57:09 -0400 Subject: [PATCH 2/3] . --- run-after-build.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 run-after-build.sh diff --git a/run-after-build.sh b/run-after-build.sh new file mode 100755 index 0000000..a8ea07a --- /dev/null +++ b/run-after-build.sh @@ -0,0 +1,4 @@ +#!/bin/bash +# Copyright 2019-2021 The Hush Developers + +./build.sh && ./SilentDragonLite From 10a23e795d70ced4e2bef6ab004f835aa9566461 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Fri, 7 May 2021 20:18:12 +0000 Subject: [PATCH 3/3] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98d4cfe..fcc92d0 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Go to the [releases page](https://git.hush.is/hush/SilentDragonLite/releases) an * SilentDragonLite is written in C++ 14, and can be compiled with g++/clang++/visual c++. * It also depends on Qt5, which you can get from [here](https://www.qt.io/download) or install using your Linux version's package manager. -* You'll need Rust v1.41 + +* You'll need Rust v1.49 #### Building on Linux @@ -74,7 +74,7 @@ sudo apt install torsocks NOTE: Tor server is currently under maintenance. ``` -* Open SDL Edit->Settings->LightwalletServer->6onaaujm4ozaokzu.onion:80 +* Open SDL Edit->Settings->LightwalletServer->nope.onion:80 * Open the folder of SDL in a Terminal -> Enter: TORSOCKS_LOG_LEVEL=1 torsocks -i ./SilentDragonLite ``` ### Note Management