diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7679a428d..14f528b9f 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 = 90 - versionName = "0.93.2" + versionCode = 91 + versionName = "0.94.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 a69c03b2c..efc1a8786 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,11 +1,8 @@ -## Features -- Implemented network settings screen; -- Implemented connectivity status for relays and caching service; -- Implemented adding and removing relays; -- Implemented resetting relays to default settings; -- Implemented writing to bootstrap relays if user relays not found; -- Implemented support for unified QR codes for Bitcoin; - -## Fixes -- Fixed handling 'lightning:lnurl' and 'lightning:lnbc' in wallet; -- Updated QR code wallet LN value to 'lightning:lnurl' and 'lightning:lnbc'; \ No newline at end of file +## Changes +- Implemented Date of Birth and Full Name in wallet activation +- Implemented no content state in feeds +- Improved feed syncing and networking layer +- Added updating relays when opening Network screen +- Added smaller screens support for transaction editor screen +- Fixed missing link preview thumbnail CDN images +- Changed month abbr. from 'm' to 'mo' in feeds \ 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 a69c03b2c..efc1a8786 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1,11 +1,8 @@ -## Features -- Implemented network settings screen; -- Implemented connectivity status for relays and caching service; -- Implemented adding and removing relays; -- Implemented resetting relays to default settings; -- Implemented writing to bootstrap relays if user relays not found; -- Implemented support for unified QR codes for Bitcoin; - -## Fixes -- Fixed handling 'lightning:lnurl' and 'lightning:lnbc' in wallet; -- Updated QR code wallet LN value to 'lightning:lnurl' and 'lightning:lnbc'; \ No newline at end of file +## Changes +- Implemented Date of Birth and Full Name in wallet activation +- Implemented no content state in feeds +- Improved feed syncing and networking layer +- Added updating relays when opening Network screen +- Added smaller screens support for transaction editor screen +- Fixed missing link preview thumbnail CDN images +- Changed month abbr. from 'm' to 'mo' in feeds \ No newline at end of file