File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
applicationId " ca.pkay.rcloneexplorer"
8
8
minSdkVersion 21
9
9
targetSdkVersion 27
10
- versionCode 17
11
- versionName " 1.3.1 -DEV"
10
+ versionCode 18
11
+ versionName " 1.3.2 -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.3.2
2
+ * ** New:** File options for individual files
3
+ * ** New:** Generate public link to file/folder (rclone link)
4
+ * ** New:** Support cache remotes
5
+ * ** New:** Support cache remote creation
6
+ * ** New:** Make anonymous crash reporting optional
7
+ * ** Fix:** Sort remotes
8
+ * ** Fix:** Refreshing while in search mode
9
+ * ** Fix:** Detect remote type of alias/crypt remotes to show/hide specific options
10
+ * ** Update:** Hint and helper text for salt in crypt config
11
+
12
+ ***
13
+
1
14
### 1.3.1
2
15
* ** New:** Option to delete remotes
3
16
* ** New:** Option to export rclone config file
You can’t perform that action at this time.
0 commit comments