Brion VIBBER has submitted this change and it was merged.

Change subject: Updated CHANGELOG and bumped version number
......................................................................


Updated CHANGELOG and bumped version number

Change-Id: I02817491da68bcf005fad784150a1fa4134b39d4
---
M CHANGELOG.md
M commons/AndroidManifest.xml
2 files changed, 14 insertions(+), 2 deletions(-)

Approvals:
  Brion VIBBER: Verified; Looks good to me, approved



diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd0c4c4..5f32b97 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
 # Wikimedia Commons for Android
 
+## v1.0 beta 9
+- Sharper, higher resolution image thumbnails used
+- Better caching mechanism in place for image thumbnails
+- Allow users to pick between various CC licenses
+- Display tutorial on first use explaining Commons
+- Experimental checks to avoid filename duplication
+- Experimental support for RTL flipping with Android 4.2
+- Add option to download full resolution image to phone
+- Fix 'flickering' on Android 2.3
+- Various minor bug fixes
+- i18n updates
+
 ## v1.0 beta 8
 - Disable menu items for share and open browser when upload incomplete
 - Show recently-used categories
diff --git a/commons/AndroidManifest.xml b/commons/AndroidManifest.xml
index 917b781..9ec5810 100644
--- a/commons/AndroidManifest.xml
+++ b/commons/AndroidManifest.xml
@@ -1,7 +1,7 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android";
     package="org.wikimedia.commons"
-    android:versionCode="9"
-    android:versionName="1.0alpha1" >
+    android:versionCode="10"
+    android:versionName="1.0beta9" >
 
     <uses-sdk
         android:minSdkVersion="9"

-- 
To view, visit https://gerrit.wikimedia.org/r/71369
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I02817491da68bcf005fad784150a1fa4134b39d4
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/commons
Gerrit-Branch: master
Gerrit-Owner: Yuvipanda <yuvipa...@gmail.com>
Gerrit-Reviewer: Brion VIBBER <br...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to