Skip to content

Commit

Permalink
Primal 0.99.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed May 7, 2024
1 parent 05cab09 commit 26f3c92
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 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 = 120
versionName = "0.98.5"
versionCode = 121
versionName = "0.99.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
11 changes: 4 additions & 7 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
## Changes
- Implemented top zaps on threads screen and note zaps screen.
- Improvements with network screen.
- Implemented Content Display settings.
- New screen transitions.
- Videos in the feed and media gallery.
- Support for GIF images.
- Auto-adjust dark theme feature.
- Implemented user tagging in new notes and replies.

## Fixes
- Fixed opening profile screen from DM conversations on avatar tap
10 changes: 2 additions & 8 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
## Changes
- Implemented top zaps on threads screen and note zaps screen.
- Improvements with network screen.
- Implemented Content Display settings.
- New screen transitions.
- Videos in the feed and media gallery.
- Support for GIF images.
- Auto-adjust dark theme feature.
- Implemented user tagging in new notes and replies.
- Fixed opening profile screen from DM conversations on avatar tap.

0 comments on commit 26f3c92

Please sign in to comment.