Skip to content

Commit

Permalink
Primal 1.5.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Aug 2, 2024
1 parent 96b6366 commit 0eac2cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 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 = 146
versionName = "1.5.7"
versionCode = 147
versionName = "1.5.8"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
12 changes: 1 addition & 11 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
Reads App shell;
Default Nostr Reads feed;
Article Details screen with markdown rendering;
Feed naddr links connected to internal article details screen;
Support for profile and note mentions in article details;
Implemented article details header and top zaps;
Implemented rendering article comments;
Implemented rendering article on ThreadScreen;
Implemented article commenting and commenting on article comments;
Implemented font size variations on articles;
Implemented feed picker and changing article feeds;
Primal Reads & Rocks.

0 comments on commit 0eac2cf

Please sign in to comment.