Skip to content

Commit

Permalink
Primal 2.0.38 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Jan 24, 2025
1 parent 3ac3db6 commit c643868
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ android {
applicationId = "net.primal.android"
minSdk = 26
targetSdk = 35
versionCode = 205
versionName = "2.0.37"
versionCode = 206
versionName = "2.0.38"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
21 changes: 18 additions & 3 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## Fixes
- Fix notifications not marked as seen;
- Fix deprecated warning when using LocalLifecycleOwner;
## Changes
- Preview of Primal legend cards
- Keep urls in notes if link preview are not shown
- Limit to 2 note attachments if note is note is not opened
- Add immersive mode in embedded player full screen
- Implement embedded web player for YouTube, Spotify and Tidal (#285)
- Implement rendering referenced note zaps (#283)
- Implement top zaps in all note feeds (incl. thread screen) (#282)
- Implement Spotify and Tidal link previews (#280)
- Implement zap links clickable in wallet tx details (#281)
- Implement clickable urls in zaps tab in Note Reactions Screen (#277)
- Implement rendering referenced zap events in note's content (#279)
- Fix repeating mentions not colored in note's content (#278)
- Fix to skip inserting empty relay hints when posting notes
- Implement rendering all link previews and media attachments
- Fix legend rings not shown in top zaps & reactions
- Fix reply to author id null on replies to highlight or article (#268)
- Fix notifications not marked as seen

0 comments on commit c643868

Please sign in to comment.