Skip to content

Commit aee8839

Browse files
authored
Versioning and changelog for v2.10.0 (commons-app#2443)
* Update changelog.md * Update build.gradle
1 parent 2bc0d41 commit aee8839

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## v2.10.0
4+
- Added option to search for places that need pictures in any location
5+
- Added coordinate check for images submitted via Nearby
6+
- Added news about ongoing campaigns
7+
- Easy retry for failed uploads
8+
- Javadocs for Nearby package
9+
- Optimized Nearby query for faster loading
10+
- Allow users to dismiss notifications
11+
- Various bugfixes for Explore, Notifications and Nearby
12+
- Fixed uploads getting stuck in "receiving shared content" phase
13+
- Fixed empty notifications bell icon in main screen
14+
315
## v2.9.0
416
- New main screen UI with Nearby tab
517
- New upload UI and flow

app/build.gradle

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

9797
defaultConfig {
9898
applicationId 'fr.free.nrw.commons'
99-
versionCode 94
100-
versionName '2.9.0'
99+
versionCode 212
100+
versionName '2.10.0'
101101
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
102102

103103
minSdkVersion 15

0 commit comments

Comments
 (0)