diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7668c43a..6159da53 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 = 192 - versionName = "2.0.24" + versionCode = 193 + versionName = "2.0.25" 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 cbb642a6..727e0c32 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,9 +1,10 @@ ## Changes -- 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 +- Updated avatar border sizes according to design +- Fixed broken mentions +- Fixed isPrimalDvm api broken changes +- Fixed cohort broken changes; Added premium tier business logic; +- Fixed drawer menu items not changing background on theme change; +- Updated legend styles; +- Fixed avatars cutoff in advanced search user pickers; +- Fixed avatar clicks not working on advanced search; +- Disabled legendary avatar customization on new notes pill; \ No newline at end of file