Skip to content

Commit

Permalink
Primal 1.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Oct 7, 2024
1 parent 8e65e24 commit 7304dff
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 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 = 155
versionName = "1.7.0"
versionCode = 156
versionName = "1.7.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
8 changes: 5 additions & 3 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Changes

All explore tabs implement.
Article bookmarking, muting, reporting and remaining menu options implemented.
Implement bookmarks screen (notes and articles);
Add Explore icon to Notifications and DMs;
Fix media asearch commands;
Fix explore zaps crash;
Fix deleting outdated feeds when we know we are going to replace it;
7 changes: 5 additions & 2 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
All explore tabs implement.
Article bookmarking, muting, reporting and remaining menu options implemented.
Implement bookmarks screen (notes and articles);
Add Explore icon to Notifications and DMs;
Fix media asearch commands;
Fix explore zaps crash;
Fix deleting outdated feeds when we know we are going to replace it;

0 comments on commit 7304dff

Please sign in to comment.