Skip to content

Commit

Permalink
Primal 0.92.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Feb 8, 2024
1 parent 9a937e4 commit 1a88e68
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
10 changes: 4 additions & 6 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -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;
- 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;
10 changes: 4 additions & 6 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -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;
- 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;

0 comments on commit 1a88e68

Please sign in to comment.