diff --git a/app/build.gradle.kts b/app/build.gradle.kts index df9d9acbe..61457f215 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 = 184 - versionName = "2.0.16" + versionCode = 185 + versionName = "2.0.17" 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 4c7ad7696..e41878a89 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,3 +1,15 @@ ## Changes -- Completed manage subscription screen; -- Implemented media management screen (without delete); \ No newline at end of file +Implement confirmation delete dialog on media management; +Change subscription id to String from UUID; Add platform and app version identifier to subIds; +Fix showing primal name when changing primal name; +Fix showing primal name instead of display name; +Polish media management icons; +Fix media management uploads since/limit params; +Update welcome screen; +Fix round up and round down in media management stats; +Implement opening FAQ tab when opening FAQ from manage premium; +Implement entire card clickable on SupportPrimalScreen; +Implement forceFocus in PrimalOutlinedTextField; Enable forceFocus in PremiumPrimalNameStage; +Fix premium home jumps; +Fix not showing extend subscription in manage premium for legends & recurring; +Implement handling legend status in manage premium; \ No newline at end of file