Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
bitlogik committed Jan 29, 2023
1 parent d2c40bb commit dc06c35
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Compatible with the following blockchains :

- LTC

- mainnet and testnet networks
- mainnet network

- Standard wallet (P2PKH)

Expand Down
12 changes: 12 additions & 0 deletions docs/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
Uniblow versions history

# 2.3.0

* Enable WalletConnect v2 IRN
* Add NFT for BSC
* Remove DOGE and LTC testnet
* Various fixes for ARB
* Fix fiat balance not displayed back to 0
* Change IPFS gateway
* Improve NFT UX
* Update wxPython to 4.2.0
* Use BlockCypher API instead of SoChain for DOGE & LTC

## 2.2.1

* Fix NFT text color for dark
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.2.1)
[Uniblow program](https://uniblow.org/dist/Uniblow-linux-x86_64-2.3.0)
and its
[PGP signature](https://uniblow.org/dist/Uniblow-linux-x86_64-2.2.1.sig)
[PGP signature](https://uniblow.org/dist/Uniblow-linux-x86_64-2.3.0.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.2.1
wget https://uniblow.org/dist/Uniblow-linux-x86_64-2.2.1.sig
wget https://uniblow.org/dist/Uniblow-linux-x86_64-2.3.0
wget https://uniblow.org/dist/Uniblow-linux-x86_64-2.3.0.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.2.1
UniblowFile=Uniblow-linux-x86_64-2.3.0
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.2.1
torsocks ./Uniblow-linux-x86_64-2.3.0
```


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

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.2.1"
VERSION = "2.3.0"

0 comments on commit dc06c35

Please sign in to comment.