Skip to content

Commit 14b6c45

Browse files
committed
Version v4.2.1
1 parent 2ddb6b2 commit 14b6c45

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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

Diff for: app/build.gradle

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)