lightning-terminal/docs/release-notes/release-notes-0.13.4.md

31 lines
920 B
Markdown
Raw Normal View History

2024-07-29 09:24:39 +02:00
# Release Notes
# Integrated Binary Updates
### Lightning Terminal
* [Fixed a bug where REST calls for the `WalletUnlocker` service weren't allowed
2024-07-29 09:24:39 +02:00
on startup](https://github.com/lightninglabs/lightning-terminal/pull/806).
* [Added build flag 'litd_no_ui' for building litd without the ui, accessible
with 'make go-build-noui' and 'make go-install-noui'](https://github.com/lightninglabs/lightning-terminal/pull/500).
2024-07-29 09:24:39 +02:00
* Add a ['--version'
flag](https://github.com/lightninglabs/lightning-terminal/pull/830) to litd
which can be used to obtain version information of the daemon.
2024-07-29 09:24:39 +02:00
### LND
* [Update the integrated LND version to
v0.18.3-beta](https://github.com/lightninglabs/lightning-terminal/pull/843).
2024-07-29 09:24:39 +02:00
### Loop
2024-07-29 09:24:39 +02:00
* [Update the integrated Loop version to
v0.28.7-beta](https://github.com/lightninglabs/lightning-terminal/pull/843).
2024-07-29 09:24:39 +02:00
# Contributors (Alphabetical Order)
* Elle Mouton
2024-07-29 09:24:39 +02:00
* Oliver Gugger