Skip to content

Commit

Permalink
Primal 2.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Nov 4, 2024
1 parent 51560ff commit 6500f69
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 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 = 172
versionName = "2.0.4"
versionCode = 173
versionName = "2.0.5"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
14 changes: 10 additions & 4 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Changes
- 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;
- Disable Premium in drawer;
- Implement primalSpec field in DVM feeds;
- Implement Follow/Following on ArticleDetailsScreen;
- Implement click listeners to open ReactionsScreen;
- Implement Reactions screen with likes and reposts;
- Update link previews;
- Add emission delays to EOSE messages in NostrSocketClient;
- Fix paddings on top zap;
- Implement premium more info screen (#220);
- Upgrade libs;
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 @@
Primal 2.0 beta preview
Primal 2.0 Beta 2 Preview

0 comments on commit 6500f69

Please sign in to comment.