version 1.6.1

This commit is contained in:
Diego Beraldin 2024-01-22 19:42:15 +01:00
parent 85269311b6
commit 0571a55b24
3 changed files with 14 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 = 69
versionName = "1.6.0"
versionCode = 70
versionName = "1.6.1"
archivesName.set("RaccoonForLemmy")
}
buildFeatures {

View File

@ -0,0 +1,6 @@
- feat: opaque and transparent system bars
- enhancement: new German translation
- enhancement: user and community readable names
- fix: Explore and user detail swipe actions
- fix: open community from Profile comments
- fix: Profile opening on Lemmy 0.19.2

View File

@ -0,0 +1,6 @@
- feat: barre di sistema opache o trasparenti
- enhancement: nuova traduzione in tedeesco
- enhancement: nomi leggibili utenti e comunità
- fix: azioni di scorrimento in sezione Esplora e dettaglio utente
- fix: apertura comunità da commenti in sezione Profilo
- fix: apertura Profilo su Lemmy 0.19.2