mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Versioning and changelog for v2.13.1 (#3908)
* Update changelog.md * Versioning for v2.13.1
This commit is contained in:
parent
fcc3053d40
commit
87f4796504
2 changed files with 9 additions and 3 deletions
|
|
@ -1,6 +1,12 @@
|
||||||
# Wikimedia Commons for Android
|
# Wikimedia Commons for Android
|
||||||
|
|
||||||
## v2.13
|
## v2.13.1
|
||||||
|
- Added OpenStreetMap attribution
|
||||||
|
- Fixed various crashes
|
||||||
|
- Fixed SQLite error in Nearby map
|
||||||
|
- Fixed issue with Nearby uploads not being associated with Wikidata p18
|
||||||
|
|
||||||
|
## v2.13.0
|
||||||
- New media details UI, ability to zoom and pan around image
|
- New media details UI, ability to zoom and pan around image
|
||||||
- Added suggestions for a place that needs photos if user uploads a photo that is near one of them
|
- Added suggestions for a place that needs photos if user uploads a photo that is near one of them
|
||||||
- Modifications and fixes to Nearby filters based on user feedback
|
- Modifications and fixes to Nearby filters based on user feedback
|
||||||
|
|
|
||||||
|
|
@ -126,8 +126,8 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
//applicationId 'fr.free.nrw.commons'
|
//applicationId 'fr.free.nrw.commons'
|
||||||
versionCode 709
|
versionCode 775
|
||||||
versionName '2.13'
|
versionName '2.13.1'
|
||||||
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
|
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
|
||||||
|
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue