Skip to content

Commit

Permalink
Primal 0.98.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Apr 11, 2024
1 parent 8843504 commit e3917f0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 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 = 113
versionName = "0.97.3"
versionCode = 114
versionName = "0.98.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
10 changes: 4 additions & 6 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
## Changes
- Implemented Bookmarks screen;
- Implemented support for QR codes with light foreground;
- Implemented Profile QR code scanner;
- Updated Profile QR code viewer;
- Implemented publishing reply to parent note's relay;
- Added relay hints to 'e' tags when publishing a short note;
- Videos in the feed.
- Videos in the media gallery.
- Support for GIF images.
- Auto-adjust dark theme feature.
6 changes: 5 additions & 1 deletion app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Bookmarks, Profile QR code viewer and scanner, Outbox support and other fixes.
## Changes
- Videos in the feed.
- Videos in the media gallery.
- Support for GIF images.
- Auto-adjust dark theme feature.

0 comments on commit e3917f0

Please sign in to comment.