Skip to content

Commit

Permalink
Primal 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Oct 28, 2024
1 parent 904d0ee commit 2a20ec7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 19 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 = 167
versionName = "1.8.7"
versionCode = 168
versionName = "2.0.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
21 changes: 5 additions & 16 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
## Changes
- Fix image/video advanced search not showing the feed
- Set chronological feeds to expire after 24 hours
- Fix New Notes pill button feed performances
- Fix referenced events borders per figma design
- Fix uniqueKey for NotificationUi list item
- Fix crash when scrolling to top from long distance in notes feed
- Adjust paging config for notes
- Fix losing feed position when tapping new notes pill
- Update business logic to always fetch profile details feed
- Remove polling in profile details
- Implement skeleton loaders for prepend loads
- Add isIdle check before showing no content on notes feed
- Implement user avatar on explore screen
- Disable mention clicks and highlighting on explore zaps
- Add page spacing between note attachments in feed
- Implement media feed indicators (#212)
- Show zapped article in primal wallet (#213);
- Implement zapping profiles through NWC (#214);
- Update ArticleFeedMediator to return errors;
- Implement notifications stable ids;
- Fix top zaps edge-case crash on threads screen;
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 @@
Wrapping up the beta build.
Primal 2.0 alpha preview

0 comments on commit 2a20ec7

Please sign in to comment.