Skip to content

Commit 634814e

Browse files
authored
Versioning and changelog for v2.8.0 (commons-app#1812)
* Increment version number to 87 Because 86 used for alpha release * Update changelog.md
1 parent bf50e74 commit 634814e

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
@@ -89,8 +89,8 @@ android {
8989

9090
defaultConfig {
9191
applicationId 'fr.free.nrw.commons'
92-
versionCode 85
93-
versionName '2.7.2'
92+
versionCode 87
93+
versionName '2.8.0'
9494
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
9595

9696
minSdkVersion project.minSdkVersion

0 commit comments

Comments
 (0)