Skip to content

Commit

Permalink
Primal 0.91.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Jan 31, 2024
1 parent 40bd5ef commit f8687cb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 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 = 82
versionName = "0.91.0"
versionCode = 83
versionName = "0.91.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
6 changes: 4 additions & 2 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Features
- Implemented Latest with Replies feed support on main screen
- Implemented notes and replies tabs on profile screen;
- Implemented follows tabs on profile screen;

## Fixes
- Fixed default zap amount and message not used when zapping
- Improved internet identifier badge rendering;
- Added following self when creating account;
6 changes: 4 additions & 2 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
- Implemented Latest with Replies feed support on main screen
- Fixed default zap amount and message not used when zapping
- Implemented notes and replies tabs on profile screen;
- Implemented follows tabs on profile screen;
- Improved internet identifier badge rendering;
- Added following self when creating account;

0 comments on commit f8687cb

Please sign in to comment.