Skip to content

Commit 82994bf

Browse files
Update changelog and version code for v6.5.0 release
1 parent a57e0d3 commit 82994bf

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## v6.5.0
4+
5+
### What's changed
6+
* Redesigned license selection for a simpler, more intuitive experience
7+
* Users can now depictions directly from an interactive map view during uploads
8+
* Upload HEIC images directly from supported devices without conversion
9+
* Deletion requests now require specific reasons, reducing vague or invalid nominations
10+
* Bug fixes and security improvements
11+
12+
**Full Changelog**: https://github.com/commons-app/apps-android-commons/compare/v6.4.0...v6.5.0
13+
314
## v6.4.0
415

516
### What's changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ android {
2525
applicationId = "fr.free.nrw.commons"
2626
minSdk = 21
2727
targetSdk = 35
28-
versionCode = 1063
29-
versionName = "6.4.0"
28+
versionCode = 1064
29+
versionName = "6.5.0"
3030

3131
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
3232
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)