From d746bf3353cdee63cf8d3b3bcab50b285dc46789 Mon Sep 17 00:00:00 2001 From: /rootzoll Date: Mon, 10 Jun 2024 16:41:06 +0200 Subject: [PATCH] update LIT v0.12.5 (#4617) --- CHANGES.md | 1 + home.admin/config.scripts/bonus.lit.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 1c3bedcd3..2af1be0ff 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,7 @@ - Update: acme.sh 3.0.7 (repair duckdns.org dyndns) - Update: show progress of electrs building index on LCD - Update: lndmanage 0.16.0 [details](https://github.com/bitromortac/lndmanage) +- Update: Lightning Terminal v0.12.5-alpha [details](https://github.com/lightninglabs/lightning-terminal/releases/tag/v0.12.5-alpha) - Experimental: charge-lnd install script [details](https://github.com/raspiblitz/raspiblitz/discussions/3955) - Experimental: config.scripts/lnd.signaddress.sh to easy sign messages on addresses on LND [details](https://github.com/raspiblitz/raspiblitz/issues/4540) - Experimental: config.scripts/bonus.elements.sh install elements blockchain platform [details](https://github.com/ElementsProject/elements) diff --git a/home.admin/config.scripts/bonus.lit.sh b/home.admin/config.scripts/bonus.lit.sh index e562d44f7..071d68da4 100644 --- a/home.admin/config.scripts/bonus.lit.sh +++ b/home.admin/config.scripts/bonus.lit.sh @@ -1,7 +1,7 @@ #!/bin/bash # https://github.com/lightninglabs/lightning-terminal/releases -LITVERSION="0.10.1-alpha" +LITVERSION="0.12.5-alpha" # command info if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then