diff --git a/README.md b/README.md index e8cfbb4..71d283c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,22 @@ # SilentDragon +[![GitHub license](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://github.com/MyHush/SilentDragon/blob/master/LICENSE) +[![GitHub version](https://badge.fury.io/gh/MyHush%2FSilentDragon.svg)](https://badge.fury.io/gh/MyHush%2FSilentDragon) +[![Github All Releases](https://img.shields.io/github/downloads/MyHush/SilentDragon/total.svg)](https://img.shields.io/github/downloads/MyHush/SilentDragon/total.svg) + +

+ + MyHushTeam's Twitter + + follow on Twitter + + follow on Mastodon + + MyHushTeam's Reddit +

SilentDragon desktop wallet for HUSH runs on Linux, Windows and macOS. This is experimental software under active development! @@ -24,7 +42,7 @@ Go to the releases page and grab the latest installers or binary. https://github ## hushd -SilentDragon needs a Hush full node running hushd. If you already have a hushd node running, SilentDragon will connect to it. +SilentDragon needs a Hush full node running [hushd](https://github.com/MyHush/hush3/). If you already have a hushd node running, SilentDragon will connect to it. If you don't have one, SilentDragon will start its embedded hushd node. @@ -40,10 +58,9 @@ c++. It also depends on Qt5, which you can get from you won't get the embedded hushd by default. You can either run an external hushd, or compile hushd as well. - ### Building on Linux -#### Ubuntu 18.04: +#### Ubuntu 18.04 and 20.04: ``` sudo apt-get -y install qt5-default qt5-qmake libqt5websockets5-dev qtcreator @@ -60,7 +77,7 @@ cd SilentDragon sudo pacman -S qt5-base qt5-tools qtcreator qt5-websockets rust git clone https://github.com/MyHush/SilentDragon.git cd SilentDragon -./build.sh linguist +./build.sh linguist # compile translations ./build.sh release ./silentdragon ``` @@ -87,7 +104,6 @@ c:\Qt5\bin\qmake.exe silentdragon.pro -tp vc CONFIG+=debug You need to install the Xcode app or the Xcode command line tools first, and then install Qt. - ``` git clone https://github.com/MyHush/SilentDragon.git cd SilentDragon @@ -113,5 +129,5 @@ The above assumes silentdragon and hush3 git repos are in the same directory. Fi ### Support -For support or other questions, Join [Discord](https://myhush.org/discord), or tweet at [@MyHushTeam](https://twitter.com/MyHushTeam) or [file an issue](https://github.com/MyHush/SilentDragon/issues). +For support or other questions, join us on [Discord](https://myhush.org/discord), or tweet at [@MyHushTeam](https://twitter.com/MyHushTeam), or toot at our [Mastodon](https://fosstodon.org/@myhushteam) or join [Telegram](http://myhush.org/telegram) or [file an issue](https://github.com/MyHush/SilentDragon/issues). diff --git a/res/icon.ico b/res/icon.ico index 717c151..676faba 100644 Binary files a/res/icon.ico and b/res/icon.ico differ diff --git a/res/logo.icns b/res/logo.icns index ee66f5c..76f101c 100644 Binary files a/res/logo.icns and b/res/logo.icns differ diff --git a/src/version.h b/src/version.h index da5eadb..6753336 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define APP_VERSION "0.9.2" +#define APP_VERSION "0.9.3"