version 1.0.0-RC13

This commit is contained in:
Diego Beraldin 2023-11-30 22:22:48 +01:00
parent 8801655751
commit 0cb32965a4
2 changed files with 11 additions and 2 deletions

View File

@ -15,8 +15,8 @@ android {
applicationId = "com.github.diegoberaldin.raccoonforlemmy.android"
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 43
versionName = "1.0.0-RC12"
versionCode = 44
versionName = "1.0.0-RC13"
archivesName.set("RaccoonForLemmy")
}
buildFeatures {

View File

@ -0,0 +1,9 @@
- feat: formatting and images in chat messages
- enhancement: splash screen during initialization
- enhancement: add new font
- enhancement: inbox UI and loading improvements
- enhancement: larger clickable area in top bars
- enhancement: close drawer after changing instance
- fix: navigation crashes
- fix: check for messages in unread notification
- chore: add tr l10n