Skip to content

v0.3.0rc

Pre-release
Pre-release
Compare
Choose a tag to compare
@shesek shesek released this 12 Aug 08:29
· 73 commits to master since this release
8fa1be2
  • BOLT12 offers! ✨🎉

    • Send payments using BOLT12 offers (including support for any amounts, quantities, fiat denomination and sending a payer_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: 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.3