diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 9fe8594e7..3d78d16b7 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 = 186 - versionName = "2.0.18" + versionCode = 187 + versionName = "2.0.19" 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 dfbcaeac7..7cb4d1874 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,9 +1,19 @@ ## Changes -- Increase EOSE delay in NostrSocketClient from 50 to 75 msec -- Implement new subscription header -- Add updating membership status on membership purchase -- Add opening Extend Subscription from manage premium -- Add opening BecomeALegend from manage premium -- Fix line spacing on welcome screen -- Implement premium badge logic -- Implement media deletion \ No newline at end of file +- Implement legend support in drawer (side menu) +- Implement custom badge support in profile details +- Fix custom badge now showing if disabled in legend profile +- Implement saving legend profile customization +- Fix badge jumping on legendary profile customization +- Implement live preview during legendary profile customization +- Fix not showing custom badge if primal nip05 is missing +- Implement support for avatar glow and custom badge on article feeds & article details +- Implement support for avatar glow and custom badge on note feeds +- Implement support for avatar glow on profile details header +- Implement support for custom badge +- Implement support for avatar glow +- Implement support for gradients in PrimalBadge in premium section +- Implement reading existing legendary profile settings on customization screen +- Implement parsing and storing primal legends data for profiles +- Implement UI for legendary profile customization +- Add empty Legendary profile customization screen; +- Add empty Contact List Backup screen and empty Backup content screen; \ No newline at end of file