Skip to content

Commit

Permalink
Merge pull request #153 from kaczmarkiewiczp/dev
Browse files Browse the repository at this point in the history
Update changelog and app version
  • Loading branch information
patrykcoding authored Jun 28, 2018
2 parents 355621d + 3ef7e7c commit c7bcbc2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 21
targetSdkVersion 27
versionCode 23
versionName "1.3.7-DEV"
versionName "1.4.0-DEV"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
22 changes: 22 additions & 0 deletions app/src/main/assets/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
### 1.4.0
* **New:** Update to Rclone v1.42
* **New:** Use MimeType supplied by Rclone v1.42
* **New:** Option to show full file names
* **New:** Allow screen rotation with files selected
* **New:** Allow screen rotation when moving files
* **New:** Option to create new folders when downloading files
* **New:** Scroll to previous directory when going back
* **New:** Option to specify Root or Home as starting point for SFTP/SSH
* **New:** Go to starting directory when cancelling file move
* **Fix:** Light Blue not getting selected as primary color
* **Fix:** Wrong password getting set from password generator
* **Fix:** New folders not getting created from Remote Destination Dialog
* **Fix:** Crash reporting
* **Fix:** Files not getting sorted in local file picker
* **Fix:** Crash when downloading files
* **Fix:** Load thumbnails for pictures and videos only (reduces app data usage)
* **Fix:** FAB getting stuck in hidden position
* **Fix:** Hide some menu options when files are selected

***

### 1.3.6
* This update contains mostly bug fixes
* **Fix:** Crash in dialogs on screen orientation change
Expand Down

0 comments on commit c7bcbc2

Please sign in to comment.