Skip to content

Commit 47b8744

Browse files
authored
Versioning and changelog for v3.0.0 (commons-app#4152) (commons-app#4153)
* Versioning for v3.0.0 * Update changelog.md
1 parent e366403 commit 47b8744

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## v3.0.0
4+
- Added Structured Data to upload workflow, users can now add depicts
5+
- Added Leaderboard in Achievements screen
6+
- Added to-do system for images with no categories/descriptions or with associated Wikipedia articles that have no pictures
7+
- Users can now modify and add categories to their uploads from the media details view
8+
- New UI for main screen
9+
- Limited connection mode added, users can now pause and resume uploads
10+
311
## v2.13.1
412
- Added OpenStreetMap attribution
513
- Fixed various crashes

app/build.gradle

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

151151
defaultConfig {
152152
//applicationId 'fr.free.nrw.commons'
153-
versionCode 775
154-
versionName '2.13.1'
153+
versionCode 876
154+
versionName '3.0.0'
155155
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
156156

157157
minSdkVersion 19

0 commit comments

Comments
 (0)