Skip to content

Commit 745f70f

Browse files
authored
Merge pull request #1355 from ViktorT-11/2026-07-add-new-release-notes
docs: Add new release notes for `v0.17.1-alpha`
2 parents 19f09f6 + 7604bd2 commit 745f70f

2 files changed

Lines changed: 51 additions & 11 deletions

File tree

docs/release-notes/release-notes-0.17.0.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@
3333
expiration date would overwrite it to 0 (never expires). It now correctly
3434
defaults to -1 (no change).
3535

36-
* [Gate wallet-ready status on lnd's actual RPC
37-
readiness](https://github.com/lightninglabs/lightning-terminal/pull/1353):
38-
Fixed a startup race where litd could report the LND sub-server as "Wallet
39-
Ready" before lnd's RPC interceptor had actually left its
40-
`WAITING_TO_START` state, so the very next call could still fail with
41-
`rpc error: ... waiting to start`.
42-
4336
### Functional Changes/Additions
4437

4538
* [Support for SQL database
@@ -100,10 +93,6 @@
10093

10194
### Technical and Architectural Updates
10295

103-
* [Report litd's own version for `litd
104-
-V`](https://github.com/lightninglabs/lightning-terminal/pull/1337): The `-V`
105-
flag now prints litd's version instead of the integrated lnd version.
106-
10796
## RPC Updates
10897

10998
## Integrated Binary Updates
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Release Notes
2+
3+
- [Lightning Terminal](#lightning-terminal)
4+
- [Bug Fixes](#bug-fixes)
5+
- [Functional Changes/Additions](#functional-changesadditions)
6+
- [Technical and Architectural Updates](#technical-and-architectural-updates)
7+
- [Integrated Binary Updates](#integrated-binary-updates)
8+
- [LND](#lnd)
9+
- [Loop](#loop)
10+
- [Pool](#pool)
11+
- [Faraday](#faraday)
12+
- [Taproot Assets](#taproot-assets)
13+
- [Contributors](#contributors-alphabetical-order)
14+
15+
## Lightning Terminal
16+
17+
### Bug Fixes
18+
19+
* [Gate wallet-ready status on lnd's actual RPC
20+
readiness](https://github.com/lightninglabs/lightning-terminal/pull/1353):
21+
Fixed a startup race where litd could report the LND sub-server as "Wallet
22+
Ready" before lnd's RPC interceptor had actually left its
23+
`WAITING_TO_START` state, so the very next call could still fail with
24+
`rpc error: ... waiting to start`.
25+
26+
### Functional Changes/Additions
27+
28+
### Technical and Architectural Updates
29+
30+
* [Report litd's own version for `litd
31+
-V`](https://github.com/lightninglabs/lightning-terminal/pull/1337): The `-V`
32+
flag now prints litd's version instead of the integrated lnd version.
33+
34+
## RPC Updates
35+
36+
## Integrated Binary Updates
37+
38+
### LND
39+
40+
### Loop
41+
42+
### Pool
43+
44+
### Faraday
45+
46+
### Taproot Assets
47+
48+
# Contributors (Alphabetical Order)
49+
50+
* 0xfandom
51+
* bitromortac

0 commit comments

Comments
 (0)