mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-02 23:57:42 +01:00
version 1.0.0-RC16
This commit is contained in:
parent
f7a471f179
commit
1f1d706915
@ -15,8 +15,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 = 46
|
versionCode = 47
|
||||||
versionName = "1.0.0-RC15"
|
versionName = "1.0.0-RC16"
|
||||||
archivesName.set("RaccoonForLemmy")
|
archivesName.set("RaccoonForLemmy")
|
||||||
}
|
}
|
||||||
buildFeatures {
|
buildFeatures {
|
||||||
|
18
fastlane/metadata/android/en-US/changelogs/47.txt
Normal file
18
fastlane/metadata/android/en-US/changelogs/47.txt
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
- feat: add system default theme (#203)
|
||||||
|
- feat: toggle comment collapse (#197)
|
||||||
|
- feat: separate unread counts (#216)
|
||||||
|
- feat: loading improvement for sections (#198, #229, #230, #234)
|
||||||
|
- feat: add exit confirmation (#217)
|
||||||
|
- feat: add comment bar themes (#219)
|
||||||
|
- fix: load more comments depth (#215)
|
||||||
|
- fix: sort options depending on instance version (#212)
|
||||||
|
- fix: date formatting (#238)
|
||||||
|
- fix: user loading in guest mode (#196)
|
||||||
|
- fix: community loading in guest mode (#201)
|
||||||
|
- fix: text formatting bar position (#245)
|
||||||
|
- enhancement: improve settings defaults (#220)
|
||||||
|
- enhancement: profile tab title (#204)
|
||||||
|
- enhancement: anonymous mode improvements (#208, #209, #210)
|
||||||
|
- enhancement: reply improvemets (#205, #214)
|
||||||
|
- enhancement: better visual hierarchy (#218)
|
||||||
|
- enhancement: feedback for post actions (#200)
|
Loading…
x
Reference in New Issue
Block a user