diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 154a6e6b8..77d39c7d1 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 = 86 - versionName = "0.92.1" + versionCode = 87 + versionName = "0.92.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 ddad37d51..3c14af1a1 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,7 +1,5 @@ ## Features -- Implemented scanning BTC QR codes; -- Implemented parsing BTC addresses and 'bitcoin:' protocol on Text tab; -- Implemented note to self and note to recipient for LN payments; -- Implemented mining fee field and note to self for BTC payments; -- Implemented tx editor compact mode when keyboard is visible; -- Implemented min amount for btc transaction; \ No newline at end of file +- Implemented mining fee selector; +- Implemented min amount support for selected fee tier; +- Updated QR code wallet values to use 'lightning:' and 'bitcoin:'; +- Implemented pending transactions; \ 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 ddad37d51..3c14af1a1 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1,7 +1,5 @@ ## Features -- Implemented scanning BTC QR codes; -- Implemented parsing BTC addresses and 'bitcoin:' protocol on Text tab; -- Implemented note to self and note to recipient for LN payments; -- Implemented mining fee field and note to self for BTC payments; -- Implemented tx editor compact mode when keyboard is visible; -- Implemented min amount for btc transaction; \ No newline at end of file +- Implemented mining fee selector; +- Implemented min amount support for selected fee tier; +- Updated QR code wallet values to use 'lightning:' and 'bitcoin:'; +- Implemented pending transactions; \ No newline at end of file