diff --git a/README.md b/README.md index de7ea539..80aaa905 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 3071cef7..781f0241 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/app/src/main/assets/changelog.md b/app/src/main/assets/changelog.md index 67f93ef1..dda5cc4b 100644 --- a/app/src/main/assets/changelog.md +++ b/app/src/main/assets/changelog.md @@ -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)