From bbebbe60397e680074854bced07200853cc55cb8 Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Tue, 9 Apr 2024 00:14:39 +0200 Subject: [PATCH] Primal 0.97.2 release --- app/build.gradle.kts | 4 ++-- app/src/main/github/release-notes/github.md | 15 ++++++--------- app/src/main/play/release-notes/en-US/default.txt | 11 +---------- 3 files changed, 9 insertions(+), 21 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 95c2b35f9..e002e11d2 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 = 110 - versionName = "0.97.0" + versionCode = 112 + versionName = "0.97.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 e131d3783..3f0813bca 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,10 +1,7 @@ ## Changes -- Implement Bookmarks screen; -- Implement publishing reply to parent note's relay; -- Add relay hints to 'e' tags when publishing a short note; -- Implement Profile QR Code scanner; -- Implement tabs on Profile QR Code viewer; -- Fix lightning:lnbc not working on wallet scan; -- Fix lnbc description misaligned in tx editor UI; -- Fix nip05 formatting issue on some screens; -- Remove unfollow yourself on profile follows screen; \ No newline at end of file +- Implemented Bookmarks screen; +- Implemented support for QR codes with light foreground; +- Implemented Profile QR code scanner; +- Updated Profile QR code viewer; +- Implemented publishing reply to parent note's relay; +- Added relay hints to 'e' tags when publishing a short note; \ 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 e131d3783..2a68f2d3f 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1,10 +1 @@ -## Changes -- Implement Bookmarks screen; -- Implement publishing reply to parent note's relay; -- Add relay hints to 'e' tags when publishing a short note; -- Implement Profile QR Code scanner; -- Implement tabs on Profile QR Code viewer; -- Fix lightning:lnbc not working on wallet scan; -- Fix lnbc description misaligned in tx editor UI; -- Fix nip05 formatting issue on some screens; -- Remove unfollow yourself on profile follows screen; \ No newline at end of file +Bookmarks, Profile QR code viewer and scanner, Outbox support and other fixes. \ No newline at end of file