From 52b6bb3fe396cf75a4352e9b9579b47c97c13cd8 Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Fri, 1 Nov 2024 14:34:27 +0100 Subject: [PATCH] Primal 2.0.4 release --- app/build.gradle.kts | 4 ++-- app/src/main/github/release-notes/github.md | 15 ++++----------- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 643f06647..809a0a8e2 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 = 171 - versionName = "2.0.3" + versionCode = 172 + versionName = "2.0.4" 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 9872b1768..24e72105c 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,12 +1,5 @@ ## Changes -- Implement new link previews -- Use ellipsis for long author names in reads, but keep timestamp -- Update ContentAppearance; Set 300 chars note limit on note feeds; -- Fix unable to render conversations if DM is missing -- Implement refresh on conversation error state actually refreshes data -- Implement skeleton loaders messages, chats, wallet tx & profile follows; -- Fixed loading logic on DM conversations screen; -- Implement no feeds states on HomeFeedScreen and ReadsScreen (#217) -- Improve media caching (#215) -- Implement initial premium home screen (#218) -- Implement find primal name on premium (#219) \ No newline at end of file +- Implement mandatory full width on referenced notes and articles; +- Implement line break trimming on note content; +- Update username size content appearance; +- Fix missing zap icon on top zap; \ No newline at end of file