diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 356de17d7..ddaa43792 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 = 164 - versionName = "1.8.5" + versionCode = 165 + versionName = "1.8.6" 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 6e0e05e01..3a5e4c186 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,12 +1,16 @@ ## Changes -- Implement profile search (#211); -- Update search command for time posted; -- Fix breaking changes with extra spacing on ThreadScreen; -- All feeds are now invalidated after 3 minutes; -- Implement notes & replies polling on profile details; -- Fix delays when tapping new notes pill on notes feeds; -- Add retryNetworkCall when calling get user profile api endpoint; -- Fix animate to top when tapping home or reads tabs; -- Implement custom profile app bar icons; -- Fix avatar issue when zapping a note; -- Fix avatar images in dvm feeds; \ No newline at end of file +- Set chronological feeds to expire after 24 hours +- Fix New Notes pill button feed performances +- Fix referenced events borders per figma design +- Fix uniqueKey for NotificationUi list item +- Fix crash when scrolling to top from long distance in notes feed +- Adjust paging config for notes +- Fix losing feed position when tapping new notes pill +- Update business logic to always fetch profile details feed +- Remove polling in profile details +- Implement skeleton loaders for prepend loads +- Add isIdle check before showing no content on notes feed +- Implement user avatar on explore screen +- Disable mention clicks and highlighting on explore zaps +- Add page spacing between note attachments in feed +- Implement media feed indicators (#212) \ No newline at end of file