diff --git a/CHANGES.md b/CHANGES.md index 9992a735d..64ea174ed 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ - New: RaspberryPi5 tested & enabling NVMe PCIe Hats - New: BTCPay Server PostgreSQL database backup and restore options [details](https://github.com/raspiblitz/raspiblitz/pull/4409) - New: Reset option for the self-signed TLS certificate [details](https://github.com/raspiblitz/raspiblitz/pull/4412) +- New on WebUI: Electrum Connect Screen - Update: RaspberryOS base image 2023-12-05 (Debian 12 Bookworm) - Update: amd64 base image: debian-12.5.0-amd64-netinst.iso - Update: Bitcoin Core v26.0 [details](https://bitcoincore.org/en/releases/26.0/) diff --git a/home.admin/_version.info b/home.admin/_version.info index c11efed3d..1ccbfecb6 100644 --- a/home.admin/_version.info +++ b/home.admin/_version.info @@ -1,3 +1,3 @@ # RaspiBlitz Version - always [major].[main].[sub] (sub can be a string like '2rc1') -codeVersion="1.11.0rc2" +codeVersion="1.11.0rc3" # keep last line with comment \ No newline at end of file diff --git a/home.admin/setup.scripts/eventInfoWait.sh b/home.admin/setup.scripts/eventInfoWait.sh index 65ae1d405..923ee5f6d 100644 --- a/home.admin/setup.scripts/eventInfoWait.sh +++ b/home.admin/setup.scripts/eventInfoWait.sh @@ -47,7 +47,7 @@ Starting RaspiBlitz Please wait ... " 6 24 -elif [ "${eventID}" == "ready" ]; then +elif [ "${eventID}" == "ready" ] || [ "${eventID}" == "nostate" ]; then dialog --backtitle "${backtitle}" --cr-wrap --infobox " Please wait ...