File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed
Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,23 @@ 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+ ## [ 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
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments