Skip to content

Commit

Permalink
Primal 2.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Feb 3, 2025
1 parent a338621 commit 78deb07
Show file tree
Hide file tree
Showing 3 changed files with 8 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 = 210
versionName = "2.1.1"
versionCode = 211
versionName = "2.1.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
12 changes: 5 additions & 7 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## Changes
- Implemented Primal Wallet NWC (#287)
- Implemented Primal Wallet deep linking;
- Implemented legends leaderboard (#290)
- Implemented updated legend settings with leaderboard toggle and shoutout edits (#293)
- Implemented handling non activated wallets in NWC apps list (#291)
- Added showing generic error message to NWC apps list ui;
- Loading indicator in become legend flow if payment instructions are taking too long;
- Implemented handling no profile metadata for highlight authors in Reads (#298)
- Polished legend cards (#294)
- Fixed too long display names not showing properly in Profile Details (#299)
- Fixed premium badge not showing on long display name in Profile Details (#295)
- Fixed missing overflow for long topic names in explore (#297)
2 changes: 1 addition & 1 deletion app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- Feed rendering improvements.
- Wallet NWC support.
- Legends overhaul.
- Legends leaderboard & cards.
- Stability and improvements.

0 comments on commit 78deb07

Please sign in to comment.