Skip to content

Commit

Permalink
Primal 0.19.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Oct 17, 2023
1 parent cc61e7a commit 043d6ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
14 changes: 3 additions & 11 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
## Changes

- Implement Appearance settings;
- Implement flat design on feed & threads screens;
- Improve thread screen to show main post always on top of the screen;
- Fix to handle invalid LWR feed from feed settings;
- Fix black/white screen caused by double clicks on home tab;
- Implement NoteEditorScreen for new notes and replies with conversation;
- Implement note image attachments with gallery import;
- Update navigation bar icons
- Fix dropdown menu item text font size and padding
- Fix edit profile button width on Profile screen
- Fix serialization tags issue when caching raw notes and metadata events;
- Implement Feed settings screen;
- Implement Mute User feature;
- Minor cosmetics changes on settings screens;
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ android {
applicationId = "net.primal.android"
minSdk = 26
targetSdk = 34
versionCode = 45
versionName = "0.18.1"
versionCode = 46
versionName = "0.19.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 043d6ad

Please sign in to comment.