Skip to content

Commit

Permalink
Primal 0.61.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Jan 17, 2024
1 parent 9e3b42f commit 37ed0ed
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 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 = 74
versionName = "0.60.0"
versionCode = 75
versionName = "0.61.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
7 changes: 6 additions & 1 deletion app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
## Features
- Implemented transaction details screen;
- 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
7 changes: 6 additions & 1 deletion app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
- Implemented transaction details screen;
- 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

0 comments on commit 37ed0ed

Please sign in to comment.