mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-03 02:57:37 +01:00
version 1.0.0-RC1
This commit is contained in:
parent
d89a2169cd
commit
ea917592d0
@ -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",
|
||||
|
11
fastlane/metadata/android/en-US/changelogs/32.txt
Normal file
11
fastlane/metadata/android/en-US/changelogs/32.txt
Normal 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
|
Loading…
x
Reference in New Issue
Block a user