termscp 0.7.0
0.7.0
Released on 12/10/2021
🍁 Autumn update 2021 🍇
- Aws S3 🪣
- Added support for the aws-s3 protocol.
- Operate on your bucket directly from the file explorer.
- You can also save your buckets as bookmarks.
- Aws s3 reads credentials directly from your credentials file at
$HOME/.aws/credentials
or from environment. Read more in the user manual.
- Auto update ⬇️
- Possibility to update termscp directly via GUI or CLI.
- Install update via CLI running
(sudo) termscp --update
. - Install update via GUI from auth form: when the "new version message" is displayed press
<CTRL+R>
, then enterYES
in the radio input asking whether to install the update.
- Notifications 📫
- termscp will now send Desktop notifications in these cases
- on transfer completed (minimum transfer size can be specified in configuration; default 512MB)
- on transfer error (same as above)
- on update available
- Added "notifications enabled" in configuration (Default enabled)
- Added "Notifications: minimum transfer size": if transfer size is greater or equal than the specified value, notifications for transfer will be displayed.
- termscp will now send Desktop notifications in these cases
- Prompt user when about to replace existing file on a file transfer ❓
- Whenever a file transfer is about to replace an existing file on local/remote host, you will be prompted if you're sure you really want to replace that file.
- You may want to disable this option. You can go to configuration and set "Prompt when replacing existing files?" to "NO"
- ❗ BREAKING CHANGES ❗:
- Added a new key in themes:
misc_info_dialog
: if your theme won't load, just reload it. If you're using a customised theme, you can add to it the missing key via a text editor. Just edit thetheme.toml
in your$CONFIG_DIR/termscp/theme.toml
and addmisc_info_dialog
(Read more in manual at Themes).
- Added a new key in themes:
- Enhancements:
- Reuse mounts in UI, in order to reduce executable size
- File list can now be "rewinded", which means that moving with arrows will now allow you to go from top to bottom of the list pressing
<UP>
and viceversa pressing<DOWN>
.
- Bugfix:
- Fixed Issue 70: Unable to type characters with
CTRL+ALT
(e.g. italian layoutCTRL+ALT+ò
=>@
) due to a crossterm issue. Fixed with tui-realm-stdlib0.6.3
.
- Fixed Issue 70: Unable to type characters with
- Dependencies:
- Added
notify_rust 4.5.3
- Added
rust-s3 0.27-rc4
- Added
self_update 0.27.0
- Updated
argh
to0.1.6
- Updated
dirs
to4.0.0
- Updated
tui-realm-stdlib
to0.6.3
- Removed
ureq
- Added