Skip to content

Commit

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

- Implement flat design on feed screens;
- Implement flat design on threads screen;
- Implement showing opened post always on top on thread screen;
- 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;
Expand Down
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 = 44
versionName = "0.18.0"
versionCode = 45
versionName = "0.18.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit ee88a02

Please sign in to comment.