-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e58d96f
commit bbebbe6
Showing
3 changed files
with
9 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |