From 4bc332829edc4824079058b0e4be758fdd36a9a1 Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Sat, 19 Oct 2024 21:22:48 +0200 Subject: [PATCH] Primal 1.8.0 release --- app/build.gradle.kts | 4 ++-- app/src/main/github/release-notes/github.md | 18 +++++++++++++++++- .../main/play/release-notes/en-US/default.txt | 2 +- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 99e3ea519..63626d146 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 = 158 - versionName = "1.7.3" + versionCode = 159 + versionName = "1.8.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 290243c95..cc67dee28 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,2 +1,18 @@ ## Changes -New app shell & UX polish; \ No newline at end of file +- Implement save feed bottom sheet; +- Implement primal user names with new url sharing; +- Implement transferring query from simple search to advanced search; +- Fix article topic feeds title; +- Implement skeleton loaders on all Explore Tabs; +- Fix zap bottom sheet title alignment; +- Fix top zaps end margin (visual polish on notes feed); +- Update bottom nav bar icons; +- Add advanced search icon to simple search screen; +- Fix explore dvm feeds not cleared on dismiss; +- Update advanced search to reflect web app changes; +- Implement DvmFeedListHandler with stats observer; +- Fix zapping dvm feeds as replaceable events; +- Implement liking and zapping on DvmFeeds; +- Implement user mentions on explore zaps list item; +- Implement new explore zaps UI update; +- Implement primal badge support on dvm avatars; \ 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 e96a08ca9..a3c70194f 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 @@ -New app shell & UX polish; \ No newline at end of file +A Bunch of Small Things. \ No newline at end of file