From 1192aedbec44149a25200e9ff070f83712fb7d8f Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Wed, 24 Jul 2024 19:12:09 +0200 Subject: [PATCH] Primal 1.5.2 release --- app/build.gradle.kts | 4 ++-- app/src/main/github/release-notes/github.md | 5 +++-- app/src/main/play/release-notes/en-US/default.txt | 5 +++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 244f5e288..bae47ef6f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -60,8 +60,8 @@ android { applicationId = "net.primal.android" minSdk = 26 targetSdk = 35 - versionCode = 140 - versionName = "1.5.1" + versionCode = 141 + versionName = "1.5.2" 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 47357fac4..817c07cad 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -2,5 +2,6 @@ - Reads App shell; - Default Nostr Reads feed; -- Article Details screen with simple native Markdown rendering; -- Feed naddr links connected to internal article details screen; \ No newline at end of file +- Article Details screen with markdown rendering; +- Feed naddr links connected to internal article details screen; +- Support for profile and note mentions in article details; \ 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 d0276fd32..a99cdc387 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1,4 +1,5 @@ Reads App shell; Default Nostr Reads feed; -Article Details screen with simple native Markdown rendering; -Feed naddr links connected to internal article details screen; \ No newline at end of file +Article Details screen with markdown rendering; +Feed naddr links connected to internal article details screen; +Support for profile and note mentions in article details; \ No newline at end of file