File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,16 @@ 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- ## [ Unreleased ]
6+ ## [ 5.0.3 ] - 2025-06-13
77
88#### Fixed
99- Make QR pin unlock screen scrollable to support larger font sizes
10+ - Fix inconsistent asset card heights when fiat values are missing
11+ - Fix vertical alignment of asset balance when fiat value is missing
12+ - Fix app behavior during onboarding when no fingerprints are enrolled
13+ - Fix navigation to Transact after send
14+ - Fix login with a single hardware wallet non watch-only
15+ - Fix crash introduced in 5.0.0
1016
1117## [ 5.0.0] - 2025-05-26
1218
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ android {
4343 defaultConfig {
4444 minSdk = libs.versions.androidMinSdk.get().toInt()
4545 targetSdk = libs.versions.androidTargetSdk.get().toInt()
46- versionCode = 500
47- versionName = " 5.0.0 "
46+ versionCode = 503
47+ versionName = " 5.0.3 "
4848
4949 setProperty(" archivesBaseName" , " BlockstreamGreen-v$versionName " )
5050 proguardFiles(getDefaultProguardFile(" proguard-android-optimize.txt" ), " proguard-rules.pro" )
You can’t perform that action at this time.
0 commit comments