Skip to content

Commit

Permalink
Primal 0.62.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Jan 18, 2024
1 parent 8916aac commit 88883dd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 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 = 75
versionName = "0.61.0"
versionCode = 76
versionName = "0.62.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
9 changes: 3 additions & 6 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
## Features
- Fixed badges not visible on wallet tab
- Implemented fetching wallet balance on wallet screen init
- Enabled posting a new note with attachments only
- Fixed buy sats button margins
- Fixed typo on edit profile
- Implemented fetching user profile on wallet send with targetPubkey
- Implement external wallet settings;
- Implement Primal Wallet settings UI only;
- Improve Wallet stability;
9 changes: 3 additions & 6 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
- Fixed badges not visible on wallet tab
- Implemented fetching wallet balance on wallet screen init
- Enabled posting a new note with attachments only
- Fixed buy sats button margins
- Fixed typo on edit profile
- Implemented fetching user profile on wallet send with targetPubkey
- Implement external wallet settings;
- Implement Primal Wallet settings UI only;
- Improve Wallet stability;

0 comments on commit 88883dd

Please sign in to comment.