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 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 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"