version 1.0.0-RC14

This commit is contained in:
Diego Beraldin 2023-12-03 10:28:43 +01:00
parent 98c47c3760
commit 4ec1640c7c
3 changed files with 10 additions and 5 deletions

View File

@ -157,9 +157,9 @@ This project would not be what it is were it not for the huge amount of patience
of early adopters who sent me continous feedback and ideas for improvement after every release.
A special thank to all those who contributed so far:
rb_c, OverfedRaccoon, Jailbrick3d, everdred…
(if you want your nickname removed reach out to me).
- [u/rb_c@discuss.tchncs.de](https://discuss.tchncs.de/u/rb_c)
- [u/heyazorin@lemmy.ml](https://lemmy.ml/u/heyazorin)
- all who reported feedback and ideas on the Lemmy community, GitHub issues or email.
## Want to try it out?

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 = 44
versionName = "1.0.0-RC13"
versionCode = 45
versionName = "1.0.0-RC14"
archivesName.set("RaccoonForLemmy")
}
buildFeatures {

View File

@ -0,0 +1,5 @@
- feat: highlight unread items in inbox
- feat: add setting option for default inbox type
- enhancement: improved Spanish translation (thanks to u/heyazorin@lemmy.ml)
- enhancement: improve navigation drawer UI and gesture management
- chore: add sq l10n