Skip to content

Commit 2b614db

Browse files
committed
Merge pull request #11 from brion/beta8
Update version and CHANGELOG for 1.0beta8
2 parents e1d76e3 + 49c44df commit 2b614db

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+
## v1.0 beta 8
4+
- Disable menu items for share and open browser when upload incomplete
5+
- Show recently-used categories
6+
- Prevent upload status from overlapping with the title of upload
7+
- Make template removal work properly
8+
- Relicense to Apache License
9+
- i18n updates
10+
311
## v1.0 beta 7
412
- Added opt out from EventLogging
513
- Remove {{Uncategorized}} template after adding categories

commons/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="org.wikimedia.commons"
3-
android:versionCode="8"
4-
android:versionName="1.0beta7" >
3+
android:versionCode="9"
4+
android:versionName="1.0beta8" >
55

66
<uses-sdk
77
android:minSdkVersion="9"

0 commit comments

Comments
 (0)