From d6d8197869e191cb2d0b1014fa895eb383e16761 Mon Sep 17 00:00:00 2001 From: veeso Date: Fri, 21 May 2021 12:08:53 +0200 Subject: [PATCH] feature changelog --- CHANGELOG.md | 7 +++++++ README.md | 14 +++++++------- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e69da8..44e5b8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ Released on FIXME: ?? +๐ŸŒธ The Spring Update ๐ŸŒท + - **Synchronized browsing**: - Added the possibility to enabled the synchronized brower navigation - when you enter a directory, the same directory will be entered on the other tab @@ -41,6 +43,11 @@ Released on FIXME: ?? - Added **COPY** command to SFTP (Please note that Copy command is not supported by SFTP natively, so here it just uses the `cp` shell command as it does in SCP). - *FTP* - Added support for file copy (achieved through *tricky-copy*: the file is first downloaded, then uploaded with a different file name) +- **Double progress bar**: + - From now one two progress bar will be displayed: + - the first, on top, displays the full transfer state (e.g. when downloading a directory of 10 files, the progress of the entire transfer) + - the second, on bottom, displays the transfer of the individual file being written (as happened for the old versions) + - changed the progress bar colour from `LightGreen` to `Green` - Enhancements - Added a status bar in the file explorer showing whether the sync browser is enabled and which file sorting mode is selected - Removed the goold old figlet title diff --git a/README.md b/README.md index 9ab1b29..5dc08d8 100644 --- a/README.md +++ b/README.md @@ -182,15 +182,15 @@ The developer documentation can be found on Rust Docs at