Skip to content

Commit

Permalink
Prepare for Preview 1.11.0-pre2
Browse files Browse the repository at this point in the history
  • Loading branch information
x0b committed Mar 12, 2020
1 parent 481d1a5 commit 8eb189c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ Roadmap
------------
Note that these plans are subject to change and might not materialize completely or at all.

#### Current Version (1.11.0-pre1)
#### Current Version (1.11.0-pre2)
##### Improvements
* Mega.nz config
* Google Photos config
* Renaming remotes
Expand All @@ -59,9 +60,11 @@ Note that these plans are subject to change and might not materialize completely
* Rclone 1.51.0
* Settings shortcut
* Android R support (preliminary)
##### Fixes
* OneDrive configuration
* Streams now only start if available, otherwise fail loudly
* **Internal**
* Crash when opening file
##### Internal
* Java 8 and Stream support
* Rclone source build
* Improved logging
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 8
versionName '1.11.0-pre1'
versionCode 9
versionName '1.11.0-pre2'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
1 change: 1 addition & 0 deletions app/src/main/assets/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* **New:** Android R support (preliminary)
* **Fix:** OneDrive configuration
* **Fix:** Streams now only start if available, otherwise fail loudly
* **Fix:** Crash when opening file
* **Internal**
* Java 8 and Stream support
* Rclone source build
Expand Down

0 comments on commit 8eb189c

Please sign in to comment.