Skip to content

Commit

Permalink
Primal 0.95.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Feb 26, 2024
1 parent 306384c commit af21628
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 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 = 93
versionName = "0.94.2"
versionCode = 94
versionName = "0.95.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
10 changes: 1 addition & 9 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,2 @@
## Changes
- 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;
- Stability improvements.
10 changes: 1 addition & 9 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,2 @@
## Changes
- 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;
- Stability improvements.

0 comments on commit af21628

Please sign in to comment.