Skip to content

Commit c7bcbc2

Browse files
authored
Merge pull request #153 from kaczmarkiewiczp/dev
Update changelog and app version
2 parents 355621d + 3ef7e7c commit c7bcbc2

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion 21
99
targetSdkVersion 27
1010
versionCode 23
11-
versionName "1.3.7-DEV"
11+
versionName "1.4.0-DEV"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {

app/src/main/assets/changelog.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
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+
123
### 1.3.6
224
* This update contains mostly bug fixes
325
* **Fix:** Crash in dialogs on screen orientation change

0 commit comments

Comments
 (0)