diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7a1d3ad24..c12edfd9c 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 = 188 - versionName = "2.0.20" + versionCode = 189 + versionName = "2.0.21" 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 1412817db..396f8301d 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,24 +1,6 @@ ## Changes -- Polish content backup list items -- Implement broadcasting feature -- Implement rendering content stats on Content Backup screen -- Implement Content Backup screen UI -- Fix custom badge in collapsed top bar in profile details -- Fix colors in drawer -- Implement legendary avatar ring on app shell -- Rename LegendaryProfile enum to LegendaryStyle -- Implement contact list recover functionality -- Implement reading and rendering contact list backups -- Fix margin on copy icon on media management screen -- Fix getRecoveryContactsList endpoint -- Update drawer menu items with icons -- Implement contacts list api endpoint -- Implement 'get custom ln address' button on wallet receive -- Implement parametrized search scope on starting adv search -- Implement parametrized search kind on starting adv search -- Implement paywall on premium reads feeds -- Implement paywall on premium note feeds -- Add pas query param to adv search -- Increase delay to propagate feed replacement to 100ms -- Update Premium More Info FAQ content -- Update Premium More Info Features content \ No newline at end of file +- Add AOSP message on buying premium home screen +- Add AOSP message on extend subscription screen +- Add retryNetworkCall when fetching backup stats +- Fix back handler for Extend Subscription +- Fix typo in Content Backup \ 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 9b0d4c90a..d627b230e 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,5 @@ -Primal 2.0 Preview \ No newline at end of file +Primal 2.0 + +- Reads +- Explore +- Advanced Search \ No newline at end of file