|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: lightning-terminal |
|
|
|
category: bitcoin |
|
|
|
name: Lightning Terminal |
|
|
|
version: "0.13.2-alpha" |
|
|
|
version: "0.13.3-alpha" |
|
|
|
tagline: The easiest way to manage channel liquidity |
|
|
|
description: >- |
|
|
|
Lightning Terminal is the easiest way to manage inbound and |
|
|
@ -56,8 +56,8 @@ path: "" |
|
|
|
defaultUsername: "" |
|
|
|
deterministicPassword: true |
|
|
|
releaseNotes: >- |
|
|
|
This release of Lightning Terminal (LiT) includes an update to the version of |
|
|
|
the integrated LND daemon. |
|
|
|
This release of Lightning Terminal (LiT) includes updates to the integrated |
|
|
|
Taproot Assets and Loop daemons. |
|
|
|
|
|
|
|
|
|
|
|
IMPORTANT NOTE: To avoid loss of funds, it's imperative that you read the |
|
|
@ -81,12 +81,21 @@ releaseNotes: >- |
|
|
|
breaking changes in the future and that assets minted with v0.3.0 will be |
|
|
|
compatible with later versions. |
|
|
|
|
|
|
|
## Breaking changes |
|
|
|
|
|
|
|
The configuration value (taproot-assets.universe.public-access) and command line |
|
|
|
flag (--taproot-assets.universe.public-access) now needs a value and is no longer a boolean. The value now controls |
|
|
|
whether the node's universe database can be accessed over RPC and either read (value r) or written to (value w) or |
|
|
|
both (value rw). So existing nodes with the configuration file value taproot-assets.universe.public-access=true need |
|
|
|
to change the value to taproot-assets.universe.public-access=rw. Users specifying the command line flag |
|
|
|
--taproot-assets.universe.public-access just need to append a value, for example |
|
|
|
--taproot-assets.universe.public-access=rw. |
|
|
|
|
|
|
|
We'll be continuously working to improve the user experience based on |
|
|
|
feedback from the community. |
|
|
|
|
|
|
|
|
|
|
|
This release packages LND v0.18.2-beta, Taproot Assets Daemon v0.3.3-alpha, |
|
|
|
Loop v0.28.5-beta, Pool v0.6.4-beta and Faraday v0.2.13-alpha. |
|
|
|
This release packages LND v0.18.2-beta, Taproot Assets Daemon v0.4.1-alpha, |
|
|
|
Loop v0.28.6-beta, Pool v0.6.4-beta and Faraday v0.2.13-alpha. |
|
|
|
submitter: Umbrel |
|
|
|
submission: https://github.com/getumbrel/umbrel/pull/348 |