Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
bitlogik committed Jul 20, 2023

Verified

This commit was signed with the committer’s verified signature.
1 parent 91eba13 commit e07e5d4
Showing 3 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions docs/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Uniblow versions history

# 2.5.3

* Fix DOGE and LTC transaction signing
* WalletConnect : send a rejection message when user denies

# 2.5.2

* Display prices for all blockchains
14 changes: 7 additions & 7 deletions docs/LinuxRunBin.md
Original file line number Diff line number Diff line change
@@ -18,14 +18,14 @@ It may run on other Linux, as RHEL or Fedora. But without any testing and no gua
Get the binary and its signature file.

**Download** from the uniblow website :
[Uniblow program](https://uniblow.org/dist/Uniblow-linux-x86_64-2.5.2)
[Uniblow program](https://uniblow.org/dist/Uniblow-linux-x86_64-2.5.3)
and its
[PGP signature](https://uniblow.org/dist/Uniblow-linux-x86_64-2.5.2.sig)
[PGP signature](https://uniblow.org/dist/Uniblow-linux-x86_64-2.5.3.sig)

**Or** using the terminal, in Tails you may need to prepend *torsocks* to these commands :
```
wget https://uniblow.org/dist/Uniblow-linux-x86_64-2.5.2
wget https://uniblow.org/dist/Uniblow-linux-x86_64-2.5.2.sig
wget https://uniblow.org/dist/Uniblow-linux-x86_64-2.5.3
wget https://uniblow.org/dist/Uniblow-linux-x86_64-2.5.3.sig
```

### Check authenticity
@@ -48,7 +48,7 @@ In Tails, using the Files explorer, you can right click on the sig file and sele

OR alternatively using the Terminal, in Debian/Ubuntu (also valid for Tails) :
```
UniblowFile=Uniblow-linux-x86_64-2.5.2
UniblowFile=Uniblow-linux-x86_64-2.5.3
gpg --verify --trust-model always $UniblowFile.sig $UniblowFile
```

@@ -82,11 +82,11 @@ Now, you can run Uniblow.

In **Tails**, the *torsocks* software is required to wrap the internet queries of the Uniblow app. Else you get the network error message *Network is unreachable*.
```
torsocks ./Uniblow-linux-x86_64-2.5.2
torsocks ./Uniblow-linux-x86_64-2.5.3
```


In **Debian or Ubuntu**, you can directly run it from the file explorer GUI : double-click on the Uniblow binary icon to start it.

If nothing happens after some seconds, open a terminal in the current directory and type `./Uniblow-linux-x86_64-2.5.2`
If nothing happens after some seconds, open a terminal in the current directory and type `./Uniblow-linux-x86_64-2.5.3`

2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Shall be x.y.z, with optional dash trailing "-textstr"

VERSION = "2.5.2"
VERSION = "2.5.3"

0 comments on commit e07e5d4

Please sign in to comment.