diff --git a/app/build.gradle.kts b/app/build.gradle.kts index baa5e7887..7e849f43a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -59,8 +59,8 @@ android { applicationId = "net.primal.android" minSdk = 26 targetSdk = 34 - versionCode = 82 - versionName = "0.91.0" + versionCode = 83 + versionName = "0.91.1" 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 2e2674c26..9cf2e091e 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,5 +1,7 @@ ## Features -- Implemented Latest with Replies feed support on main screen +- Implemented notes and replies tabs on profile screen; +- Implemented follows tabs on profile screen; ## Fixes -- Fixed default zap amount and message not used when zapping \ No newline at end of file +- Improved internet identifier badge rendering; +- Added following self when creating account; \ 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 25a860a32..35fd72bb3 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1,2 +1,4 @@ -- Implemented Latest with Replies feed support on main screen -- Fixed default zap amount and message not used when zapping \ No newline at end of file +- Implemented notes and replies tabs on profile screen; +- Implemented follows tabs on profile screen; +- Improved internet identifier badge rendering; +- Added following self when creating account; \ No newline at end of file