Version v4.2.1

This commit is contained in:
Kaartic Sivaraam 2023-10-25 23:29:06 +05:30
parent 2ddb6b2e5e
commit 14b6c455bf
2 changed files with 14 additions and 2 deletions

View file

@ -1,5 +1,17 @@
# Wikimedia Commons for Android # Wikimedia Commons for Android
## v4.2.1
- Provide the ability to edit an image to losslessly rotate it while uploading
- Fix a bug in v4.2.0 where the nearby places were not loading
- Fix a bug where editing depictions was showing a progress bar indefinitely
- In the upload screen, use different map icons to indicate if image is being uploaded with location
metadata
- For nearby uploads, it is no longer possible to deselect the item's category and depiction
- The Mapbox account key used by the app has been changed
- Category search now shows exact matches without any discrepancies
- Various bug and crash fixes
## v4.2.0 ## v4.2.0
- Dark mode colour improvements - Dark mode colour improvements
- Enhancements done to address location metadata loss including the metadata loss that occurs in - Enhancements done to address location metadata loss including the metadata loss that occurs in

View file

@ -178,8 +178,8 @@ android {
defaultConfig { defaultConfig {
//applicationId 'fr.free.nrw.commons' //applicationId 'fr.free.nrw.commons'
versionCode 1035 versionCode 1036
versionName '4.2.0' versionName '4.2.1'
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName()) setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
minSdkVersion 21 minSdkVersion 21