pull down to refresh

Release 4.3.1 - (August 17, 2022)

  • build: we now also distribute a "source-only" Linux-packager-friendly tarball (d0de44a7, #7594), in addition to the current "normal" tarball. The "source-only" tarball excludes compiled locale files, generated protobuf files, and does not vendor our runtime python dependencies (the packages/ folder).
  • fix os.chmod when running in tmpfs on Linux (#7681)
  • (Qt GUI) some improvements for high-DPI monitors (38881129)
  • bring kivy request dialog more in-line with Qt (#7929)
  • rm support of "legacy" (without static_remotekey) LN channels. Opening these channels were never supported in a release version, only during development prior to the first lightning-capable release. Wallets with such channels will have to close them. (1f403d1c, 7b8e257e)
  • Qt: fix duplication of some OS notifications on onchain txs (#7943)
  • fix multiple recent regressions:
    • handle NotEnoughFunds when trying to pay LN invoice (#7920)
    • handle NotEnoughFunds when trying to open LN channel (#7921)
    • labels of payment requests were not propagated to history/addresses (#7919)
    • better default labels of outgoing txs (#7942)
    • kivy: dust-valued requests could not be created for LN (#7928)
    • when closing LN channels, future (timelocked) txs were not shown in history (#7930)
    • kivy: fix deleting "local" tx from history (#7933)
    • kivy: fix paying amountless LN invoice (#7935)
    • Qt: better handle unparseable URIs (#7941)