Skip to content

Commit

Permalink
Primal 0.93.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Feb 15, 2024
1 parent 32f76de commit f54efb0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 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 = 89
versionName = "0.93.1"
versionCode = 90
versionName = "0.93.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
5 changes: 4 additions & 1 deletion app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## Features
- Implemented network settings screen;
- Implemented connectivity status for relays and caching service;
- Implemented handling 'lightning:lnurl' and 'lightning:lnbc' in wallet;
- 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';
5 changes: 4 additions & 1 deletion app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## Features
- Implemented network settings screen;
- Implemented connectivity status for relays and caching service;
- Implemented handling 'lightning:lnurl' and 'lightning:lnbc' in wallet;
- 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';

0 comments on commit f54efb0

Please sign in to comment.