Skip to content

Commit

Permalink
Primal 2.0.25 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Dec 4, 2024
1 parent 29538d3 commit 1c4d325
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 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 = 192
versionName = "2.0.24"
versionCode = 193
versionName = "2.0.25"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
17 changes: 9 additions & 8 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -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)
- 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;

0 comments on commit 1c4d325

Please sign in to comment.