From 325b0a5449111433f58cb21e7129a65145d479c4 Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Mon, 9 Oct 2023 18:01:31 +0200 Subject: [PATCH] Primal 0.18.0 release --- RELEASE_NOTES.md | 16 +++++++++++----- app/build.gradle.kts | 4 ++-- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b0eede2e..05f2a1b0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,13 @@ ## Changes -- Implemented workaround for scroll positions; -- Implemented add/remove user feeds; -- Fixed user mentions in feed when 'name' field is missing; -- Implemented ripple theme to use subtle highlight color from primal theme; -- Removed unused code and minor other fixes; +- Implement flat design on feed screens; +- Implement flat design on threads screen; +- Implement showing opened post always on top on thread screen; +- Fix to handle invalid LWR feed from feed settings; +- Fix black/white screen caused by double clicks on home tab; +- Implement NoteEditorScreen for new notes and replies with conversation; +- Implement note image attachments with gallery import; +- Update navigation bar icons +- Fix dropdown menu item text font size and padding +- Fix edit profile button width on Profile screen +- Fix serialization tags issue when caching raw notes and metadata events; \ No newline at end of file diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 3374ab37..167a74c1 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -58,8 +58,8 @@ android { applicationId = "net.primal.android" minSdk = 26 targetSdk = 34 - versionCode = 43 - versionName = "0.17.2" + versionCode = 44 + versionName = "0.18.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"