Skip to content

Commit

Permalink
Primal 2.0.29 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Dec 11, 2024
1 parent 80fd9ae commit 79647cb
Show file tree
Hide file tree
Showing 2 changed files with 5 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 = 196
versionName = "2.0.28"
versionCode = 197
versionName = "2.0.29"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
12 changes: 3 additions & 9 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
## Changes
- Added text shadow to premium badge on profile details
- Updated padding on become legend intro screen
- Fixed paywall always shown on adv. search media grid
- Implemented tap QR code to copy addresses on profile qr code viewer
- Fixed profile details avatar horizontal padding
- Fixed border size and color for non-legends in profile details
- Reverted "Show support us notice always"
- Fixed legend unlimited badge icon shadow
- Fixed note highlight colors for light theme
- Implement rendering highlights on article details;
- Implement legendary profiles in referenced articles and notes (#247)
- Implement legendary custom badge on reactions (#245)

0 comments on commit 79647cb

Please sign in to comment.