diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 95e5d7b..6e485b6 100644 Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ diff --git a/app/build.gradle b/app/build.gradle index 1720c4b..82755b6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "ca.pkay.rcloneexplorer" minSdkVersion 21 targetSdkVersion 27 - versionCode 17 - versionName "1.3.1-DEV" + versionCode 18 + versionName "1.3.2-DEV" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/app/src/main/assets/changelog.md b/app/src/main/assets/changelog.md index ef337c8..1fb2920 100644 --- a/app/src/main/assets/changelog.md +++ b/app/src/main/assets/changelog.md @@ -1,3 +1,16 @@ +### 1.3.2 +* **New:** File options for individual files +* **New:** Generate public link to file/folder (rclone link) +* **New:** Support cache remotes +* **New:** Support cache remote creation +* **New:** Make anonymous crash reporting optional +* **Fix:** Sort remotes +* **Fix:** Refreshing while in search mode +* **Fix:** Detect remote type of alias/crypt remotes to show/hide specific options +* **Update:** Hint and helper text for salt in crypt config + +*** + ### 1.3.1 * **New:** Option to delete remotes * **New:** Option to export rclone config file