Skip to content

Commit

Permalink
Primal 1.5.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Aug 5, 2024
1 parent 43c4f3c commit d02ed46
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 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 = 147
versionName = "1.5.8"
versionCode = 148
versionName = "1.5.9"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
14 changes: 8 additions & 6 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
- 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;
- Article details header and top zaps;
- Rendering article comments;
- Rendering article on ThreadScreen;
- Article commenting and commenting on article comments;
- Font size variations on articles;
- Feed picker and changing article feeds;
- Article Pill;
- Hashtags & Article stats rendering;

0 comments on commit d02ed46

Please sign in to comment.