Skip to content

Commit

Permalink
docs: Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
shesek committed Nov 3, 2021
1 parent 8b66e1d commit 9e8bde9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@

**Requires c-lightning v0.10.1+** with `experimental-offers` enabled.

- UI: Non-blocking payments with `paystatus` tracking

Payments 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.
Expand All @@ -33,11 +38,13 @@

This raises the minimally supported c-lightning version to v0.7.1.

- docker: Update to Bitcoin Core v0.21.0, c-lightning v0.10.1 and nodejs v16.8
- 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 Linux `AppImage` now is. See [more details here](doc/reproducible-builds.md).

## 0.2.17 - 2020-09-03

Hotfix release - Fix YAML rendering of payments with unknown destination/description. This bug only manfiests when expert mode is enabled.
Hotfix release - Fix YAML rendering of payments with unknown destination/description. This bug only manifests when expert mode is enabled.

## 0.2.16 - 2020-08-11

Expand Down

0 comments on commit 9e8bde9

Please sign in to comment.