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+ ## [ 4.0.0-beta3] - 2023-02-14
7+
8+ ### Changed
9+ - Lock Jade on session logout
10+
11+ ### Fixed
12+ - Fix device list showing previously connected devices
13+ - Hide menu entries(rename/archive) for watch only sessions
14+ - Show the change address in Verification bottom sheet on Trezor devices
15+ - Fix wallet restore when the corresponding multisig watch-only is already present in the wallets list
16+ - Disable amount entry points until a valid address is entered
17+ - Show fee error on bump transaction fee
18+
619## [ 4.0.0-beta2] - 2023-02-07
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 394
36- versionName " 4.0.0-beta2 "
35+ versionCode 395
36+ versionName " 4.0.0-beta3 "
3737 setProperty(" archivesBaseName" , " BlockstreamGreen" + " -v" + versionName)
3838
3939 // Export schemas
You can’t perform that action at this time.
0 commit comments