Skip to content

Commit

Permalink
Version v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaraam committed Oct 25, 2023
1 parent 2ddb6b2 commit 14b6c45
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# 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
- Dark mode colour improvements
- Enhancements done to address location metadata loss including the metadata loss that occurs in
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ android {
defaultConfig {
//applicationId 'fr.free.nrw.commons'

versionCode 1035
versionName '4.2.0'
versionCode 1036
versionName '4.2.1'
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())

minSdkVersion 21
Expand Down

0 comments on commit 14b6c45

Please sign in to comment.