diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 673c5b8fe..abfa5dde2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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; \ No newline at end of file +- Implement Feed settings screen; +- Implement Mute User feature; +- Minor cosmetics changes on settings screens; \ No newline at end of file diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e46fd386f..f0c67f91e 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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"