Skip to content

Commit

Permalink
Primal 0.97.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Apr 17, 2024
1 parent 416b171 commit fbc4b3e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 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 = 116
versionName = "0.97.4"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
9 changes: 2 additions & 7 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
## 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;
## Fixes
- Fix for sync (paging) broken changes.
2 changes: 1 addition & 1 deletion app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Bookmarks, Profile QR code viewer and scanner, Outbox support and other fixes.
Fix for sync broken changes.

0 comments on commit fbc4b3e

Please sign in to comment.