Skip to content

Commit

Permalink
Primal 0.97.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Apr 8, 2024
1 parent e58d96f commit bbebbe6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 21 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 = 110
versionName = "0.97.0"
versionCode = 112
versionName = "0.97.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
15 changes: 6 additions & 9 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
## Changes
- Implement Bookmarks screen;
- Implement publishing reply to parent note's relay;
- Add relay hints to 'e' tags when publishing a short note;
- Implement Profile QR Code scanner;
- Implement tabs on Profile QR Code viewer;
- Fix lightning:lnbc not working on wallet scan;
- Fix lnbc description misaligned in tx editor UI;
- Fix nip05 formatting issue on some screens;
- Remove unfollow yourself on profile follows screen;
- 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;
11 changes: 1 addition & 10 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
## Changes
- Implement Bookmarks screen;
- Implement publishing reply to parent note's relay;
- Add relay hints to 'e' tags when publishing a short note;
- Implement Profile QR Code scanner;
- Implement tabs on Profile QR Code viewer;
- Fix lightning:lnbc not working on wallet scan;
- Fix lnbc description misaligned in tx editor UI;
- Fix nip05 formatting issue on some screens;
- Remove unfollow yourself on profile follows screen;
Bookmarks, Profile QR code viewer and scanner, Outbox support and other fixes.

0 comments on commit bbebbe6

Please sign in to comment.