From 79647cb9dfb7ba05e99bb84f1c46d8f6b75555b2 Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Wed, 11 Dec 2024 18:16:47 +0100 Subject: [PATCH] Primal 2.0.29 release --- app/build.gradle.kts | 4 ++-- app/src/main/github/release-notes/github.md | 12 +++--------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4f1c18b5..12ecfbcd 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 = 196 - versionName = "2.0.28" + versionCode = 197 + versionName = "2.0.29" 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 58a5da37..e4c5c227 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,10 +1,4 @@ ## Changes -- Added text shadow to premium badge on profile details -- Updated padding on become legend intro screen -- Fixed paywall always shown on adv. search media grid -- Implemented tap QR code to copy addresses on profile qr code viewer -- Fixed profile details avatar horizontal padding -- Fixed border size and color for non-legends in profile details -- Reverted "Show support us notice always" -- Fixed legend unlimited badge icon shadow -- Fixed note highlight colors for light theme \ No newline at end of file +- Implement rendering highlights on article details; +- Implement legendary profiles in referenced articles and notes (#247) +- Implement legendary custom badge on reactions (#245) \ No newline at end of file