Skip to content

Commit

Permalink
Primal 0.94.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Feb 21, 2024
1 parent f331ecc commit 7c39436
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 24 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 = 90
versionName = "0.93.2"
versionCode = 91
versionName = "0.94.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

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

0 comments on commit 7c39436

Please sign in to comment.