Skip to content

Commit

Permalink
Merge pull request #92 from kaczmarkiewiczp/dev
Browse files Browse the repository at this point in the history
Update app version
  • Loading branch information
patrykcoding authored Jun 1, 2018
2 parents 2472d14 + 9dc6ca4 commit 41b8880
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
13 changes: 13 additions & 0 deletions app/src/main/assets/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 41b8880

Please sign in to comment.