loop/docs/release-notes/release-notes-0.18.0.md
Slyghtning 6b942941fb
docs: complete historical release notes
Document every published Loop release and preserve authoritative notes.

Add the next-release workflow and rebuild chronological navigation.

Rename the reproducible-build guide for clarity.
2026-07-27 11:54:05 +02:00

33 lines
947 B
Markdown

# Loop Client Release Notes
- **Release date:** 2022-03-30
- **Release page:**
[v0.18.0-beta](https://github.com/lightninglabs/loop/releases/tag/v0.18.0-beta)
- **Previous release:** [v0.17.0-beta](release-notes-0.17.0.md)
- **Next release:** [v0.19.1-beta](release-notes-0.19.1.md)
#### New Features
* Loop client now supports optional routing plugins to improve off-chain payment
reliability. One such plugin that the client implements will gradually prefer
increasingly more expensive routes in case payments using cheap routes time
out. Note that with this addition the minimum required LND version is LND
0.14.2-beta.
#### Breaking Changes
#### Bug Fixes
* Loop now supports being hooked up to a remote signing pair of `lnd` nodes, as
long as `lnd` is `v0.14.3-beta` or later.
#### Maintenance
#### Contributors (Alphabetical Order)
- Alex Bosworth
- Andras Banki-Horvath
- Harsha Goli
- Marnix
- Oliver Gugger
- Yong Yu