From 86b025bd28a9b62cddbb64255ff44c6bd4df4299 Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Tue, 4 Jun 2024 18:53:05 +0200 Subject: [PATCH] Primal 1.0.0 release --- app/build.gradle.kts | 4 ++-- app/src/main/github/release-notes/github.md | 3 ++- app/src/main/play/release-notes/en-US/default.txt | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1a386bcb7..dd7e85bd9 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 = 130 - versionName = "0.100.4" + versionCode = 131 + versionName = "1.0.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 51abaf1cb..b4b5ec49a 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -4,4 +4,5 @@ - NIP-92 support with image dimensions and mime-type; - Notifications facelift; - Clickable nostr:naddr links; -- Implemented invoice rendering in notes (feed & chat); \ No newline at end of file +- Implemented invoice rendering in notes (feed & chat); +- Fixed feed gaps; \ 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 b376dea80..ea43869d7 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 @@ -Video uploads, adjust note font size, NIP-92 support, notifications facelift, clickable nostr:naddr links & invoice rendering in notes. \ No newline at end of file +Video uploads, adjust note font size, NIP-92 support, notifications facelift, clickable nostr:naddr links & invoice rendering in notes. Fixed feed gaps. \ No newline at end of file