Skip to content

Commit 66a77f9

Browse files
authored
Versioning and changelog for v2.9.0 (commons-app#2037)
* Update changelog.md * Versioning for v2.9.0
1 parent 48812c7 commit 66a77f9

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.9.0
4+
- New main screen UI with Nearby tab
5+
- New upload UI and flow
6+
- Multiple uploads
7+
- Send Log File revamp
8+
- Fixed issues with wrong "image taken" date
9+
- Fixed default zoom level in Nearby map
10+
- Incremented target SDK to 27, with corresponding notification channel fix
11+
- Removed several redundant libraries to reduce bloat
12+
313
## v2.8.5
414
- Fixed issues with sporadic upload failures due to wrong mimeType
515

app/build.gradle

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

9191
defaultConfig {
9292
applicationId 'fr.free.nrw.commons'
93-
versionCode 92
94-
versionName '2.8.5'
93+
versionCode 93
94+
versionName '2.9.0'
9595
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
9696

9797
minSdkVersion 15

0 commit comments

Comments
 (0)