Skip to content

Commit

Permalink
Primal 0.94.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Feb 22, 2024
1 parent 55fed05 commit 8b351be
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 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 = 91
versionName = "0.94.0"
versionCode = 92
versionName = "0.94.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
16 changes: 9 additions & 7 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## 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
- Implemented Date of Birth and Full Name in wallet activation;
- Implemented OTP input field for activation code;
- Implemented no content state in feeds;
- Improved feed syncing and networking layer;
- Fixed missing link preview thumbnail CDN images on feeds;
- Fixed zapping issues;
- Added updating relays when opening Network screen;
- Added smaller screens support for transaction editor screen;
- Changed month abbr. from 'm' to 'mo' in feeds;
16 changes: 9 additions & 7 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## 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
- Implemented Date of Birth and Full Name in wallet activation;
- Implemented OTP input field for activation code;
- Implemented no content state in feeds;
- Improved feed syncing and networking layer;
- Fixed missing link preview thumbnail CDN images on feeds;
- Fixed zapping issues;
- Added updating relays when opening Network screen;
- Added smaller screens support for transaction editor screen;
- Changed month abbr. from 'm' to 'mo' in feeds;

0 comments on commit 8b351be

Please sign in to comment.