Skip to content

Commit c6f728a

Browse files
authored
Versioning and changelog for v2.7.0 (commons-app#1392)
* Update changelog.md * Versioning for v2.7.0
1 parent 09763f9 commit c6f728a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Wikimedia Commons for Android
22

3+
## v2.7.0
4+
- New Nearby Places UI with direct uploads (and associated category suggestions)
5+
- Added two-factor authentication login
6+
- Added Notifications activity to display user talk messages
7+
- Added real-time location tracking in Nearby
8+
- Added "rate us", "translate", and FB link in About
9+
- Improvements to UI of navigation drawer, tutorial, media details view, login activity and Settings
10+
- Added option to nominate picture for deletion in media details view
11+
- Too many bug and crash fixes to mention!
12+
313
## v2.6.7
414
- Added null checks to prevent frequent crashes in ModificationsSyncAdapter
515

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ android {
9191

9292
defaultConfig {
9393
applicationId 'fr.free.nrw.commons'
94-
versionCode 82
95-
versionName '2.6.7'
94+
versionCode 83
95+
versionName '2.7.0'
9696
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
9797

9898
minSdkVersion project.minSdkVersion

0 commit comments

Comments
 (0)