From 4d3d45d31a32d8b88bc5ead6991903ff35d4f22d Mon Sep 17 00:00:00 2001 From: /rootzoll Date: Wed, 18 Dec 2024 13:57:12 +0100 Subject: [PATCH] v1.11.4rc1 (#4883) --- CHANGES.md | 3 +++ home.admin/_version.info | 2 +- home.admin/config.scripts/bonus.albyhub.sh | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a114e30c5..d08fa9416 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,10 @@ Small AlbyHub feature release with security/bug-fixing relevant updates. +- New: AlbyHub v1.11.3 (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) ## What's new in Version 1.11.3 of RaspiBlitz? diff --git a/home.admin/_version.info b/home.admin/_version.info index 9ba3e304e..59e1baf79 100644 --- a/home.admin/_version.info +++ b/home.admin/_version.info @@ -1,4 +1,4 @@ # RaspiBlitz Version - always [major].[main].[sub] (sub can be a string like '2rc1') -codeVersion="1.11.3" +codeVersion="1.11.4" codeRelease="dev" # keep last line with comment ---> IF YOU HAVE A NEW VERSION BRANCH > EDIT ALSO build_sdcard.sh \ No newline at end of file diff --git a/home.admin/config.scripts/bonus.albyhub.sh b/home.admin/config.scripts/bonus.albyhub.sh index 22c5262b3..cb9407359 100644 --- a/home.admin/config.scripts/bonus.albyhub.sh +++ b/home.admin/config.scripts/bonus.albyhub.sh @@ -22,7 +22,7 @@ if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then echo "# bonus.${APPID}.sh install -> install the app" echo "# bonus.${APPID}.sh uninstall -> uninstall the app" echo "# bonus.${APPID}.sh on -> activate the app" - echo "# bonus.${APPID}.sh off [delete-data] -> dseactivate the app" + echo "# bonus.${APPID}.sh off [delete-data] -> deactivate the app" echo "# bonus.${APPID}.sh menu -> SSH menu dialog" echo "# bonus.${APPID}.sh prestart -> prestart used by systemd" exit 1