Browse Source

1.2.0 RC1 preparations

Andy Scherzinger 8 years ago
parent
commit
40788c7b5d
2 changed files with 16 additions and 2 deletions
  1. 2 2
      AndroidManifest.xml
  2. 14 0
      CHANGELOG.md

+ 2 - 2
AndroidManifest.xml

@@ -20,8 +20,8 @@
 -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.owncloud.android"
-    android:versionCode="10010099"
-    android:versionName="1.1.0">
+    android:versionCode="10020001"
+    android:versionName="1.2.0 RC1">
 
     <uses-sdk
         android:minSdkVersion="14"

+ 14 - 0
CHANGELOG.md

@@ -1,3 +1,17 @@
+## 1.2.0 (2016)
+
+- Multi select capabilities
+- confirmation dialog on account removal
+- offline available filter in main menu
+- sorting capability when choosing files to be uploaded
+- video thumbnails if activated on server
+- thumbnails during upload
+- fixed user agent for file firewalling
+- showing server side folder sizes
+- text in test preview can now be selected
+- search suggestions fixed for user/group search during sharing
+- minor bugfixes
+
 ## 1.1.0 (July 6, 2016)
 
 - New main menu to switch accounts easily