File tree 3 files changed +13
-16
lines changed
3 files changed +13
-16
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
8
8
minSdkVersion 21
9
9
targetSdkVersion 27
10
10
versionCode 23
11
- versionName " 1.4 .0-DEV"
11
+ versionName " 1.5 .0-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.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
+
1
13
### 1.4.0
2
14
* ** New:** Update to Rclone v1.42
3
15
* ** New:** Use MimeType supplied by Rclone v1.42
142
154
* ** New:** Custom primary and accent colors
143
155
* ** New:** Group notifications together
144
156
* ** 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
You can’t perform that action at this time.
0 commit comments