From f48c311401704c89ca1ea6645a699952b821ba5e Mon Sep 17 00:00:00 2001 From: /rootzoll Date: Wed, 18 Dec 2024 23:19:24 +0100 Subject: [PATCH] Small Updates for v1.11.4 (#4889) * AlbyHub 1.12.0 --- CHANGES.md | 4 +++- home.admin/00settingsMenuServices.sh | 2 +- home.admin/config.scripts/bonus.albyhub.sh | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 323a0f318..4a6a0bb10 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,9 +9,11 @@ Features: ## What's new in Version 1.11.4 of RaspiBlitz? +ReleaseCandidate: https://raspiblitz.fulmo.org/images/raspiblitz-min-v1.11.4rc1-2024-12-18.img.gz + Small AlbyHub feature release with security/bug-fixing relevant updates. -- New: AlbyHub v1.11.3 (SSH & WebUI) [details](https://github.com/getAlby) +- New: AlbyHub v1.12.0 (SSH & WebUI) [details](https://github.com/getAlby) - New: SSH-Option to tirn on/off LNbits AdminUI [details](https://github.com/raspiblitz/raspiblitz/issues/4876) - Update: LND v0.18.3-beta [details](https://github.com/lightningnetwork/lnd/releases/tag/v0.18.3-beta) - Update: Core Lightning v24.11 [details](https://github.com/ElementsProject/lightning/releases/tag/v24.11) diff --git a/home.admin/00settingsMenuServices.sh b/home.admin/00settingsMenuServices.sh index 435cb1c3f..890ee2903 100755 --- a/home.admin/00settingsMenuServices.sh +++ b/home.admin/00settingsMenuServices.sh @@ -65,7 +65,7 @@ if [ "${lightning}" == "lnd" ] || [ "${lnd}" == "on" ]; then OPTIONS+=(ra 'LND RTL Webinterface' ${rtlWebinterface}) OPTIONS+=(ta 'LND ThunderHub' ${thunderhub}) OPTIONS+=(la 'LND LIT (loop, pool, faraday)' ${lit}) - OPTIONS+=(ah 'LND AlbyHub (early access)' ${albyhub}) + OPTIONS+=(ah 'LND AlbyHub (App Connector)' ${albyhub}) OPTIONS+=(gb 'LND LNDg (auto-rebalance, auto-fees)' ${lndg}) OPTIONS+=(oa 'LND Balance of Satoshis' ${bos}) OPTIONS+=(ya 'LND PyBLOCK' ${pyblock}) diff --git a/home.admin/config.scripts/bonus.albyhub.sh b/home.admin/config.scripts/bonus.albyhub.sh index 3daf21e88..2df7d55ca 100644 --- a/home.admin/config.scripts/bonus.albyhub.sh +++ b/home.admin/config.scripts/bonus.albyhub.sh @@ -7,7 +7,7 @@ APPID="albyhub" # one-word lower-case no-specials # https://github.com/getAlby/hub/releases -VERSION="1.11.3" +VERSION="1.12.0" # port numbers the app should run on # delete if not an web app