From 6cb1dcaa432b7fa0af5f65ada27abbfdadc7f95c Mon Sep 17 00:00:00 2001 From: veeso Date: Tue, 17 Aug 2021 18:05:02 +0200 Subject: [PATCH] upcoming features --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fd6cde..341ef9b 100644 --- a/README.md +++ b/README.md @@ -122,13 +122,14 @@ Major termscp releases will now be seasonal, so expect 4 major updates during th Planned for *🍁 Autumn update 🍇*: -- **Configuration profile for bookmarks 📚**: Basically this feature adds the possibility to have a specific setup for a certain host, instead of having only one global configuration. - **Self-update ⬇️**: In order to increase users updating termscp, I want to provide the possibility to update termscp directly from application, when a new update is available. - **AWS S3 support 🪣**: I'll use `rust-s3` library to implement this. This is really big **Maybe** for the autumn update and might be moved to the Winter update. +- **Prompt before replacing files ☢️**: Possibility to configure whether a prompt should be displayed before replacing files. Planned for *❄️ Winter update ⛄*: - **SMB Support 🎉**: This will require a long time to be implemented, since I'm currently working on a Rust native SMB library, since I don't want to add new C-bindings. ~~Fear the 🦚~~ +- **Configuration profile for bookmarks 📚**: Basically this feature adds the possibility to have a specific setup for a certain host, instead of having only one global configuration. Along to new features, termscp developments is now focused on UX and performance improvements, so if you have any suggestion, feel free to open an issue.