version 1.0.0-beta19

This commit is contained in:
Diego Beraldin 2023-10-10 08:56:57 +02:00
parent d7e9aeff8a
commit bf6692e762
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 = 28
versionName = "1.0.0-beta18"
versionCode = 29
versionName = "1.0.0-beta19"
buildConfigField(
"String",

View File

@ -0,0 +1,11 @@
- feat: compatibility with MastodonRedirect (experimental)
- feat: change UI font; layout improvements
- enhancement: improve dark theme; fix: inherit system theme
- enhancement: visibility of own vote
- enhancement: splash screen
- enhancement: Markdown rendering
- fix: open zoomable image from post detail
- fix: TSLException preventing instance validation
- fix: change comment sort type
- fix: image load button in compact mode; enhancement: placeholder icons
- fix: multi-community pagination