Skip to content

Commit

Permalink
Primal 0.64.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Jan 22, 2024
1 parent 94b3097 commit da3b0c1
Show file tree
Hide file tree
Showing 3 changed files with 8 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 = 77
versionName = "0.63.0"
versionCode = 78
versionName = "0.64.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
10 changes: 3 additions & 7 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
## Features
- Implemented spam threshold filter in wallet settings;
- Implemented reading real max wallet balance;
- Implemented persisting wallet settings;
- Implemented zap profile;
- Implemented transactions loading spinner;
- Handle gracefully unknown transaction states;
- Show 0 as wallet balance on cold wallet start;
- Implemented zap settings;
- Added compatibility with older wallet api;
- Improved trending hashtags updates to avoid blank screens;
10 changes: 3 additions & 7 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
- Implemented spam threshold filter in wallet settings;
- Implemented reading real max wallet balance;
- Implemented persisting wallet settings;
- Implemented zap profile;
- Implemented transactions loading spinner;
- Handle gracefully unknown transaction states;
- Show 0 as wallet balance on cold wallet start;
- Implemented zap settings;
- Added compatibility with older wallet api;
- Improved trending hashtags updates to avoid blank screens;

0 comments on commit da3b0c1

Please sign in to comment.