Update version and CHANGELOG for 1.0beta8

This commit is contained in:
Brion Vibber 2013-04-26 10:58:07 -07:00
parent 1be36cb16c
commit 49c44df88e
2 changed files with 10 additions and 2 deletions

View file

@ -1,5 +1,13 @@
# Wikimedia Commons for Android # Wikimedia Commons for Android
## v1.0 beta 8
- Disable menu items for share and open browser when upload incomplete
- Show recently-used categories
- Prevent upload status from overlapping with the title of upload
- Make template removal work properly
- Relicense to Apache License
- i18n updates
## v1.0 beta 7 ## v1.0 beta 7
- Added opt out from EventLogging - Added opt out from EventLogging
- Remove {{Uncategorized}} template after adding categories - Remove {{Uncategorized}} template after adding categories

View file

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