From 9aecd7ab684210ba1f2ded52a25f797fe29ea274 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Wed, 19 Feb 2020 22:14:38 +0100 Subject: [PATCH] #1007 added FAQ whats new in v1.4 section --- FAQ.md | 27 ++++++++++++++++++++++++++- README.md | 2 +- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 83234772d..0555f7798 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,5 +1,30 @@ # FAQ - Frequently Asked Questions +## Whats new in Version 1.4 of RaspiBlitz? + +Beside many small improvements and changes, these are most important changes: + +- Update: LND version 0.9.0-beta +- Update: bitcoin-core version 19.0.1-beta +- Update: litecoin version 0.17.1-beta +- Update: RTL (Ride the Lightning) Web UI version 0.6.7-beta (redesign) +- Update: Touchscreen UI (Node Info & Donate) +- Update: Fee Report on LCD +- Update: TORv2 -> TORv3 +- Update: New Torrent files +- New: ElectRS (Electrum Server in Rust) [details](https://github.com/romanz/electrs) +- New: BTCPayServer (Cryptocurrency Payment Processor) [details](https://btcpayserver.org) +- New: LNDmanage (Advanced Channel Management CLI) [details](https://github.com/bitromortac/lndmanage) +- New: BTC-RPC-Explorer (Bitcoin Blockchain Explorer) [details](https://github.com/janoside/btc-rpc-explorer) +- New: Loop (Submarine Swaps Service) [details](https://github.com/lightninglabs/loop) +- New: LNBits (Lightning wallet/accounts System) [details](https://github.com/arcbtc/lnbits) +- New: Fully Noded (iOS) [details](https://apps.apple.com/us/app/fully-noded/id1436425586) +- New: TOR Support to connect mobile Apps +- New: Migration Export/Import (e.g. HDD -> SSD) +- New: Start without LCD (switch to HDMI) +- New: Recovery Sheet (PDF) +- Experimental: BTRFS [details](https://de.wikipedia.org/wiki/Btrfs) + ## Whats new in Version 1.3 of RaspiBlitz? Version 1.3 is using the new Raspbian Buster that is ready to use with the RaspberryPi 4 (also still works with RaspberryPi 3). @@ -25,7 +50,7 @@ Version 1.3 is using the new Raspbian Buster that is ready to use with the Raspb For full details see issue list of [Release 1.3 Milestone](https://github.com/rootzoll/raspiblitz/milestone/6?closed=1). -## How to update my RaspiBlitz from v1.2? +## How to update my RaspiBlitz from v1.3? The update should be quite simple - you don't need to close any channels: diff --git a/README.md b/README.md index 73532f7fa..af8ed17f3 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ SHA-256: 051af0f8923c179e9e74ee17597ff1d7733d5737b94b4e2e0319f1bdc7cf0ffa or [SI You need to write the downloaded sd card image (the img.gz-file) to your sd card (16GB minimum) - you can use the very easy tool Balena Etcher for this: https://www.balena.io/etcher/ .. it's available for Win, Mac & Linux. -* [How to update my RaspiBlitz?](FAQ.md#how-to-update-my-raspiblitz-from-v12) +* [How to update my RaspiBlitz?](FAQ.md#how-to-update-my-raspiblitz-from-v13) * [Whats new in Version 1.4 of RaspiBlitz?](FAQ.md#whats-new-in-version-14-of-raspiblitz) * [How to verify the sd card image after download?](FAQ.md#how-to-verify-the-sd-card-image-after-download)