Hotfix 1.12.1 (#1122)

This commit is contained in:
Diego Beraldin 2024-07-13 15:41:18 +02:00 committed by GitHub
commit 4a3103d613
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 14 additions and 2 deletions

View File

@ -22,8 +22,8 @@ android {
libs.versions.android.targetSdk
.get()
.toInt()
versionCode = 114
versionName = "1.12.0"
versionCode = 115
versionName = "1.12.1"
}
base.archivesName = "RaccoonForLemmy"
buildFeatures {

View File

@ -0,0 +1,6 @@
- fix: stability issue when app started with no connection
- fix: drawer gesture for anonymous users
- fix: comment appearance (bar theme, font size)
- fix: about dialog text color in dark mode
- fix: Lemmy reference handling (user mentions and community handles)
- various l10n updates (Irish, Spanish, Portuguese)

View File

@ -0,0 +1,6 @@
- fix: stabilità all'avvio in assenza di connessione
- fix: apertura pannello laterale in modalità anonima
- fix: aspetto commenti (tema colori barra, dimensione del testo)
- fix: colore testo finestra di dialogo "Informazioni app" in modalità scura
- fix: gestione riferimenti Lemmy (menzioni utente e indirizzi comunità)
- aggiornamenti localizzazione (Irlandese, Spagnolo, Portoghese)