diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 53afbece..21b8a672 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,4 +4,11 @@ - Implement collapsing new notifications; - Improve AvatarThumbnailsRow to have max limit; - Implement error states in notifications list; -- Disable marking notifications as seen; \ No newline at end of file +- Disable marking notifications as seen; +- Set notifications page size to 50 +- Add missing icons +- Add mentionedBy fields +- Implement hashtag, posts and profile clicks on notification list items; +- Implement zap amounts descriptions +- Fix scroll to top when notification bottom icon is clicked +- Improve collapsing by type and then by postId; \ No newline at end of file diff --git a/app/build.gradle.kts b/app/build.gradle.kts index fc93aff4..927fc030 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -57,8 +57,8 @@ android { applicationId = "net.primal.android" minSdk = 26 targetSdk = 34 - versionCode = 36 - versionName = "0.16.4" + versionCode = 37 + versionName = "0.16.5" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"