File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Wikimedia Commons for Android
2
2
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
+
3
15
## v4.2.0
4
16
- Dark mode colour improvements
5
17
- 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 {
178
178
defaultConfig {
179
179
// applicationId 'fr.free.nrw.commons'
180
180
181
- versionCode 1035
182
- versionName ' 4.2.0 '
181
+ versionCode 1036
182
+ versionName ' 4.2.1 '
183
183
setProperty(" archivesBaseName" , " app-commons-v$versionName -" + getBranchName())
184
184
185
185
minSdkVersion 21
You can’t perform that action at this time.
0 commit comments