|
1 | 1 | # Release Notes
|
2 | 2 |
|
3 |
| -# Integrated Binary Updates |
4 |
| - |
5 |
| -### Lightning Terminal |
| 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 |
6 | 18 |
|
7 | 19 | * [Fixed a bug](https://github.com/lightninglabs/lightning-terminal/pull/850)
|
8 | 20 | due to google-protobuf where a channel with SCID aliases on would cause
|
9 | 21 | terminal frontend to be unable to call the `ListChannels` RPC].
|
10 | 22 |
|
11 |
| -* Add a new [`litcli bakesupermacaroon`](https://github.com/lightninglabs/lightning-terminal/pull/858) |
| 23 | +### Functional Changes/Additions |
| 24 | + |
| 25 | +* [Add a new `litcli bakesupermacaroon`](https://github.com/lightninglabs/lightning-terminal/pull/858) |
12 | 26 | helper command. This new command can be used either with a LiT macaroon which
|
13 | 27 | has the appropriate permissions or with an LND macaroon which has the
|
14 | 28 | permissions required to call the LND `BakeMacaroon` call. This later case is
|
15 | 29 | especially useful in stateless-init mode where users will not have access to
|
16 | 30 | a LiT macaroon to perform this call with.
|
17 | 31 |
|
18 |
| -- [Convert litrpc package into a module](https://github.com/lightninglabs/lightning-terminal/pull/823). |
| 32 | +### Technical and Architectural Updates |
| 33 | + |
| 34 | +* [Convert litrpc package into a module](https://github.com/lightninglabs/lightning-terminal/pull/823). |
| 35 | + |
| 36 | +### Autopilot |
| 37 | + |
| 38 | +## Integrated Binary Updates |
19 | 39 |
|
20 | 40 | ### LND
|
21 | 41 |
|
|
27 | 47 |
|
28 | 48 | ### Taproot Assets
|
29 | 49 |
|
30 |
| -# Autopilot |
31 |
| - |
32 | 50 | # Contributors (Alphabetical Order)
|
33 | 51 |
|
34 | 52 | * Andras Banki-Horvath
|
|
0 commit comments