Compare commits

...

2 commits
main ... v3.0

Author SHA1 Message Date
Josephine Lim
a36017d816
Update changelog.md 2021-01-06 01:03:25 +10:00
Josephine Lim
f133666683 Versioning for v3.0.0 2021-01-06 00:48:36 +10:00
2 changed files with 10 additions and 2 deletions

View file

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

View file

@ -150,8 +150,8 @@ android {
defaultConfig {
//applicationId 'fr.free.nrw.commons'
versionCode 775
versionName '2.13.1'
versionCode 876
versionName '3.0.0'
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
minSdkVersion 19