File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11# Wikimedia Commons for Android
22
3+ ## v4.2.1
4+
5+ - Provide the ability to edit an image to losslessly rotate it while uploading
6+ - Fix a bug in v4.2.0 where the nearby places were not loading
7+ - Fix a bug where editing depictions was showing a progress bar indefinitely
8+ - In the upload screen, use different map icons to indicate if image is being uploaded with location
9+ metadata
10+ - For nearby uploads, it is no longer possible to deselect the item's category and depiction
11+ - The Mapbox account key used by the app has been changed
12+ - Category search now shows exact matches without any discrepancies
13+ - Various bug and crash fixes
14+
315## v4.2.0
416- Dark mode colour improvements
517- Enhancements done to address location metadata loss including the metadata loss that occurs in
Original file line number Diff line number Diff line change @@ -178,8 +178,8 @@ android {
178178 defaultConfig {
179179 // applicationId 'fr.free.nrw.commons'
180180
181- versionCode 1035
182- versionName ' 4.2.0 '
181+ versionCode 1036
182+ versionName ' 4.2.1 '
183183 setProperty(" archivesBaseName" , " app-commons-v$versionName -" + getBranchName())
184184
185185 minSdkVersion 21
You can’t perform that action at this time.
0 commit comments