Skip to content

Commit

Permalink
Primal 0.99.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed May 13, 2024
1 parent 5f65714 commit afd93d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 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 = 123
versionName = "0.99.2"
versionCode = 124
versionName = "0.99.3"

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 @@
## 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 image uploading on replies not working.
- Fixed sporadic crash when opening search screen.
- Fixed crash when zapping more than once in a second.
- Fixed paddings and margins on feed notes.
6 changes: 1 addition & 5 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
- Implemented user tagging in new notes and replies.
- Implemented recent users.
- Implemented connect other wallet.
- Fixed opening profile screen from DM conversations on avatar tap.
- Fixed image uploading on replies not working.
Implemented user tagging, recent users and connect other wallet, along with few stability fixes.

0 comments on commit afd93d9

Please sign in to comment.