From e85ab02b4cd0dae0607cfa351ed4c686f7ff3b3a Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Thu, 1 Feb 2024 19:22:40 +0100 Subject: [PATCH] Primal 0.91.2 release --- app/build.gradle.kts | 4 ++-- app/src/main/github/release-notes/github.md | 5 ++++- app/src/main/play/release-notes/en-US/default.txt | 5 ++++- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7e849f43..68ff7000 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 = 83 - versionName = "0.91.1" + versionCode = 84 + versionName = "0.91.2" 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 9cf2e091..19af662f 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,7 +1,10 @@ ## Features - Implemented notes and replies tabs on profile screen; - Implemented follows tabs on profile screen; +- Implemented image saving from media gallery; ## Fixes - Improved internet identifier badge rendering; -- Added following self when creating account; \ No newline at end of file +- Added following self by default when creating account; +- Fixed default zap amount and message issues; +- Stability improvements; \ 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 35fd72bb..becc2466 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,7 @@ - Implemented notes and replies tabs on profile screen; - Implemented follows tabs on profile screen; +- Implemented image saving from media gallery; - Improved internet identifier badge rendering; -- Added following self when creating account; \ No newline at end of file +- Added following self by default when creating account; +- Fixed default zap amount and message issues; +- Stability improvements; \ No newline at end of file