From a283ffe2bc3913a6957f8038c82833f5af3c9d29 Mon Sep 17 00:00:00 2001 From: Ritika Pahwa Date: Sun, 7 Sep 2025 13:05:55 +0530 Subject: [PATCH 1/2] Bump up version code and name for the patch release (v6.0.2) --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index ddbbb4984..7a6a2bcf4 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -24,8 +24,8 @@ android { applicationId = "fr.free.nrw.commons" minSdk = 21 targetSdk = 35 - versionCode = 1057 - versionName = "6.0.1" + versionCode = 1058 + versionName = "6.0.2" setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName()) testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" From fcc63b9f093a0bf0af24e96d42fe8e53a19fb636 Mon Sep 17 00:00:00 2001 From: Ritika Pahwa Date: Sun, 7 Sep 2025 13:13:46 +0530 Subject: [PATCH 2/2] Add v6.0.2 to CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fd325813..575aa6a32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Wikimedia Commons for Android +## v6.0.2 + +### What's changed +* Addressed a bug that prevented the keyboard from appearing in various text fields, such as on the upload wizard +* Links in the "File usages" list are now clickable and will take you to the correct page. +* Titles for file usages are now clearer and easier to understand +* Bug fixes and stability improvements + ## v6.0.1 ### What's changed