Skip to content

Commit 21113b4

Browse files
committed
Increment to version 4.0.0-beta3
1 parent f6a79cb commit 21113b4

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file.
33

44
The 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

green/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)