Skip to content

Commit 624fc6f

Browse files
authored
Merge pull request #169 from kaczmarkiewiczp/dev
Update app version and changelog
2 parents 912ada8 + 4b860c0 commit 624fc6f

File tree

3 files changed

+13
-16
lines changed

3 files changed

+13
-16
lines changed

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion 21
99
targetSdkVersion 27
1010
versionCode 23
11-
versionName "1.4.0-DEV"
11+
versionName "1.5.0-DEV"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {

app/src/main/assets/changelog.md

+12-15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 1.5.0
2+
* **New:** Add support for local remotes
3+
* **New:** Add option to create Google Drive remotes
4+
* **New:** Show detailed modified time in properties dialog
5+
* **Fix:** Hide directory modified time in propertied dialog for unsupported remotes
6+
* **Fix:** App update notification click action not working
7+
* **Fix:** Consider app version name when checking if app was updated
8+
* **Fix:** Videos and music files not streaming from crypt remote
9+
* **Fix:** Thumbnails being wrong in some circumstances
10+
11+
***
12+
113
### 1.4.0
214
* **New:** Update to Rclone v1.42
315
* **New:** Use MimeType supplied by Rclone v1.42
@@ -142,18 +154,3 @@
142154
* **New:** Custom primary and accent colors
143155
* **New:** Group notifications together
144156
* **New:** "Open as" option in the menu
145-
146-
***
147-
148-
### 1.1.1
149-
* **Fix:** Hide hash calculations for crypt remotes
150-
* **Fix:** Crash when rclone fails
151-
152-
***
153-
154-
### 1.1.0
155-
* **New:** Support password protected configurations
156-
* **New:** Calculate file MD5 & SHA1
157-
* **Fix:** Copy rclone and config file in the background
158-
* **Improve:** Notifications
159-
* **Update:** Libraries

0 commit comments

Comments
 (0)