Skip to content

Commit

Permalink
Primal 0.63.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Jan 19, 2024
1 parent e54c9f3 commit 1b1d0ee
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ android {
applicationId = "net.primal.android"
minSdk = 26
targetSdk = 34
versionCode = 76
versionName = "0.62.0"
versionCode = 77
versionName = "0.63.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
10 changes: 7 additions & 3 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## Features
- Implement external wallet settings;
- Implement Primal Wallet settings UI only;
- Improve Wallet stability;
- Implemented spam threshold filter in wallet settings;
- Implemented reading real max wallet balance;
- Implemented persisting wallet settings;
- Implemented zap profile;
- Implemented transactions loading spinner;
- Handle gracefully unknown transaction states;
- Show 0 as wallet balance on cold wallet start;
10 changes: 7 additions & 3 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- Implement external wallet settings;
- Implement Primal Wallet settings UI only;
- Improve Wallet stability;
- Implemented spam threshold filter in wallet settings;
- Implemented reading real max wallet balance;
- Implemented persisting wallet settings;
- Implemented zap profile;
- Implemented transactions loading spinner;
- Handle gracefully unknown transaction states;
- Show 0 as wallet balance on cold wallet start;

0 comments on commit 1b1d0ee

Please sign in to comment.