Skip to content

Commit

Permalink
Primal 2.0.24 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Dec 3, 2024
1 parent c4dcd45 commit 315b5ba
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
13 changes: 8 additions & 5 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -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);
- 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)
5 changes: 1 addition & 4 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 315b5ba

Please sign in to comment.