Skip to content

Commit 41b8880

Browse files
authored
Merge pull request #92 from kaczmarkiewiczp/dev
Update app version
2 parents 2472d14 + 9dc6ca4 commit 41b8880

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "ca.pkay.rcloneexplorer"
88
minSdkVersion 21
99
targetSdkVersion 27
10-
versionCode 17
11-
versionName "1.3.1-DEV"
10+
versionCode 18
11+
versionName "1.3.2-DEV"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {

app/src/main/assets/changelog.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
### 1.3.1
215
* **New:** Option to delete remotes
316
* **New:** Option to export rclone config file

0 commit comments

Comments
 (0)