From f20da9980a9f27b7dbe5ce9b65a08f156a13158c Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Tue, 30 Jan 2024 13:38:10 +0100 Subject: [PATCH] Primal 0.91.0 release --- app/build.gradle.kts | 4 ++-- app/src/main/github/release-notes/github.md | 7 ++++--- app/src/main/play/release-notes/en-US/default.txt | 3 ++- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 2d6a7341..baa5e788 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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" diff --git a/app/src/main/github/release-notes/github.md b/app/src/main/github/release-notes/github.md index 0cf18cce..2e2674c2 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -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; \ No newline at end of file +- Implemented Latest with Replies feed support on main screen + +## Fixes +- Fixed default zap amount and message not used when zapping \ No newline at end of file diff --git a/app/src/main/play/release-notes/en-US/default.txt b/app/src/main/play/release-notes/en-US/default.txt index 86f8565b..25a860a3 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -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! \ No newline at end of file +- Implemented Latest with Replies feed support on main screen +- Fixed default zap amount and message not used when zapping \ No newline at end of file