Skip to content

Commit

Permalink
Primal 2.1.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Mar 4, 2025
1 parent 786afbb commit bca630f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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 = 216
versionName = "2.1.7"
versionCode = 217
versionName = "2.1.8"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
13 changes: 6 additions & 7 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
## Changes
- Fixed notification & messages red dot slow update on account switch;
- Fixed showing active account in the accounts list in drawer (#348)
- Fixed unfollow button on onboarding screen spanning to two rows on some devices (#346);
- Implemented showing legends first in the Profile details followed by section (#345);
- Refactor deep linking & splash screen;
- Implemented deep linking for Primal verified users & static links;
- Fixed npub QR code page padding issues (#349);
- Implement relay hints in copy note id;
- Implement using nevent and nprofile when creating primal share links;
- Implement redirection from PremiumBuying to PremiumHome if user has membership (#355);
- Implement profileId resolution process in ProfileDetailsScreen (#351);
- Make author field optional in Nevents (#353);
- Implement resolving naddr screen state in ArticleDetails screen (#352);
1 change: 1 addition & 0 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- Deep linking.
- Deprecated note1 and npub1 links.
- Stability and improvements.

0 comments on commit bca630f

Please sign in to comment.