v0.3.0
-
BOLT12 offers! ✨🎉
-
Send payments using BOLT12 offers (including support for
any
amounts, quantities, fiat denomination and sending apayer_note
to the payee). -
Create reusable BOLT12 offers to receive multiple payments (basic support only).
-
Pull payments using BOLT12 withdrawal offers (
send_invoice=true
). -
Recurrence is not supported yet -- to be added in a followup release.
Requires c-lightning v0.10.1+ with
experimental-offers
enabled. -
-
UI: Non-blocking payments with
paystatus
trackingPayments are now sent in the background without blocking the UI,
with pending/failed payments shown in the homepage payment history. -
UI: Improve the main screen initial loading times
Pay/Request can now be used immediately, without waiting for the wallet's data to load first.
-
UI: Always display payment amounts in USD terms too
-
UI: Improved error reporting and display
-
Docker: Allow (and recommend) mounting the directory with the
lightning-rpc
socket file
(fixes a compatibility issue with BTCPay) -
Fix: Properly display the NoScript message on Firefox (#183)
-
Update clightning-client to v0.1.4
-
Use
newaddr all
to avoid creating new addresses when switching typesThis raises the minimally supported c-lightning version to v0.7.1.
-
docker: Update to Debian 11, Bitcoin Core v0.21.0, c-lightning v0.10.1 and nodejs v16.8
-
Reproducibility: Due to changes in third-party dependencies, the Android
apk
build and the Windows portable runner are no longer reproducible, while the LinuxAppImage
now is. See more details here.