Skip to content

Commit

Permalink
Primal 0.91.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Feb 1, 2024
1 parent fb9849b commit e85ab02
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 = 83
versionName = "0.91.1"
versionCode = 84
versionName = "0.91.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,7 +1,10 @@
## Features
- Implemented notes and replies tabs on profile screen;
- Implemented follows tabs on profile screen;
- Implemented image saving from media gallery;

## Fixes
- Improved internet identifier badge rendering;
- Added following self when creating account;
- Added following self by default when creating account;
- Fixed default zap amount and message issues;
- Stability improvements;
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,4 +1,7 @@
- Implemented notes and replies tabs on profile screen;
- Implemented follows tabs on profile screen;
- Implemented image saving from media gallery;
- Improved internet identifier badge rendering;
- Added following self when creating account;
- Added following self by default when creating account;
- Fixed default zap amount and message issues;
- Stability improvements;

0 comments on commit e85ab02

Please sign in to comment.