File tree 3 files changed +23
-1
lines changed
3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
8
8
minSdkVersion 21
9
9
targetSdkVersion 27
10
10
versionCode 23
11
- versionName " 1.3.7 -DEV"
11
+ versionName " 1.4.0 -DEV"
12
12
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
13
13
}
14
14
buildTypes {
Original file line number Diff line number Diff line change
1
+ ### 1.4.0
2
+ * ** New:** Update to Rclone v1.42
3
+ * ** New:** Use MimeType supplied by Rclone v1.42
4
+ * ** New:** Option to show full file names
5
+ * ** New:** Allow screen rotation with files selected
6
+ * ** New:** Allow screen rotation when moving files
7
+ * ** New:** Option to create new folders when downloading files
8
+ * ** New:** Scroll to previous directory when going back
9
+ * ** New:** Option to specify Root or Home as starting point for SFTP/SSH
10
+ * ** New:** Go to starting directory when cancelling file move
11
+ * ** Fix:** Light Blue not getting selected as primary color
12
+ * ** Fix:** Wrong password getting set from password generator
13
+ * ** Fix:** New folders not getting created from Remote Destination Dialog
14
+ * ** Fix:** Crash reporting
15
+ * ** Fix:** Files not getting sorted in local file picker
16
+ * ** Fix:** Crash when downloading files
17
+ * ** Fix:** Load thumbnails for pictures and videos only (reduces app data usage)
18
+ * ** Fix:** FAB getting stuck in hidden position
19
+ * ** Fix:** Hide some menu options when files are selected
20
+
21
+ ***
22
+
1
23
### 1.3.6
2
24
* This update contains mostly bug fixes
3
25
* ** Fix:** Crash in dialogs on screen orientation change
You can’t perform that action at this time.
0 commit comments