version 1.0.0-beta17

(cherry picked from commit 474e11398d5efa4a0f3002873eb7ee1a3a2d9689)
This commit is contained in:
Diego Beraldin 2023-10-07 12:56:06 +02:00
parent c1b1b2c5d1
commit e05522e44d
2 changed files with 7 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
applicationId = "com.github.diegoberaldin.raccoonforlemmy.android"
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 26
versionName = "1.0.0-beta16"
versionCode = 27
versionName = "1.0.0-beta17"
buildConfigField(
"String",

View File

@ -0,0 +1,5 @@
- feat: optional separation of upvotes and downvotes for posts and comments
- feat: drawer navigation to quickly access subscriptions and saved items
- feat: possibility to change instance for anonymous users
- fix: prevent accidental comment duplication
- enhancement: post preview with image and background in create/edit screen