Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
bitlogik committed Jul 3, 2023
1 parent a9119d7 commit be77e1b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
10 changes: 10 additions & 0 deletions docs/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
Uniblow versions history

# 2.5.2

* Display prices for all blockchains
* Improve GUI for dark theme
* Display WC sign query on multiple lines
* Improve clipboard mechanism reliability
* Fix a crash when multiple clicks on copy address
* Remove XTZ Limanet
* Fix issues with Moonbeam

# 2.5.0

* Add Tron
Expand Down
14 changes: 7 additions & 7 deletions docs/LinuxRunBin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0)
[Uniblow program](https://uniblow.org/dist/Uniblow-linux-x86_64-2.5.2)
and its
[PGP signature](https://uniblow.org/dist/Uniblow-linux-x86_64-2.5.0.sig)
[PGP signature](https://uniblow.org/dist/Uniblow-linux-x86_64-2.5.2.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.0
wget https://uniblow.org/dist/Uniblow-linux-x86_64-2.5.0.sig
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
```

### Check authenticity
Expand All @@ -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.0
UniblowFile=Uniblow-linux-x86_64-2.5.2
gpg --verify --trust-model always $UniblowFile.sig $UniblowFile
```

Expand Down Expand Up @@ -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.0
torsocks ./Uniblow-linux-x86_64-2.5.2
```


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.0`
If nothing happens after some seconds, open a terminal in the current directory and type `./Uniblow-linux-x86_64-2.5.2`

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.0"
VERSION = "2.5.2"

0 comments on commit be77e1b

Please sign in to comment.