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,7 +3,13 @@ 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.6] - 2025-07-01
7+
8+ #### Fixed
9+ - Fix F-Droid startup crash
10+ - Restore wallet from exhausted PIN attempts flow
11+ - Message signing in hw-wo session
12+ - Fix crash introduced in 5.0.0
713
814#### Changed
915- Use consistent primary blue color for all notification types
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 = 503
47- versionName = " 5.0.3 "
46+ versionCode = 506
47+ versionName = " 5.0.6 "
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