diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 95c2b35f9..e002e11d2 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 = 110 - versionName = "0.97.0" + versionCode = 112 + versionName = "0.97.2" 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 e131d3783..3f0813bca 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,10 +1,7 @@ ## Changes -- Implement Bookmarks screen; -- Implement publishing reply to parent note's relay; -- Add relay hints to 'e' tags when publishing a short note; -- Implement Profile QR Code scanner; -- Implement tabs on Profile QR Code viewer; -- Fix lightning:lnbc not working on wallet scan; -- Fix lnbc description misaligned in tx editor UI; -- Fix nip05 formatting issue on some screens; -- Remove unfollow yourself on profile follows screen; \ No newline at end of file +- Implemented Bookmarks screen; +- Implemented support for QR codes with light foreground; +- Implemented Profile QR code scanner; +- Updated Profile QR code viewer; +- Implemented publishing reply to parent note's relay; +- Added relay hints to 'e' tags when publishing a short note; \ 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 e131d3783..2a68f2d3f 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1,10 +1 @@ -## Changes -- Implement Bookmarks screen; -- Implement publishing reply to parent note's relay; -- Add relay hints to 'e' tags when publishing a short note; -- Implement Profile QR Code scanner; -- Implement tabs on Profile QR Code viewer; -- Fix lightning:lnbc not working on wallet scan; -- Fix lnbc description misaligned in tx editor UI; -- Fix nip05 formatting issue on some screens; -- Remove unfollow yourself on profile follows screen; \ No newline at end of file +Bookmarks, Profile QR code viewer and scanner, Outbox support and other fixes. \ No newline at end of file