version 1.0.0-RC1

This commit is contained in:
Diego Beraldin 2023-10-24 08:58:40 +02:00
parent d89a2169cd
commit ea917592d0
2 changed files with 13 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 = 31
versionName = "1.0.0-beta21"
versionCode = 32
versionName = "1.0.0-RC1"
buildConfigField(
"String",

View File

@ -0,0 +1,11 @@
- feat: spoiler support; markdown rendering improved
- feat: mark posts as read; hide read posts
- feat: custom colors for upvotes and downvotes
- feat: report post and comments
- feat: hide posts
- feat: stats in community sidebar
- fix: change sort type in community and user detail
- enhancement: improve content font scale
- enhancement: improve zoomable image screen
- enhancement: layout improvements
- chore: support for lemmy 0.19