Updated CHANGELOG, added CREDITS & bumped version number

This commit is contained in:
YuviPanda 2013-04-11 03:34:56 +05:30
parent 6a82b3e8e4
commit 719612a6e0
3 changed files with 20 additions and 2 deletions

View file

@ -1,5 +1,13 @@
# Wikimedia Commons for Android
## v1.0 beta 7
- Added opt out from EventLogging
- Remove {{Uncategorized}} template after adding categories
- Be more consistent and proactive in syncing modifications (adding categories)
- Add a minimal About page
- Add option to send feedback via email from within the app
- i18n updates
## v1.0 beta 6
- Add categorization
- Add a 'Modifications Sync' framework for doing eventual-consistent page edits

10
CREDITS Normal file
View file

@ -0,0 +1,10 @@
Android Commons is a collaborative software project released under
GNU General Public License v2. We would like to recognize the
following names for their contribution to the product.
* Brion Vibber
* Niklas Laxström
* Sage Ross
* Siebrand Mazeland
* Translatewiki.net Translators https://translatewiki.net/wiki/Special:ListUsers/translator
* Yuvi Panda

View file

@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.wikimedia.commons"
android:versionCode="7"
android:versionName="1.0beta6" >
android:versionCode="8"
android:versionName="1.0beta7" >
<uses-sdk
android:minSdkVersion="9"