diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 0534c9251..9df19da3d 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 = 190 - versionName = "2.0.22" + versionCode = 191 + versionName = "2.0.23" 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 6c07de13f..3588e1170 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,3 +1,6 @@ ## Changes - Improved onboarding flow with follows customization and zaps introductions; -- Fixed logic for Primal feed check on DVM feed preview; \ No newline at end of file +- Fixed logic for Primal feed check on DVM feed preview; +- Implement avatar and cover zoom on profile details screen (#234); +- Implement highlights and generic events in feeds (#238); +- Implement follow/unfollow approvals (#237); \ 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 088350d35..4dcebe5af 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 @@ +Improved onboarding flow. +Tap to see profile and cover photo. +Support for highlights. +Follow/unfollow approvals. Stability and improvements. \ No newline at end of file