From b64837fc93d93003f7dbacc2dd49856639829e60 Mon Sep 17 00:00:00 2001 From: Martins Mozeiko Date: Sun, 29 Jan 2017 22:54:09 -0800 Subject: [PATCH] update changelog and readme files --- CHANGELOG.md | 7 +++++++ README.md | 1 + 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d47bd3b..045d3a24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [Unreleased] +- Added `--transfer` option in UI, issue #1 +- Supports encrypted `.rclone.conf` configuration file, issue #2 +- Fixed crash when canceling active stream +- Added ETA tooltip for transfer progress bars + ## [1.0.0] - 2017-01-29 - Allows to browse and modify any rclone remote, including encrypted ones - Uses same configuration file as rclone, no extra configuration required @@ -14,4 +20,5 @@ - Mount and unmount folders on macOS and GNU/Linux - Optionally minimizes to tray, with notifications when upload/download finishes +[Unreleased]: https://github.com/mmozeiko/RcloneBrowser/compare/1.0.0...HEAD [1.0.0]: https://github.com/mmozeiko/RcloneBrowser/releases/tag/1.0.0 diff --git a/README.md b/README.md index 308731e7..a3ac9510 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Features * Allows to browse and modify any rclone remote, including encrypted ones * Uses same configuration file as rclone, no extra configuration required +* Supports encrypted `.rclone.conf` configuration file * Simultaneously navigate multiple repositories in separate tabs * Lists files hierarchically with file name, size and modify date * All rclone commands are executed asynchronously, no freezing GUI