From afd93d9c026e801ab9d22a3d6fe4c7c18f53c682 Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Mon, 13 May 2024 15:53:43 +0200 Subject: [PATCH] Primal 0.99.3 release --- app/build.gradle.kts | 4 ++-- app/src/main/github/release-notes/github.md | 10 +++------- app/src/main/play/release-notes/en-US/default.txt | 6 +----- 3 files changed, 6 insertions(+), 14 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 371955951..577ba5e54 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 = 123 - versionName = "0.99.2" + versionCode = 124 + versionName = "0.99.3" 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 159ccd2fe..86fd8e82e 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,8 +1,4 @@ -## Changes -- Implemented user tagging in new notes and replies. -- Implemented recent users. -- Implemented connect other wallet. - ## Fixes -- Fixed opening profile screen from DM conversations on avatar tap. -- Fixed image uploading on replies not working. \ No newline at end of file +- Fixed sporadic crash when opening search screen. +- Fixed crash when zapping more than once in a second. +- Fixed paddings and margins on feed notes. \ 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 e46a80ada..aa51fd4e0 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1,5 +1 @@ -- Implemented user tagging in new notes and replies. -- Implemented recent users. -- Implemented connect other wallet. -- Fixed opening profile screen from DM conversations on avatar tap. -- Fixed image uploading on replies not working. \ No newline at end of file +Implemented user tagging, recent users and connect other wallet, along with few stability fixes. \ No newline at end of file