Skip to content

Commit

Permalink
Primal 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Jun 4, 2024
1 parent 031c2df commit 86b025b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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 = 130
versionName = "0.100.4"
versionCode = 131
versionName = "1.0.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
3 changes: 2 additions & 1 deletion app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
- NIP-92 support with image dimensions and mime-type;
- Notifications facelift;
- Clickable nostr:naddr links;
- Implemented invoice rendering in notes (feed & chat);
- Implemented invoice rendering in notes (feed & chat);
- Fixed feed gaps;
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 @@
Video uploads, adjust note font size, NIP-92 support, notifications facelift, clickable nostr:naddr links & invoice rendering in notes.
Video uploads, adjust note font size, NIP-92 support, notifications facelift, clickable nostr:naddr links & invoice rendering in notes. Fixed feed gaps.

0 comments on commit 86b025b

Please sign in to comment.