Skip to content

Commit

Permalink
Primal 0.95.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Feb 28, 2024
1 parent 694581a commit e1845b3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 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 = 95
versionName = "0.95.1"
versionCode = 96
versionName = "0.95.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
7 changes: 4 additions & 3 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## Changes
- Stability improvements.
- Do not collapse top bar on threads screens.
- Implemented opening note1 and npub1 directly from search query.
- Stability improvements across the app.
- Improved ui performance when uploading photos.
- Implemented opening note1 and npub1 directly from search query.
- Implemented fixed top bar on threads screens.
7 changes: 4 additions & 3 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## Changes
- Stability improvements.
- Do not collapse top bar on threads screens.
- Implemented opening note1 and npub1 directly from search query.
- Stability improvements across the app.
- Improved ui performance when uploading photos.
- Implemented opening note1 and npub1 directly from search query.
- Implemented fixed top bar on threads screens.

0 comments on commit e1845b3

Please sign in to comment.