diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d1554226d..e41153169 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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" diff --git a/app/src/main/github/release-notes/github.md b/app/src/main/github/release-notes/github.md index a75e1b653..3b094d875 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -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) \ No newline at end of file +All explore tabs implement. +Article bookmarking, muting, reporting and remaining menu options implemented. \ No newline at end of file diff --git a/app/src/main/play/release-notes/en-US/default.txt b/app/src/main/play/release-notes/en-US/default.txt index 2e2ac4540..89929d86e 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1 +1,2 @@ -Explore topics; Explore Media; Restore default feeds; Article Stats; Article Actions; Article Hashtags feeds; \ No newline at end of file +All explore tabs implement. +Article bookmarking, muting, reporting and remaining menu options implemented. \ No newline at end of file