diff --git a/CHANGES.md b/CHANGES.md index fe07db3f..c085adb3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,16 +3,18 @@ - New: Tailscale (basic install script) [details](https://en.wikipedia.org/wiki/Tailscale) - New: Connect Zeus to CLN via CLNrest (using the clnrest plugin and runes) - Update: Core Lightning v24.08.1 [details](https://github.com/ElementsProject/lightning/releases/tag/v24.08.1) +- Update: Thunderhub v0.13.31 [details](https://github.com/apotdevin/thunderhub/releases/tag/v0.13.31) - Update: LNDK 0.2.0 (Pay BOLT12 offers with LND) [details](https://github.com/lndk-org/lndk/releases/tag/v0.2.0) - Update: Helipad (Podcasting 2.0 Boostagram reader) v0.2.0 [details](https://github.com/Podcastindex-org/helipad/releases/tag/v0.2.0) - Update: Mempool 3.0.0 [details](https://github.com/mempool/mempool/releases/tag/v3.0.0) +- Update: Balance of Satoshis 19.3.4 (bos) [details](https://github.com/alexbosworth/balanceofsatoshis/blob/v19.3.4/CHANGELOG.md#1934) +- Update: Labelbase 2.2.2 [details](https://x.com/labelbase_space) - Update: LNbits 0.12.11 [details](https://github.com/lnbits/lnbits/releases/tag/0.12.11) - Update: Telegraf Metrics for InfluxDB/Grafana [details](https://github.com/raspiblitz/raspiblitz/tree/dev/home.admin/assets/telegraf/README.md) - Update: RTL v0.15.2 [details](https://github.com/Ride-The-Lightning/RTL/releases/tag/v0.15.2) - Update: Jam (JoinMarket Web UI) v0.3.0 [details](https://github.com/joinmarket-webui/jam/releases/tag/v0.3.0) - Update: CLBOSS 0.13.3 [details](https://github.com/ZmnSCPxj/clboss/releases/tag/v0.13.3) - ## What's new in Version 1.11.2 of RaspiBlitz? This is just a quick patch release for v1.11.1 diff --git a/home.admin/config.scripts/bonus.bos.sh b/home.admin/config.scripts/bonus.bos.sh index 084b3061..13904d0f 100755 --- a/home.admin/config.scripts/bonus.bos.sh +++ b/home.admin/config.scripts/bonus.bos.sh @@ -4,7 +4,7 @@ # https://github.com/alexbosworth/balanceofsatoshis/blob/master/package.json#L85 # https://www.npmjs.com/package/balanceofsatoshis -BOSVERSION="17.9.1" +BOSVERSION="19.3.4" # command info if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then diff --git a/home.admin/config.scripts/bonus.labelbase.sh b/home.admin/config.scripts/bonus.labelbase.sh index febff6c3..990cf0af 100644 --- a/home.admin/config.scripts/bonus.labelbase.sh +++ b/home.admin/config.scripts/bonus.labelbase.sh @@ -1,9 +1,9 @@ #!/bin/bash # path: /home/admin/config.scripts/bonus.labelbase.sh APPID="labelbase" -VERSION="2.2.1" +VERSION="2.2.2" GITHUB_REPO="https://github.com/Labelbase/Labelbase/" -GITHUB_TAG="2.2.1" +GITHUB_TAG="2.2.2" GITHUB_SIGN_AUTHOR="" GITHUB_SIGN_PUBKEYLINK="" GITHUB_SIGN_FINGERPRINT="" @@ -112,8 +112,8 @@ if [ "$1" = "menu" ]; then # basic info text - for an web app how to call with http & self-signed https dialogText="Open in your local web browser: -http://${localIP}:${PORT_CLEAR}\n -https://${localIP}:${PORT_SSL} with Fingerprint: +https://${localIP}:${PORT_SSL}\n +with Fingerprint: ${fingerprint}\n " diff --git a/home.admin/config.scripts/bonus.thunderhub.sh b/home.admin/config.scripts/bonus.thunderhub.sh index aa912c16..c25132b5 100755 --- a/home.admin/config.scripts/bonus.thunderhub.sh +++ b/home.admin/config.scripts/bonus.thunderhub.sh @@ -1,7 +1,7 @@ #!/bin/bash # https://github.com/apotdevin/thunderhub -THUBVERSION="v0.13.30" +THUBVERSION="v0.13.31" # command info if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then diff --git a/home.admin/config.scripts/lnd.install.sh b/home.admin/config.scripts/lnd.install.sh index 13677eb5..be7162a4 100644 --- a/home.admin/config.scripts/lnd.install.sh +++ b/home.admin/config.scripts/lnd.install.sh @@ -89,7 +89,7 @@ if [ "$1" = "install" ] ; then # check if lnd binary is already installed if [ $(sudo -u admin lnd --version 2>/dev/null| grep -c 'lnd') -gt 0 ]; then echo "lnd binary already installed - done" - exit 1 + exit fi # get LND resources