version 1.0.0-beta19
This commit is contained in:
parent
d7e9aeff8a
commit
bf6692e762
@ -13,8 +13,8 @@ android {
|
|||||||
applicationId = "com.github.diegoberaldin.raccoonforlemmy.android"
|
applicationId = "com.github.diegoberaldin.raccoonforlemmy.android"
|
||||||
minSdk = libs.versions.android.minSdk.get().toInt()
|
minSdk = libs.versions.android.minSdk.get().toInt()
|
||||||
targetSdk = libs.versions.android.targetSdk.get().toInt()
|
targetSdk = libs.versions.android.targetSdk.get().toInt()
|
||||||
versionCode = 28
|
versionCode = 29
|
||||||
versionName = "1.0.0-beta18"
|
versionName = "1.0.0-beta19"
|
||||||
|
|
||||||
buildConfigField(
|
buildConfigField(
|
||||||
"String",
|
"String",
|
||||||
|
11
fastlane/metadata/android/en-US/changelogs/29.txt
Normal file
11
fastlane/metadata/android/en-US/changelogs/29.txt
Normal 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
|
Loading…
x
Reference in New Issue
Block a user