File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
55
6+ ## [ 4.0.0-beta5] - 2023-04-06
7+
8+ ### Added
9+ - Animated visuals
10+
11+ ### Fixed
12+ - Fix custom electrum server with Tor enabled
13+ - Fix crash when app returns from the background and GDK session is no longer available
614
715## [ 4.0.0-beta4] - 2023-03-07
816
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ android {
3232 defaultConfig {
3333 minSdkVersion 23
3434 targetSdkVersion 33
35- versionCode 396
36- versionName " 4.0.0-beta4 "
35+ versionCode 397
36+ versionName " 4.0.0-beta5 "
3737 setProperty(" archivesBaseName" , " BlockstreamGreen" + " -v" + versionName)
3838
3939 // Export schemas
You can’t perform that action at this time.
0 commit comments