File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,19 @@ 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+
7+ ## [ 4.0.0-beta4] - 2023-03-07
8+
9+ ### Added
10+
11+ - Add troubleshooting links in Jade onboarding
12+ - Uncheck "Remember device" option if user deletes a wallet from the list
13+
14+ ### Fixed
15+
16+ - Fix Jade login with bip39 passphrases
17+ - Fix Trezor signing to recognize change address when sending
18+
619## [ 4.0.0-beta3] - 2023-02-14
720
821### Changed
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 395
36- versionName " 4.0.0-beta3 "
35+ versionCode 396
36+ versionName " 4.0.0-beta4 "
3737 setProperty(" archivesBaseName" , " BlockstreamGreen" + " -v" + versionName)
3838
3939 // Export schemas
You can’t perform that action at this time.
0 commit comments