Skip to content

Commit

Permalink
Primal 1.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Oct 5, 2024
1 parent f665cb4 commit 077d50e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 21 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 = 154
versionName = "1.6.5"
versionCode = 155
versionName = "1.7.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

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

555ab34c Fix feed specs for explore notes and articles
59b8bc15 Fix missing user event stats on article
6a7ce599 Implement article actions on ArticleDetailsScreen
f2fe81ab Refactor Hashtags to Topic (#184)
f6562270 Add onArticleHashtagClick callback to article details
62e29b4a Fix article list item thumbnail size
86fda421 Improve top zaps logic on both note and article thread screens
387c576c Add paddingValues to MediaFeedGrid
eee7e023 Implement explore media tab (#183)
ff7e364f Implement tabs on explore home screen (#182)
9aebae06 Add simple loading indicator to media feed grid
92498077 Implement proper article stats on article details screen
4a0b3c80 Fix enabling/disabling feed on tap while edit mode is on
4ef5c5c4 Fix hard-coded feed spec when restoring default feeds
07c09042 Implement restore default feeds (#178)
6ca342fe Fix wrong size on grid asearch results
094daaad Fix media feed grid jumping on profile details screen
c81dbba2 Implement media feed grid on advanced search (#179)
All explore tabs implement.
Article bookmarking, muting, reporting and remaining menu options implemented.
3 changes: 2 additions & 1 deletion app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Explore topics; Explore Media; Restore default feeds; Article Stats; Article Actions; Article Hashtags feeds;
All explore tabs implement.
Article bookmarking, muting, reporting and remaining menu options implemented.

0 comments on commit 077d50e

Please sign in to comment.