Skip to content

Commit 78cab49

Browse files
committed
Merge branch 'master' of github.com:commons-app/apps-android-commons
2 parents fa13c1b + 98ed7be commit 78cab49

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Wikimedia Commons for Android
22

3+
## v2.8.0
4+
- Fixed failed uploads by modifying auth token
5+
- Fixed crashes during upload by storing file temporarily
6+
- Added automatic Wikidata p18 edits upon Nearby upload
7+
- Added Explore feature to browse other Commons images, including featured images
8+
- Added Achievements feature to see current level and upload stats
9+
- Added quiz for users with high deletion rates
10+
- Added first run tutorial for Nearby
11+
- Various small improvements to ShareActivity UI
12+
313
## v2.7.2
414
- Modified subtext for "automatically get current location" setting to emphasize that it will reveal user's location
515

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ android {
8787

8888
defaultConfig {
8989
applicationId 'fr.free.nrw.commons'
90-
versionCode 85
91-
versionName '2.7.2'
90+
versionCode 87
91+
versionName '2.8.0'
9292
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
9393

9494
minSdkVersion project.minSdkVersion

0 commit comments

Comments
 (0)