mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-13 03:30:49 +02:00
parent
805131a922
commit
f48c311401
@ -9,9 +9,11 @@ Features:
|
|||||||
|
|
||||||
## What's new in Version 1.11.4 of RaspiBlitz?
|
## 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.
|
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)
|
- 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: 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)
|
- Update: Core Lightning v24.11 [details](https://github.com/ElementsProject/lightning/releases/tag/v24.11)
|
||||||
|
@ -65,7 +65,7 @@ if [ "${lightning}" == "lnd" ] || [ "${lnd}" == "on" ]; then
|
|||||||
OPTIONS+=(ra 'LND RTL Webinterface' ${rtlWebinterface})
|
OPTIONS+=(ra 'LND RTL Webinterface' ${rtlWebinterface})
|
||||||
OPTIONS+=(ta 'LND ThunderHub' ${thunderhub})
|
OPTIONS+=(ta 'LND ThunderHub' ${thunderhub})
|
||||||
OPTIONS+=(la 'LND LIT (loop, pool, faraday)' ${lit})
|
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+=(gb 'LND LNDg (auto-rebalance, auto-fees)' ${lndg})
|
||||||
OPTIONS+=(oa 'LND Balance of Satoshis' ${bos})
|
OPTIONS+=(oa 'LND Balance of Satoshis' ${bos})
|
||||||
OPTIONS+=(ya 'LND PyBLOCK' ${pyblock})
|
OPTIONS+=(ya 'LND PyBLOCK' ${pyblock})
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
APPID="albyhub" # one-word lower-case no-specials
|
APPID="albyhub" # one-word lower-case no-specials
|
||||||
|
|
||||||
# https://github.com/getAlby/hub/releases
|
# https://github.com/getAlby/hub/releases
|
||||||
VERSION="1.11.3"
|
VERSION="1.12.0"
|
||||||
|
|
||||||
# port numbers the app should run on
|
# port numbers the app should run on
|
||||||
# delete if not an web app
|
# delete if not an web app
|
||||||
|
Loading…
Reference in New Issue
Block a user