version 1.11.0rc3

This commit is contained in:
rootzoll 2024-02-20 20:47:48 +01:00
parent 85871f325a
commit b3a14cfc35
3 changed files with 3 additions and 2 deletions

View file

@ -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/)

View file

@ -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

View file

@ -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 ...