diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 9df19da3..7668c43a 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 = 191 - versionName = "2.0.23" + versionCode = 192 + versionName = "2.0.24" 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 3588e117..cbb642a6 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,6 +1,9 @@ ## Changes -- Improved onboarding flow with follows customization and zaps introductions; -- 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 +- Implement double ring on legend avatars +- Implement primal legend avatar customization across the app (#239) +- Improve primal legend profile updates (#241) +- Fix always show custom badge for primal legends (if enabled) +- Fix advanced search filter picker scrollable area +- Fix profile editor regression +- Integrate primal premium into profile editor (#242) +- Implement paywall on media feeds grid (#243) \ 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 4dcebe5a..0e550d1e 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,2 @@ -Improved onboarding flow. -Tap to see profile and cover photo. -Support for highlights. -Follow/unfollow approvals. +Legend profile improvements. Stability and improvements. \ No newline at end of file