Skip to content

Commit

Permalink
Primal 0.96.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Mar 27, 2024
1 parent 40ec96f commit 5338f0c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ android {
applicationId = "net.primal.android"
minSdk = 26
targetSdk = 34
versionCode = 106
versionName = "0.96.7"
versionCode = 107
versionName = "0.96.8"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
4 changes: 4 additions & 0 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## Changes
- Implement rendering links, hashtags and profiles in profile about section;
- Update profile header;
- Implement lud16 validation in profile editor;
- Set username field as optional in Profile Editor;
- Pull to refresh: Feeds, Profile & Threads;
- Randomizing bootstrap onboarding relays;
- Implement report abuse feature;
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Changes
- Profile screen improvements;
- Profile editor improvements;
- Pull to refresh: Feeds, Profile & Threads;
- Randomizing bootstrap onboarding relays;
- Implemented report abuse feature;
Expand Down

0 comments on commit 5338f0c

Please sign in to comment.