Commit graph

69 commits

Author SHA1 Message Date
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
Oliver Gugger
ce262d3284
README+docs: update release notes and README 2025-01-30 11:27:45 +01:00
Oliver Gugger
6040a21d1e
README+docs: update release notes and README 2025-01-23 12:24:00 +01:00
Oliver Gugger
90d6bdf7e3
docs: update release notes 2025-01-22 20:34:03 +01:00
Elle Mouton
d6f184c054
docs: add release notes file and entry 2025-01-07 12:34:56 +02:00
Elias Rad
d7869cccc1
docs fix spelling issues (#862)
* Update WALKTHROUGH.md

* Update accounts.md

* Update config-lnd-integrated.md

* Update WALKTHROUGH.md

* Update accounts.md

* Update config-lnd-integrated.md
2024-12-26 10:20:13 +01:00
Oliver Gugger
f16893da76
version+docs: add release notes, bump version to v0.14.0-alpha 2024-12-19 21:23:34 +01:00
Elle Mouton
e5e97f6708
config: add signet network option 2024-11-19 09:12:57 +02:00
Oliver Gugger
12b37309be
docs: add release notes 2024-11-08 10:29:15 +01:00
Oliver Gugger
ab137035c6
docs: move previous item to correct category 2024-11-08 10:29:15 +01:00
Oliver Gugger
95e289c6fa
docs: add release notes 2024-11-08 09:15:58 +01:00
Viktor Tigerström
e8b7cff35a
docs/release-notes: cut release v0.13.6-alpha 2024-10-28 11:18:52 +01:00
Viktor Tigerström
5941ea1a6b
docs/release-notes: cut release v0.13.5-alpha 2024-10-25 19:39:48 +02:00