From e3917f04396596e9f0273ed3d1ef38491a682a41 Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Thu, 11 Apr 2024 20:35:40 +0200 Subject: [PATCH] Primal 0.98.0 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, 11 insertions(+), 9 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c95280ed6..014ebc114 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 = 113 - versionName = "0.97.3" + versionCode = 114 + versionName = "0.98.0" 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 3f0813bca..a73ed4f98 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,7 +1,5 @@ ## Changes -- Implemented Bookmarks screen; -- Implemented support for QR codes with light foreground; -- Implemented Profile QR code scanner; -- Updated Profile QR code viewer; -- Implemented publishing reply to parent note's relay; -- Added relay hints to 'e' tags when publishing a short note; \ No newline at end of file +- Videos in the feed. +- Videos in the media gallery. +- Support for GIF images. +- Auto-adjust dark theme feature. \ 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 2a68f2d3f..a73ed4f98 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1 +1,5 @@ -Bookmarks, Profile QR code viewer and scanner, Outbox support and other fixes. \ No newline at end of file +## Changes +- Videos in the feed. +- Videos in the media gallery. +- Support for GIF images. +- Auto-adjust dark theme feature. \ No newline at end of file