Skip to content

Commit 186215d

Browse files
committed
Release 5.0.0
1 parent 375f644 commit 186215d

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ 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+
## [5.0.0] - 2025-05-26
7+
8+
#### Added
9+
- UI Refresh
10+
- New tab based navigation
11+
- Bitcoin price chart in Home
12+
- Nags to backup recovery phrase
13+
- Notifications for buy related events
14+
15+
#### Changed
16+
- Streamlined onboarding postponing recovery phrase backup
17+
- Improved buy bitcoin experience with in app selection of best quote and exchange
18+
- Allow access in watchonly mode for Jade users with singlesig accounts
19+
- Unlock Jade from within the wallet to perform operations with the device
20+
- Update gdk to version 0.75.1
21+
- Update breez to version 0.7.1
22+
623
## [4.1.8] - 2025-03-13
724

825
### Added

androidApp/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ android {
3636
defaultConfig {
3737
minSdk = libs.versions.androidMinSdk.get().toInt()
3838
targetSdk = libs.versions.androidTargetSdk.get().toInt()
39-
versionCode = 491
40-
versionName = "4.9.1"
39+
versionCode = 500
40+
versionName = "5.0.0"
4141

4242
setProperty("archivesBaseName", "BlockstreamGreen-v$versionName")
4343
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")

0 commit comments

Comments
 (0)