Skip to content

Commit

Permalink
Primal 2.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Nov 1, 2024
1 parent 33bfca6 commit 52b6bb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 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 = 171
versionName = "2.0.3"
versionCode = 172
versionName = "2.0.4"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
15 changes: 4 additions & 11 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
## Changes
- Implement new link previews
- Use ellipsis for long author names in reads, but keep timestamp
- Update ContentAppearance; Set 300 chars note limit on note feeds;
- Fix unable to render conversations if DM is missing
- Implement refresh on conversation error state actually refreshes data
- Implement skeleton loaders messages, chats, wallet tx & profile follows;
- Fixed loading logic on DM conversations screen;
- Implement no feeds states on HomeFeedScreen and ReadsScreen (#217)
- Improve media caching (#215)
- Implement initial premium home screen (#218)
- Implement find primal name on premium (#219)
- Implement mandatory full width on referenced notes and articles;
- Implement line break trimming on note content;
- Update username size content appearance;
- Fix missing zap icon on top zap;

0 comments on commit 52b6bb3

Please sign in to comment.