Merge pull request #1355 from ViktorT-11/2026-07-add-new-release-notes
Some checks failed
CI / frontend tests on macOS-latest (push) Has been cancelled
CI / frontend tests on ubuntu-latest (push) Has been cancelled
CI / frontend tests on windows-latest (push) Has been cancelled
CI / backend build on macOS-latest (push) Has been cancelled
CI / backend build on ubuntu-latest (push) Has been cancelled
CI / backend build on windows-latest (push) Has been cancelled
CI / cross compilation (push) Has been cancelled
CI / cross compilation-1 (push) Has been cancelled
CI / cross compilation-2 (push) Has been cancelled
CI / RPC proto compilation check (push) Has been cancelled
CI / check commits (push) Has been cancelled
CI / Sqlc check (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / run unit tests (push) Has been cancelled
CI / run unit tests-1 (push) Has been cancelled
CI / run unit tests-2 (push) Has been cancelled
CI / run unit tests-3 (push) Has been cancelled
CI / build itest binaries (push) Has been cancelled
CI / check release notes updated (push) Has been cancelled
CI / integration test (push) Has been cancelled
CI / integration test-1 (push) Has been cancelled
CI / integration test-2 (push) Has been cancelled

docs: Add new release notes for `v0.17.1-alpha`
This commit is contained in:
Viktor Torstensson 2026-07-16 14:50:38 +02:00 committed by GitHub
commit 745f70f194
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 51 additions and 11 deletions

View file

@ -33,13 +33,6 @@
expiration date would overwrite it to 0 (never expires). It now correctly
defaults to -1 (no change).
* [Gate wallet-ready status on lnd's actual RPC
readiness](https://github.com/lightninglabs/lightning-terminal/pull/1353):
Fixed a startup race where litd could report the LND sub-server as "Wallet
Ready" before lnd's RPC interceptor had actually left its
`WAITING_TO_START` state, so the very next call could still fail with
`rpc error: ... waiting to start`.
### Functional Changes/Additions
* [Support for SQL database
@ -100,10 +93,6 @@
### Technical and Architectural Updates
* [Report litd's own version for `litd
-V`](https://github.com/lightninglabs/lightning-terminal/pull/1337): The `-V`
flag now prints litd's version instead of the integrated lnd version.
## RPC Updates
## Integrated Binary Updates

View file

@ -0,0 +1,51 @@
# Release Notes
- [Lightning Terminal](#lightning-terminal)
- [Bug Fixes](#bug-fixes)
- [Functional Changes/Additions](#functional-changesadditions)
- [Technical and Architectural Updates](#technical-and-architectural-updates)
- [Integrated Binary Updates](#integrated-binary-updates)
- [LND](#lnd)
- [Loop](#loop)
- [Pool](#pool)
- [Faraday](#faraday)
- [Taproot Assets](#taproot-assets)
- [Contributors](#contributors-alphabetical-order)
## Lightning Terminal
### Bug Fixes
* [Gate wallet-ready status on lnd's actual RPC
readiness](https://github.com/lightninglabs/lightning-terminal/pull/1353):
Fixed a startup race where litd could report the LND sub-server as "Wallet
Ready" before lnd's RPC interceptor had actually left its
`WAITING_TO_START` state, so the very next call could still fail with
`rpc error: ... waiting to start`.
### Functional Changes/Additions
### Technical and Architectural Updates
* [Report litd's own version for `litd
-V`](https://github.com/lightninglabs/lightning-terminal/pull/1337): The `-V`
flag now prints litd's version instead of the integrated lnd version.
## RPC Updates
## Integrated Binary Updates
### LND
### Loop
### Pool
### Faraday
### Taproot Assets
# Contributors (Alphabetical Order)
* 0xfandom
* bitromortac