version 1.7.5

This commit is contained in:
Diego Beraldin 2024-02-11 09:36:16 +01:00
parent 6c7db5b93a
commit 51deee427a
3 changed files with 10 additions and 2 deletions

View File

@ -15,8 +15,8 @@ android {
applicationId = "com.github.diegoberaldin.raccoonforlemmy.android"
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 78
versionName = "1.7.4"
versionCode = 79
versionName = "1.7.5"
archivesName.set("RaccoonForLemmy")
}
buildFeatures {

View File

@ -0,0 +1,4 @@
- feat: drag to reorder in anonymous instance selector bottom sheet
- fix: post and comment deletion
- fix: default comment bar width
- fix: minor bug fixes and stability improvements

View File

@ -0,0 +1,4 @@
- feat: trascina per riordinare in bottom sheet selezione intanza per utenti anonimi
- fix: cancellazione post e commenti
- fix: larghezza barra commenti di default
- fix: correzioni di minore entità e miglioramenti di stabilità