Skip to content

Commit

Permalink
Primal 0.91.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Jan 30, 2024
1 parent 2864d5c commit f20da99
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 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 = 81
versionName = "0.90.2"
versionCode = 82
versionName = "0.91.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
7 changes: 4 additions & 3 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## Features
- Fixed unable to zap with Primal wallet and empty wallet transactions history on some devices;
- Fixed issues when creating lightning invoice;
- Added nostr lightning address to wallet settings;
- Implemented Latest with Replies feed support on main screen

## Fixes
- Fixed default zap amount and message not used when zapping
3 changes: 2 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,2 @@
Primal Wallet. You can now enjoy the integrated Nostr experience; where zaps, wallet transactions and Nostr content blend seamlessly within the same app. Try it out and let us know your thoughts!
- Implemented Latest with Replies feed support on main screen
- Fixed default zap amount and message not used when zapping

0 comments on commit f20da99

Please sign in to comment.