lightning-terminal/docs/release-notes/release-notes-0.17.0.md
2026-06-08 13:19:23 -04:00

3.3 KiB

Release Notes

Lightning Terminal

Bug Fixes

  • Fix dev.Dockerfile build failure on git worktree checkouts: The web UI postbuild step no longer aborts when the build context lacks a reachable git directory, which previously broke dev.Dockerfile builds for contributors using git worktree.

  • Restore LNC session setup for mailbox links: Mailbox-specific TLS transport credentials now allow mailbox links to proceed without negotiated ALPN, restoring LNC session establishment and the lnc_auth flow after the grpc-go v1.67.0 upgrade.

  • Fix default account update expiration: Fixed a bug in the litcli accounts update command where omitting the new expiration date would overwrite it to 0 (never expires). It now correctly defaults to -1 (no change).

Functional Changes/Additions

  • Show asset information on payinvoice: The litcli ln payinvoice command now displays an asset-aware confirmation prompt before sending a payment.

  • Renaming off-chain accounts: Added the ability to rename off-chain accounts using the litcli accounts update command with a new --new_label flag.

  • Removal of deprecated --new_balance: Removed the deprecated --new_balance flag and positional parameter logic from the litcli accounts update command. Users should instead use the litcli accounts update debit and litcli accounts update credit commands to modify an account's balance.

Technical and Architectural Updates

RPC Updates

Integrated Binary Updates

LND

Loop

Pool

  • Updated pool to v0.7.0-beta, which includes a fix for the auctioneer subscription stream silently dying on EOF, jittered reconnect backoff, and a fix for stream handling in the pending-open-channel consumer.

  • Updated pool to v0.7.1-beta, which includes a fix for HandleServerShutdown silently dropping every account after the first per-account re-subscribe failure on a reconnect.

Faraday

Taproot Assets

Contributors (Alphabetical Order)

  • Boris Nagaev
  • Calvin Zachman
  • Cyberguru1
  • darioAnongba