Skip to content

Commit

Permalink
Primal 0.99.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed May 9, 2024
1 parent 7482bfe commit c001322
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 = 122
versionName = "0.99.1"
versionCode = 123
versionName = "0.99.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,5 +1,8 @@
## Changes
- Implemented user tagging in new notes and replies.
- Implemented recent users.
- Implemented connect other wallet.

## Fixes
- Fixed opening profile screen from DM conversations on avatar tap.
- Fixed opening profile screen from DM conversations on avatar tap.
- Fixed image uploading on replies not working.
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,2 +1,5 @@
- Implemented user tagging in new notes and replies.
- Fixed opening profile screen from DM conversations on avatar tap.
- Implemented recent users.
- Implemented connect other wallet.
- Fixed opening profile screen from DM conversations on avatar tap.
- Fixed image uploading on replies not working.

0 comments on commit c001322

Please sign in to comment.