Skip to content

Commit

Permalink
Merge pull request #385 from nextcloud/1_4_0_RC1
Browse files Browse the repository at this point in the history
1.4.1 RC1 + Changelog
  • Loading branch information
tobiasKaminsky authored Nov 16, 2016
2 parents 088ea9f + e34ccc8 commit 9cabb27
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.owncloud.android"
android:versionCode="10030199"
android:versionName="1.3.1">
android:versionCode="10040001"
android:versionName="1.4.0 RC1">

<uses-sdk
android:minSdkVersion="14"
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 1.4.0 (November)

- External SD card support
- Auto Upload (Android 7+)
- What's new start screen
- Show/hide hidden folders & files
- Upload view: switch between grid/list view
- Descend into folder after creating it in uploader
- Provisioning links to launch and prefill app with login data
- Add open URL file feature
- Sort favorite files first in list
- Account switcher optimizations
- Bugfixes and design improvements

## 1.3.1 (September 20, 2016)

- Move action hard to discover - difference between single/multi selection
Expand Down

0 comments on commit 9cabb27

Please sign in to comment.