From 63f33b40d9fa3ac368fc363ccd172643d124abf2 Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Tue, 8 Oct 2024 18:36:33 +0200 Subject: [PATCH] Primal 1.7.2 release --- app/build.gradle.kts | 4 ++-- app/src/main/github/release-notes/github.md | 8 +++----- app/src/main/play/release-notes/en-US/default.txt | 8 +++----- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e09762e97..910407399 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 = 156 - versionName = "1.7.1" + versionCode = 157 + versionName = "1.7.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 2b204040c..c448448c0 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,6 +1,4 @@ ## Changes -Implement bookmarks screen (notes and articles); -Add Explore icon to Notifications and DMs; -Fix media asearch commands; -Fix explore zaps crash; -Fix deleting outdated feeds when we know we are going to replace it; \ No newline at end of file +Implemented binary compression; +Implemented saving/removing profile feeds; +Fixed crashes; \ 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 a36da607b..8c80b64be 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,3 @@ -Implement bookmarks screen (notes and articles); -Add Explore icon to Notifications and DMs; -Fix media asearch commands; -Fix explore zaps crash; -Fix deleting outdated feeds when we know we are going to replace it; \ No newline at end of file +Implemented binary compression; +Implemented saving/removing profile feeds; +Fixed crashes; \ No newline at end of file