Skip to content

Commit

Permalink
prepare release 1.9.1
Browse files Browse the repository at this point in the history
Signed-off-by: x0b <[email protected]>
  • Loading branch information
x0b committed Oct 14, 2019
1 parent 5a527ad commit d49390e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,11 @@ Roadmap
------------
Note that these plans are subject to change and might not materialize completely or at all.

#### Current Version (1.9.0)
- Update rclone to 1.49.4
- Preview of Storage Access Layer for rclone (allows access to Storage Access Framework locations from rclone/rcloneExplorer)
- Added support for creating union remotes
- Fix: Crash when no compatible streaming app is installed
- Fix: Crash on LoadingDialog (#7)
- Fix: Crash on Android 5.1.1 for remotes with time zones (#10)
- Fix: Crash in hide remotes dialog (#13)
- Fix: Security issue when using thumbnails (#18)
#### Current Version (1.9.1)
- Update to Rclone v1.49.5
- Fix: Crash in LoadingDialog (#21)
- Fix: Rclone serve not starting correctly (#22)
- Fix: Crash from robotest (#23)

#### Next Version
- New SAF implementation for much faster directory access
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId 'ca.pkay.rcloneexplorer.x0b'
minSdkVersion 21
targetSdkVersion 29
versionCode 32
versionName '1.9.0'
versionCode 33
versionName '1.9.1'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
7 changes: 7 additions & 0 deletions app/src/main/assets/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 1.9.1
* **New:** Update to Rclone v1.49.5
* **Fix:** Crash in LoadingDialog
* **Fix:** Rclone serve not starting correctly
* **Fix:** Crash from robotest (#23)
***

### 1.9.0
* **New:** Update to Rclone v1.49.4
* **New:** Preview of Storage Access Layer for rclone (allows access to Storage Access Framework locations from rclone/rcloneExplorer)
Expand Down

0 comments on commit d49390e

Please sign in to comment.