version 1.5.0

This commit is contained in:
Diego Beraldin 2024-01-11 21:51:58 +01:00
parent b93f704f08
commit 5bef64dd6a
3 changed files with 12 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 = 64
versionName = "1.4.3"
versionCode = 65
versionName = "1.5.0"
archivesName.set("RaccoonForLemmy")
}
buildFeatures {

View File

@ -0,0 +1,5 @@
- feat: new instance selection
- enhancement: comment loading and vote format
- enhancement: improved pt-BR l10n
- fix: post link opening
- fix: bottom sheet keyboard and close

View File

@ -0,0 +1,5 @@
- feat: nuova selezione istanza
- enhancement: caricamento e formato voti in commenti
- enhancement: miglioramenti alla localizzazione pt-BR
- fix: apertura link post
- fix: chiusura e gestione tastiera bottom sheet