squeaknode/CHANGELOG.md
2021-09-24 18:57:41 -07:00

1.3 KiB

0.1.154 - 2021-09-24

Features

  • Include saved peer name in list of connected peers.
    • #1361 and #1362
  • Add button in UI to convert connected peer to saved peer.
    • #1365
  • Improve dialog for showing external address, and include copy to clipboard.
    • #1380 PR by @abhiShandy
  • Show connection status next to each item in saved peers list.
    • #1399

Fixes

  • Fix bug in p2p connection where the connection does not shut down properly in some cases.
    • #1397
  • Fail gracefully in peer connection when LND is not available.
    • #1389 and #1395

0.1.153 - 2021-09-19

Features

  • Better p2p networking. Inactive peer connection is now detected with ping message and stopped.
    • #1342 and #1347
  • Better peer connection UI. ConnectPeer RPC is now synchronous, and the connect peer dialog in the frontend now updates with the result of the RPC, or error message.
    • #1326, #1327 and #1332
  • Full-text search on squeak content.
    • #1287 and #1293
  • Change display unit from msats to sats in received payments and sent payments.
    • #1341
  • Show waiting indicator for more pages and dialogs in frontend UI.
    • #1338, 1343, 1344

Fixes

  • Fix broken unit test caused by unpinned dependencies in requirements.txt
    • #1310