Commit graph

81 commits

Author SHA1 Message Date
Viktor Torstensson
b38a80a741
docs: add SQL migration release notes
Document the default KVDB-to-SQL migration in the 0.17.0 release
notes, including the new databasebackend option and the available
SQLite and Postgres backends.

Also note that users who want to remain on bbolt must set
databasebackend=bbolt before the SQL migration runs, since the legacy
bbolt database is tombstoned after a successful migration.

Mark the bbolt backend as deprecated and note that support will be
removed in a future release.
2026-06-02 00:20:57 +02:00
Viktor Torstensson
911c3bb5d1
docs: update benchmarking docs with firewalldb pkg 2026-05-14 11:39:04 +02:00
Viktor Torstensson
66952a3d12
docs: update benchmarking docs with session pkg 2026-05-14 11:38:59 +02:00
Viktor Torstensson
4271db936d
docs: add doc for benchmarking database backends 2026-05-14 11:38:42 +02:00
cyberguru1
d435ca7fe6
docs: update release notes for account renaming 2026-05-05 13:39:14 -05:00
0xfandom
6d127b93c4 docs: note that FreeBSD users need gmake to build
The Makefile uses GNU Make features, which on FreeBSD requires the
gmake port rather than the base system make. Add a short note to the
compile instructions so FreeBSD users know to install gmake and use
it in place of make.

Closes #859
2026-05-01 19:11:05 +05:30
Boris Nagaev
3d8994d772
docs: add release note 2026-04-05 17:22:44 -05:00
Dario Anongba Varela
dfcde88496
litcli: show asset information on payinvoice 2026-03-19 14:16:46 +01:00
Viktor Torstensson
e160e5bd00
docs: prepare release notes for v0.16.1 release 2026-02-13 11:48:44 +01:00
Viktor Torstensson
a3c9df7df2
docs: move v0.16.1 release note to correct doc
The release notes for
https://github.com/lightninglabs/lightning-terminal/pull/1168
accidentally got added to the `v0.16.0` release notes instead of the
`v0.16.1` release notes. This commit moves the release note to the
correct doc.
2026-02-12 19:06:08 +01:00
Viktor Torstensson
0bbae23586
docs: update 0.16.1 release notes 2026-02-12 17:14:38 +01:00
bitromortac
96434549c4
docs: update release notes 2026-02-09 15:28:42 +01:00
Slyghtning
d1a6e36781
docs: add release notes 2025-12-17 14:08:27 +01:00
ffranr
a1ef642be2
Merge pull request #1179 from lightninglabs/wip/readme-cleanup
Cleanup and streamline README formatting and version guidance
2025-12-04 13:15:15 +00:00
ffranr
d342745105
docs: archive compatibility table and trim README guidance
Move the LiT/LND compatibility matrix into docs/compatibility.md for
archival so future releases no longer require README updates to adjust
the table.

Update README to direct users to release notes for minimum lnd versions
and fall back to the archived table when not specified.
2025-12-04 12:14:42 +00:00
Viktor Torstensson
9e3ce6577a
Merge pull request #1168 from ZZiigguurraatt/cache_golang
dev.Dockerfile: use cache mounts to speed up rebuilding
2025-12-02 19:45:28 +01:00
ffranr
011d5fdf1a
Merge pull request #1173 from lightninglabs/wip/bump-tapd-v0.7.0
go.mod: bump lnd, loop, taproot-assets
2025-11-26 11:26:33 +00:00
ffranr
cb700c1ba4
docs: add release note 2025-11-26 10:55:48 +00:00
ZZiigguurraatt
3d9436ec78 dev.Dockerfile: use cache mounts to speed up rebuilding 2025-11-19 15:27:53 -05:00
Viktor Torstensson
1ed66620ec
Merge pull request #1167 from ZZiigguurraatt/add_monitoring
build: add `monitoring` tag for lnd
2025-11-19 20:56:36 +01:00
ZZiigguurraatt
82ad317086 build: add monitoring tag for lnd 2025-11-19 10:32:37 -05:00
Viktor Torstensson
81fe0fd332
docs: update release notes 2025-11-10 18:58:22 +01:00
Viktor Torstensson
0d48fecf29
docs: add v0.15.3 release notes 2025-10-31 20:35:34 +01:00
George Tsagkarelis
8319566853
docs: add release note 2025-10-30 10:52:45 +01:00
George Tsagkarelis
2893353659
docs: add release notes for v0.16.0 2025-10-15 14:07:32 +02:00
Viktor Tigerström
ce5dbc01be
docs: update release notes 2025-08-21 17:36:47 +02:00
Oliver Gugger
f624566fb9
docs: update release notes 2025-08-08 15:32:43 +02:00
Bob Smith
2685477b45
config: add testnet4 network option 2025-07-30 13:08:06 -04:00
Oliver Gugger
924fce977e
README+docs: update documentation for v0.15.1-alpha 2025-07-16 18:44:37 +02:00
Oliver Gugger
12d5b40af9
README+docs: update documentation for v0.15.1-alpha.rc1 2025-07-14 10:26:14 +02:00
Viktor Tigerström
dfb3ce94c4
docs: cut release notes for v0.15.0-alpha 2025-06-18 13:09:21 +02:00
Viktor Tigerström
1d15b1e7ba
Merge pull request #1093 from lightninglabs/path-prefix-custom-session
app: fix custom session routes with path prefix
2025-06-18 11:46:42 +02:00
jamaljsr
df8f2bc62a
docs: Update release notes 2025-06-17 23:53:32 -05:00
Oliver Gugger
6c5f6b14be
docs: update release notes 2025-06-17 19:30:41 +02:00
Oliver Gugger
b7314eb25f
docs: update release notes 2025-06-05 18:06:27 +02:00
Oliver Gugger
41a3057bc1
docs: rename release notes for 0.15.0, update versions 2025-05-21 19:25:30 +02:00
George Tsagkarelis
78c2490864
docs: add release note for addinvoice sat/msat amount 2025-05-20 13:03:54 +02:00
Elle
329b939aa6
Merge pull request #1034 from ViktorTigerstrom/2025-04-include-commit-hash
Add `commit_hash`  field to `GetInfo` response
2025-05-16 12:26:02 +02:00
Oliver Gugger
bdddc20148
docs: add release notes 2025-05-15 12:05:04 +02:00
Viktor Tigerström
59ecb77b10
docs: Add release notes 2025-05-13 12:29:45 +02:00
ffranr
d5d4bd609e
docs: describe package and module level changes in release notes 2025-05-06 12:02:13 +01:00
Oliver Gugger
4225d65b40
docs: add release notes 2025-04-29 21:18:49 +02:00
Viktor Tigerström
2d3efee7df
multi: expose Proxy service over LNC
Previously, the `Proxy` service was not accessible over LNC, as we did
not want to expose the `stop` and `bakesupermacaroon` endpoints over
LNC. This also meant that the `getinfo` endpoint was not accessible over
LNC. As we now have demand to expose the `getinfo` endpoint over LNC, we
have decided to expose the `Proxy` service over LNC, and let the user
fine-tune the access to the `stop` and `bakesupermacaroon` endpoints
via the macaroon for the LNC session instead.
2025-04-11 20:03:35 +02:00
Elle
9e5578cf2d
Merge pull request #974 from ViktorTigerstrom/2025-02-credit-debit-accounts-impl
accounts: Add credit and debit account functionality
2025-04-01 13:13:43 +02:00
Viktor Tigerström
0c520cef18
multi: add accounts u --new_balance deprecation
This commit adds a deprecation notice regarding the
`accounts update --new_balance` flag. This flag will be removed in the
next major release of lit.
2025-03-31 02:45:53 +02:00
Viktor Tigerström
5b6edb4f0c
docs: add release notes for v0.14.2-alpha 2025-03-31 02:18:57 +02:00
gcaracuel
b2f2ea048a
litcli: Global flags to accept ENV vars overrides. 2025-03-24 09:23:14 +01:00
Elle Mouton
ec8d1360e1
docs: add release notes 2025-02-25 16:25:27 +02:00
Oliver Gugger
4bad906d8a
docs+README: update readme and release notes 2025-02-12 11:36:08 +01:00
Rachel Fish
a1ae2bd495 api+store: Add lastHop parameter for loop in quotes 2025-01-30 11:30:31 -07:00