From c6eca2e122be9d9fd8ac2966a686624cbda848fa Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Thu, 28 Mar 2024 16:49:55 +0100 Subject: [PATCH] Primal 0.96.9 release --- app/build.gradle.kts | 4 ++-- app/src/main/github/release-notes/github.md | 1 + app/src/main/play/release-notes/en-US/default.txt | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 80cc0f584..894780be8 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 = 107 - versionName = "0.96.8" + versionCode = 108 + versionName = "0.96.9" 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 63b3993ab..808de0542 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,4 +1,5 @@ ## Changes +- Profile QR code viewer; - Implement rendering links, hashtags and profiles in profile about section; - Update profile header; - Implement lud16 validation in profile editor; 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 5aaabf9cb..53e5f7553 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 @@ ## Changes +- Profile QR code viewer; - Profile screen improvements; - Profile editor improvements; - Pull to refresh: Feeds, Profile & Threads;