From 4ec1640c7cbb176cd02e4e69e4c2d53a3a578c28 Mon Sep 17 00:00:00 2001 From: Diego Beraldin Date: Sun, 3 Dec 2023 10:28:43 +0100 Subject: [PATCH] version 1.0.0-RC14 --- README.md | 6 +++--- androidApp/build.gradle.kts | 4 ++-- fastlane/metadata/android/en-US/changelogs/45.txt | 5 +++++ 3 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/45.txt diff --git a/README.md b/README.md index d72454c0f..406f42857 100644 --- a/README.md +++ b/README.md @@ -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? diff --git a/androidApp/build.gradle.kts b/androidApp/build.gradle.kts index 4d44e7eca..ca504c12b 100644 --- a/androidApp/build.gradle.kts +++ b/androidApp/build.gradle.kts @@ -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 { diff --git a/fastlane/metadata/android/en-US/changelogs/45.txt b/fastlane/metadata/android/en-US/changelogs/45.txt new file mode 100644 index 000000000..e758c2085 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/45.txt @@ -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 \ No newline at end of file