Skip to content

Commit d07c094

Browse files
authored
Merge pull request commons-app#643 from misaochan/master
Versioning and changelog for v2.4
2 parents a518ad0 + 47b452a commit d07c094

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Wikimedia Commons for Android
22

3+
## v2.4 beta
4+
- Fixed memory issue with loading contributions on main screen
5+
- Deleted images don't show up on contributions list
6+
- Added Fresco library for image loading and LeakCanary for memory profiling
7+
- Added navigation drawer and overhauled action bar
8+
- Added logout functionality
9+
- Fixed various issues with map of Nearby places
10+
311
## v2.3 beta
412
- Add map of Nearby places
513
- Add overlay dialog when a Nearby place is tapped

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ android {
3939

4040
defaultConfig {
4141
applicationId 'fr.free.nrw.commons'
42-
versionCode 70
43-
versionName '2.3'
42+
versionCode 71
43+
versionName '2.4'
4444
minSdkVersion project.minSdkVersion
4545
targetSdkVersion project.targetSdkVersion
4646
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)