v6.0: jaded
To download the software see the download page on our website. For installation instructions see doc/USAGE.md
.
This release introduces support for the Jade signing device, a number of usability improvements as
well as some bug fixes.
Breaking changes
Liana GUI
- The
hardware_wallets
field in the configuration file is now disregarded. It was deprecated since
version 0.2.
Features
Liana daemon / library
- We now more accurately estimate the size of a signed spend transaction, preventing overpaying fees
in some configurations. lianad
now accepts two new arguments:--version
and--help
.
Liana GUI
- We now support the Jade signing device.
- We now use a more recent graphic renderer (
wgpu
), which offers
better compatibility with newer systems. - The network is now set first in the installer.
- It's now possible to get back from the descriptor creation step to the installer landing page.
- Advanced text shaping was enabled. Basically: you can now use emojis in labels and aliases.
- Date and time are now displayed according to the system's timezone configuration.
- We now also show the BIP388
wallet policy when registering a descriptor on a signing device. - The descriptor backup step was removed in installer when a descriptor was just imported in the
previous step. - We now set a minimum window size.
Fixes
Liana daemon / library
Liana GUI
- When creating a new wallet, we now better communicate if a wallet already exists in the selected
network. - When configuring the connection to bitcoind manually, we now display a warning if specifying a
non-loopback IP address. - Clicking on "Wallet" breadcrumb in Settings used to open "About" page.
- When entering the feerate for an RBF, it was made easier to edit a single-digit value.
- When updating an existing transaction draft, entering an invalid PSBT could crash the application.
What file from the list should i download?
Prefer downloading binaries from our website. You'll be guided on which one to pick there.
If you really want to download them from Github and are not sure what executable below you should download, pick:
Liana.zip
if you are on MacOS,liana-6.0.exe
if you are on Windows,liana_6.0-1_amd64.deb
if you are running a Debian-based Linux (such as Ubuntu). Useapt install ./liana_6.0-1_amd64.deb
as root (or preceded bysudo
) to install it.liana-6.0-x86_64-linux-gnu.tar.gz
if you use another Linux distribution. Note you may have to compile the software yourself if you are on Linux. Seedoc/USAGE.md
.