Skip to content

Commit 76b8b99

Browse files
authored
Merge pull request commons-app#985 from misaochan/master
Versioning and changelog for v 2.6.0
2 parents 5916e66 + 289ad24 commit 76b8b99

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Wikimedia Commons for Android
22

3-
## v2.5.0 beta
3+
## v2.6.0 beta
4+
- Multiple bugfixes for location updates and list/map loading in Nearby
5+
- Multiple fixes for various crashes and memory leaks
6+
- Added several unit tests
7+
- Modified About page to include WMF disclaimer and modified Privacy Policy link to point to our individual privacy policy
8+
- Added option for users to send logs to developers (has to be manually activated by user)
9+
- Converted PNGs to WebPs
10+
- Improved login screen with new design and privacy policy link
11+
- Improved category display, if a category has an exact name entered, it will be shown first
12+
- New UI for Nearby list
13+
- Added product flavors for production and the beta-cluster Wikimedia servers
14+
- Various improvements to navigation flow and backstack
15+
16+
## v2.5.0 beta
417
- Added one-time popup for beta users to provide feedback on IEG renewal proposal
518
- Added link to Commons policies in ShareActivity
619
- Various string fixes

app/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,11 @@ android {
7777

7878
defaultConfig {
7979
applicationId 'fr.free.nrw.commons'
80-
versionCode 74
81-
versionName '2.5.0'
80+
81+
versionCode 75
82+
versionName '2.6.0'
8283
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
84+
8385
minSdkVersion project.minSdkVersion
8486
targetSdkVersion project.targetSdkVersion
8587
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)